-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
44 lines (39 loc) · 1.51 KB
/
services.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
43
44
<!DOCTYPE html>
<html>
<head>
<title>Prestige Certified Electricians - Services</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<header>
<image>
<img id = "logo" src = "logo.jpg" width = 300 height = 200>
</image>
<h1><i>Prestige</i></h1>
<h2>Certified Electricians</h2>
</header>
<nav class = "navigation">
<a href = "./prestigecertifiedelectricians.html">Home</a>
<a href = "./services.html">Services</a>
<a href = "./about.html">About Us</a>
<a href = "#contact">Contact Us</a>
</nav>
<h1 class = 'subtitle'> Services</h1>
<h2>Free estimates with no obligation</h2>
<p>We are proud to offer full residential services. Whether you need a simple light fixture installed, a panel change, or full electrical wiring for a new house,
count on us to provide expert quality service. We are committed to treating you with respect and earning your business.</p>
<h4>Here are a few of the services we provide:</h4>
<ul>
<li>Panel inspection</li>
<li>Panel changes and upgrades</li>
<li>New Construction</li>
<li>Renovations</li>
<li>Lighting installation</li>
<li>Pools</li>
<li>Generators</li>
</ul>
<div id = "call">
<h4>Call us at 770-823-2586 to schedule your free estimate.</h4>
</div>
</body>
</html>