-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
34 lines (31 loc) · 1.38 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Prestige Certified Electricians- About Us</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>
<div id = "about">
<h1 class = 'subtitle'> About Us</h1>
<p>Joel is a certified Master Electrician with over 18 years of experience. He is passionate about his work and dedicated
to providing electrical services with excellence, transparency, and quality. Joel is committed to treating all his
clients with dignity and respect.</p>
<p>He is fully licensed and insured in in North Carolina and Georgia.</p>
<p>Joel and his family have recently moved back to the Senoia, Georgia area and is looking forward to providing for all your
electrical needs.</p>
<img src = "about me.jpg">
</div>
</html>