-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (185 loc) · 6.76 KB
/
index.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
<link rel="stylesheet" href="./css/all.min.css">
<link rel="stylesheet" href="./css/fontawesome.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/CommonStyle.css">
</head>
<body>
<header>
<div class="top-bar backgrd">
<div class="left-icons">
<div class="sidebar-menu" onclick=showSidebar()>
<a href="#" ><svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 -960 960 960" width="40px" fill="#ffffff" ><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg></a>
</div>
<nav class="sidebar backgrd txt-color">
<ul>
<li onclick=hideSidebar()><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 -960 960 960" width="40px" fill="#f7cb65"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li>
<li>Categories ▼
<ul class="dropdown">
<li class="cbeauty">Beauty</li>
<li>Fragrance</li>
<li>Furniture</li>
<li>Groceries</li>
</ul>
</li>
<li>All Products</li>
</ul>
</nav>
<div class="logo">
<a href="index.html">
<h1 class="txt-color">Click & Buy</h1>
</a>
</div>
</div>
<div class="middle-icon">
<input type="search" placeholder="Search...">
</div>
<div class="right-icons">
<i class="fa-solid fa-user white-things"></i>
<i class="fa-solid fa-cart-shopping icons white-things"></i>
<a href="#" class="login white-things">LogIn</a>
</div>
</div>
</header>
<section class="first-section">
<div class="container">
<div class="img-div">
<img src="sale-img.png">
</div>
</div>
</section>
<h1 class="gray-things cat-header" style="text-align: center;">Shop By Category</h1>
<section class="category-section gray-things">
<div class="wrapper">
<div class="wrapper-IMG">
<img src="grocery-list.jpg">
<div class="content">
<h1>
Groceries
</h1>
</div>
</div>
</div>
<div class="wrapper">
<div class="wrapper-IMG">
<img src="cosmetics.webp">
<div class="content">
<h1>
Cosmetics
</h1>
</div>
</div>
</div>
<div class="wrapper">
<div class="wrapper-IMG">
<img src="Fragrances.webp">
<div class="content">
<h1>
Fragrances
</h1>
</div>
</div>
</div>
<div class="wrapper">
<div class="wrapper-IMG">
<img src="furniture_1.webp">
<div class="content">
<h1>
Furtinure
</h1>
</div>
</div>
</div>
</section>
<section>
<div class="banner">
<div class="banner-div">
<div class="banner-div-img">
<img src="Fast-shipping.png" class="filter-white">
</div>
<div>
<p class="white-things">Fast and Secure Shipping</p>
</div>
</div>
<div class="banner-div">
<div class="banner-div-img">
<img src="best-quality.png" class="filter-white" >
</div>
<div>
<p class="white-things">Guaranteed Quality</p>
</div>
</div>
<div class="banner-div">
<div class="banner-div-img">
<img src="best-deal.png" class="filter-white">
</div>
<div>
<p class="white-things"> Best Deals Offers</p>
</div>
</div>
<div class="banner-div">
<div class="banner-div-img">
<img src="secure.png" class="filter-white">
</div>
<div>
<p class="white-things">Secure Shopping and Payment</p>
</div>
</div>
</div>
</section>
<h1 class="gray-things cat-header" style="text-align: center;">Featured Products</h1>
<section class="products">
<div id="products" class="productContineer">
<!-- DivProductBox, Image, Title and Price -->
</div>
<button id="loadAllPhotos" class="allProducts">
<a href="allProducts.html">
All Products
</a>
</button>
</section>
</div>
<!-- footer -->
<footer class="footer-section">
<div class="contents">
<div class="content-footer">
<h3>Address</h3>
<p>
Name of street 12, Name of city,
<span>Post code 123</span>
</p>
</div>
<div class="content-footer">
<h3>Contact us</h3>
<p>
info@feyer.com
<span>123-456-7890</span>
</p>
</div>
<div class="content-footer">
<h3>Follow</h3>
<p>
Facebook
<span>Instagram</span>
</p>
</div>
<div class="content-footer">
<h3>Info</h3>
<p>
Shipping & returns
<span>Privacy Policy</span>
<span>Size guide</span>
<span>Terms conditions</span>
</p>
</div>
</div>
</footer>
<script src="index.js"></script>
<script src="Allproducts.js"></script>
</body>
</html>