-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
294 lines (265 loc) · 9.15 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!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" />
<!-- google_font_links -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cairo:wght@200&display=swap"
rel="stylesheet"
/>
<!-- CSS links -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/style.css" />
<title>ShopCart</title>
</head>
<body>
<!-- nav-bar-start -->
<nav>
<div class="container">
<div class="nav-content">
<div class="logo">
<img src="imgs/Logo.svg" alt="Logo" title="Logo">
</div>
<div class="nav-links">
<ul>
<li>Category</li>
<li>Deals</li>
<li> What's New</li>
<li> Delivery</li>
</ul>
</div>
<div class="user">
<div class="userbox">
<img src="imgs/nav/user.png" alt="">
<span>Account</span>
</div>
<div class="userbox shop-icon">
<img src="imgs/nav/shopping-cart-add.png" alt="">
<span id="numberOfProducts">0</span>
<span>Cart</span>
</div>
<div class="shopping-cart">
<h4>shopping cart</h4>
<hr>
<div class="shopping-cart-content">
</div>
</div>
</div>
<div class="hamborger-menu">
<img id="hamborger-menu" src="imgs/nav/menu.png" alt="">
</div>
</div>
</div>
</nav>
<!-- nav-bar-end -->
<!-- Products section -->
<section class="products">
<div class="container">
<h1>Todays Best Deals For You!</h1>
<div class="products-content">
<!-- products goes here -->
</div>
</div>
</div>
</section>
<!-- End Products section -->
<!-- quick-view Model -->
<div class="overlay">
<section class="quick-view" id="quick-view">
</section>
</div>
<!-- Cash Back -->
<section class="cash-back">
<div class="cash-back-box">
<h1>Get 5% Cash Back</h1>
<p>on Shopcart.com</p>
<button>Learn More</button>
</div>
<div class="cash-back-box">
<div class="card card1">
<img src="imgs/cash_back/visaCard1.png" alt="">
</div>
<div class="card card2">
<img src="imgs/cash_back/visaCard2.png" alt="">
</div>
<div class="card card3">
<img src="imgs/cash_back/visaCard1.png" alt="">
</div>
</div>
</section>
<!-- best selling store -->
<section class="best_selling">
<div class="container">
<h2>Best Selling Store</h2>
<div class="best_selling_content">
<div class="best_selling_box">
<div class="img-wrapper">
<img src="imgs/best_selling/store one-min.png" alt="" />
</div>
<img src="imgs/best_selling/Ellipse1.png" alt="">
<div class="best_selling_text">
<h4>Staples</h4>
<p>Bag. Perfume</p>
<img src="imgs/best_selling/_Icon.png" alt="">
<span>Delivery with in 24 hours</span>
</div>
</div>
<div class="best_selling_box">
<div class="img-wrapper">
<img src="imgs/best_selling/store two-min.png" alt="" />
</div>
<img src="imgs/best_selling/Ellipse 2png.png" alt="">
<div class="best_selling_text">
<h4>Now Delivery</h4>
<p>Bag. Perfume</p>
<img src="imgs/best_selling/_Icon.png" alt="">
<span>Delivery with in 24 hours</span>
</div>
</div>
<div class="best_selling_box">
<div class="img-wrapper">
<img src="imgs/best_selling/store three-min.png" alt="" />
</div>
<img src="imgs/best_selling/Ellipse3.png" alt="">
<div class="best_selling_text">
<h4>Bevmo</h4>
<p>Bag. Perfume</p>
<img src="imgs/best_selling/_Icon.png" alt="">
<span>Delivery with in 24 hours</span>
</div>
</div>
<div class="best_selling_box">
<div class="img-wrapper">
<img src="imgs/best_selling/store four-min.png" alt="" />
</div>
<img src="imgs/best_selling/Ellipse4.png" alt="">
<div class="best_selling_text">
<h4>Quicklly</h4>
<p>Bag. Perfume</p>
<img src="imgs/best_selling/_Icon.png" alt="">
<span>Delivery with in 24 hours</span>
</div>
</div>
</div>
</div>
</section>
<!-- Services -->
<section class="services">
<div class="container">
<h2>Services To Help You Shop</h2>
<div class="services_content">
<div class="servces_box">
<h3>Frequently Asked Questions</h3>
<p>Updates on safe Shopping in our Stores</p>
<div class="img-wrapper">
<img loading="lazy" src="imgs/services/faq-min.png" alt="" />
</div>
</div>
<div class="servces_box">
<h3>Online Payment Process</h3>
<p>Updates on safe Shopping in our Stores</p>
<div class="img-wrapper">
<img
loading="lazy"
src="imgs/services/onlie payment-min.png"
alt=""
/>
</div>
</div>
<div class="servces_box">
<h3>Home Delivery Options</h3>
<p>Updates on safe Shopping in our Stores</p>
<div class="img-wrapper">
<img
loading="lazy"
src="imgs/services/home delivery-min.png"
alt=""
/>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
<div class="container">
<div class="footer_acepted_payment">
<img src="imgs/Logo.svg" alt="shopcart" title="ShopCart" />
<p>
Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet
sint. Velit officia consequat duis enim velit mollit.
</p>
<h3>Accepted Payments</h3>
<img src="imgs/_PayPal.png" alt="" class="footer_icon" />
<img src="imgs/Amazon.png" alt="" class="footer_icon" />
<img src="imgs/Amazon.png" alt="" class="footer_icon" />
<img src="imgs/ApplePay.png" alt="" class="footer_icon" />
<img src="imgs/visa.png" alt="" class="footer_icon" />
<img src="imgs/stripe.png" alt="" class="footer_icon" />
<img src="imgs/GooglePay.png" alt="" class="footer_icon" />
<img src="imgs/Mastercard.png" alt="" class="footer_icon" />
</div>
<div class="footer_Department">
<h3>Department</h3>
<ul>
<li>Fashion</li>
<li>Education Product</li>
<li>Frozen Food</li>
<li>Beverages</li>
<li>Organic Grocery</li>
<li>Office Supplies</li>
<li>Beauty Products</li>
<li>Books</li>
<li>Electronics & Gadget</li>
<li>Travel Accessories</li>
<li>Fitness</li>
<li>Sneakers</li>
<li>Toys</li>
<li>Furniture</li>
</ul>
</div>
<div class="footer_AboutUs">
<h3>About Us</h3>
<ul>
<li>About Shopcart</li>
<li>Careers</li>
<li>News & Blog</li>
<li>Help</li>
<li>Press Center</li>
<li>Shop By Location</li>
<li>Shopcart Brands</li>
<li>Affiliate & Partners</li>
<li>Ideas & Guides</li>
</ul>
</div>
<div class="footer_Services">
<h3>Services</h3>
<ul>
<li>Gift Card</li>
<li>Mobile App</li>
<li>Shipping & Delivery</li>
<li>Order Pickup</li>
<li>Account Signup</li>
</ul>
</div>
<div class="footer_Help">
<h3>Help</h3>
<ul>
<li>Shopcart Help</li>
<li>Returns</li>
<li></li>
<li>Contact Us</li>
<li>Feedback</li>
<li>Security & Fraud</li>
</ul>
</div>
<hr />
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>