-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
28 lines (28 loc) · 2.04 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
<html>
<body id="about-body">
<head>
<title>About Hanie's Web Design .Co</title>
<link type="text/css" rel="stylesheet" href="C:\Users\LenovoSD\Documents\Zoom\sitecss.css">
</head>
<meta name="author" content="hanie boukmakh">
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Hanie</span> Web Design <small>.Co</small></h1>
</div>
<nav>
<ul>
<li><a href="C:\Users\LenovoSD\Documents\Zoom\site.html" >home</a></li>
<li><a href="C:\Users\LenovoSD\Documents\Zoom\services.html">SERVICES</a></li>
<li class="current"><a href="C:\Users\LenovoSD\Documents\Zoom\about.html">ABOUT</a></li>
</ul>
</nav>
</div>
</header>
<H3 id="h3about"> About <span class="highlight">Hanie</span> WD .Co </H3>
<p id="pabout">Hanie Web Design is a full-service web design company founded in 2020 by Hanie Boukmakh. The company develops and improves professional websites for customers across a wide range of industries, including advertising, communications, fashion, finance, e-commerce, law, medical and health, construction, insurance, and real estate. The company’s expertise is its commitment to offer custom-made web design for every client, from small business websites to giant e-commerce websites. By meeting the growing technological and design needs of its various clients at reasonable prices, Hanie Web Design is planning to grow on becoming the number one web design for companies in the United States. <small id="CATS">(DISCLAIMER: IF YOU'RE ASKING WHY IS THERE CATS EVERYWHERE IN HERE THE OWNER OF THE COMPANY IS OBSSESSED WITH THIS ANIMAL)</small></p>
<footer id="footer-about">
<p id="copywrite-about"> Hanie Web Design, Copywrite © 2020</p>
</footer>
</body>
</html>