-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
94 lines (91 loc) · 4.61 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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY WEBSITE</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav id="navbar" class="bg-nav-about">
<h2 class="logo">
<a href="index.html"><span class="primary-text">HAKIM</span> STORE</a>
</h2>
<div class="nav-links">
<ul>
<li><button><a href="index.html" class="bg-nav-about">Home</a></button></li>
<li>
<div class="follow-list">
<button><a href="about.html" class="bg-nav-about">About Us</a></button>
<div class="about-follow">
<ul>
<li><a href="about.html">Contact Us</a></li>
<li><a href="about.html">Our Brnads</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="follow-list">
<button><a href="category.html" class="bg-nav-about">Category</a></button>
<div class="category-follow">
<ul>
<li><a href="clothes.html">Clothes</a></li>
<li><a href="food.html">Food</a></li>
<li><a href="books.html">Books</a></li>
</ul>
</div>
</div>
</li>
<li><button><a href="login.html" class="bg-nav-about">Log in</a></button></li>
</ul>
</div>
</nav>
<section id="about-showcase">
<div class="bg-imgs">
<div class="about-img1"></div>
<div class="about-img2"></div>
<div class="about-img3"></div>
</div>
<div class="about-content">
<p>Our website is online store for three things: Clothes, Food and Books. We often cover therse three types with our product which make you more comfortable Our website is online store for three things: Clothes, Food and Books. We often cover therse three types with our product which make you more comfortable Our website is online store for three things: Clothes, Food and Books. We often cover therse three types with our product which make you more comfortable Our website is online store for three things: Clothes, Food and Books. We often cover therse three types with our product which make you more comfortable Our website is online store for three things: Clothes, Food and Books. We often cover therse three types with our product which make you more comfortable</p>
</div>
</section>
</header>
<!-- Destingushes -->
<section id="features">
<h2 class="l-header"><span class="primary-text">Why</span> Us</h2>
<div class="feature">
<div>
<h2 class="feature-header">PRICES</h2>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
</div>
<div class="box1">
<h2 class="feature-header">EASY TO SHOP</h2>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
</div>
<div class="box1">
<h2 class="feature-header">QUALITY</h2>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
</div>
</div>
</section>
<section id="subscribe">
<div class="content">
<h3>Subcribe to our Newsletter</h3>
<p>Get e-mail updates about our latest shops and special offers</p>
</div>
<div class="email">
<input type="email" placeholder="Enter email address">
<button type="submit">Subscribe</button>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<p>All Rights © Reserved For <span class="primary-text">HAKIM</span> STORE</p>
</footer>
</body>
</html>