-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.html
59 lines (59 loc) · 2.42 KB
/
site.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Hanie Web Design .Co</title>
<link rel="stylesheet" type="text/css" href="C:\Users\LenovoSD\Documents\Zoom\sitecss.css">
</head>
<meta name="author" content="hanie boukmakh">
<body class="sitebody">
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Hanie</span> Web Design <small>.Co</small></h1>
</div>
<nav>
<ul>
<li class="current"><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><a href="C:\Users\LenovoSD\Documents\Zoom\about.html">ABOUT</a></li>
</ul>
</nav>
</div>
</header>
<section id="showclass">
<div class="container"></div>
<p><h1>Web Design For Everybody</h1></p>
<p><h3><small>For the customers satisfaction, we are willing to go fruther beyond impossible.=^-^=</small></h3></p>
</section>
<section id="newsletter">
<div class="container">
<h1>Submit your infomations, and start your work with us :</h1>
<form>
<button type="submit" id="click"><a href="C:\Users\LenovoSD\Documents\Zoom\registery.html">Start Now</a></button>
</form>
</div>
</section>
<div id="reasons">
<p>Reasons to choose this company to choose this company to make your professional website :</p>
</div>
<section id="boxes">
<div class="container">
<div id="box" class="box1">
<h3>QUANTITY</h3>
<P>We have a huge number of employees that very selected therefore are extremely talented and are always on the look for what's trending. </P>
</div>
<div id="box" class="box2">
<h3>QUALITY</h3>
<p>Selection begets talent and huge knowledge of web development instruments (HTML,CSS,JavaScript). </p>
</div>
<div id="box" class="box3">
<h3>PRICE</h3>
<p>We welcome everyone it doesn't bother us if you're an old person or a toddler the price is fair and adquate to the demand by you the customer. </p>
</div>
</div>
</section>
<footer >
<p id="copywrite">Hanie Web Design, Copywrite © 2020</p>
</footer>
</body>
</html>