-
Notifications
You must be signed in to change notification settings - Fork 0
/
photos.html
42 lines (39 loc) · 1.59 KB
/
photos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta content="Licensed Electrician Haverhill Massachusetts Residential Commercial Industrial" name= "keywords">
<title>Photos - Fraser Electric</title>
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header class='header'>
<img src='images/logo.png' alt='Fraser Electric' class='logo'/>
<!-- <h1>Fraser Electric</h1> -->
<p>Chris Fraser is an experienced and trusted electrican serving Northeast Massachusetts.</p>
<p class='service-types'>
<span>Residential</span> —
<span>Commercial</span> —
<span>Industrial</span>
</p>
<p class='call-today'>Call today: <a href='tel:+19787670981' class='phone-number'>(978) 767-0981</a></p>
<!-- <p><a href="https://www.facebook.com/Fraser-Electric-1602784889959121/">Facebook</a></p> -->
</header>
<section class='gallery'>
</section>
<footer class='footer'>
<p>License #12898</p>
<p class='call-today'>Call today: <a href='tel:+19787670981' class='phone-number'>(978) 767-0981</a></p>
</footer>
</div>
<script src="javascripts/app.js"></script>
</body>
</html>