-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
438 lines (419 loc) · 24 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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!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">
<meta name="author" content="Simón Moreno" />
<title>Phlox E-Commerce</title>
<link rel="stylesheet" href="CSS/style.css">
<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Material Icon CDN -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<!-- Font Awesome Kit Code -->
<script src="https://kit.fontawesome.com/a5cb44e5e5.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="lg:px-14 px-4 py-6 flex justify-between items-center w-full mx-auto">
<section class="flex justify-center items-center">
<figure class="mr-4">
<img src="Assets/Phlox_Logo.png" alt="Phlox Logo">
</figure>
<nav class="menu">
<figure class="menuClose">
<span class="material-icons">
close
</span>
</figure>
<ul>
<li class="active menu-link"><a href="#">Home</a></li>
<li class="menu-link"><a href="#">Shop</a></li>
<li class="menu-link"><a href="#">About Us</a></li>
<li class="menu-link"><a href="#">Blog</a></li>
<li class="menu-link"><a href="#">Contact Us</a></li>
</ul>
</nav>
</section>
<section class="flex justify-center items-center">
<p class="md:mr-4 mr-6 cursor-pointer">login</p>
<button class="md:mx-4 mx-0 flex justify-center items-end">
<span class="material-icons">
search
</span>
</button>
<figure class="md:ml-4 md:mr-0 mr-8 ml-0 cursor-pointer">
<img src="Assets/Shopping-Cart.svg" alt="Shopping Cart Icon">
</figure>
<figure class="menu-btn">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" />
</svg>
</figure>
</section>
</header>
<section class="relative lg:mx-10 mx-3 headerBg overflow-hidden">
<article class="flex flex-col justify-start items-start pr-4">
<h3 class="md:text-3xl text-xl mb-1">Beats Solo</h3>
<h2 class="md:text-5xl text-3xl mt-2 font-bold">Wireless</h2>
<div class="titleContainer relative">
<h1 class="title">Headphone</h1>
</div>
</article>
<article class="flex justify-between items-start md:mt-10">
<button class="headerButton">Shop By Category</button>
<div class="w-1/4 flex flex-col justify-end items-end lg:flex hidden">
<p class="font-semibold">Description</p>
<p class="text-right">Lorem ipsum dolor sit amet consectetur adipisicing elit. Tenetur iste unde, incidunt saepe earum porro!</p>
</div>
</article>
<figure class="headphoneImage">
<img class="md:w-auto w-2/3" src="Assets/Header-Headphones.png" alt="Headphones Main">
</figure>
</section>
<section class="flex flex-col justify-center items-center w-auto mx-auto pt-0 pb-6 mainProducts overflow-hidden">
<section class="flex flex-wrap lg:justify-evenly justify-evenly items-center w-full overflow-hidden xl:py-6 lg:pb-1 pt-6 pb-3">
<figure class="earphoneCard relative overflow-hidden xl:m-2 lg:my-2 lg:mx-3 my-3 overflow-hidden">
<div class="relative z-10">
<img class="absolute xl:right-7 lg:right-4 md:right-10 right-3 xl:top-5 lg:-top-3 -top-10 xl:scale-125 scale-100" src="Assets/earphones-2.png" alt="Earphone">
</div>
<figcaption class="relative xl:pt-32 lg:pt-24 pt-24 mt-2 lg:pl-8 md:pl-16 pl-8 z-0">
<p class="text-base text-white mb-2">Enjoy</p>
<h3 class="text-3xl text-white font-bold">With</h3>
<h2 class="uppercase cardTitle">Earphone</h2>
</figcaption>
<div class="z-40 relative lg:pl-8 md:pl-16 pl-8">
<button>Browse</button>
</div>
</figure>
<figure class="watchCard xl:m-2 lg:my-2 lg:mx-3 my-3 overflow-hidden">
<div class="relative z-10">
<img class="absolute xl:-right-16 lg:-right-20 md:right-2 -right-16 xl:top-10 md:top-10 top-0 xl:scale-125 md:scale-100 scale-90" src="Assets/Yellow-watch.png" alt="Yellow SmartWatch">
</div>
<figcaption class="relative xl:pt-32 lg:pt-24 pt-24 mt-2 lg:pl-8 md:pl-16 pl-8 z-0">
<p class="text-base text-white mb-2">New</p>
<h3 class="text-3xl text-white font-bold">Wear</h3>
<h2 class="uppercase cardTitle">Gadgets</h2>
</figcaption>
<div class="z-40 relative lg:pl-8 md:pl-16 pl-8">
<button>Browse</button>
</div>
</figure>
<figure class="laptopCard flex justify-center items-center xl:m-2 lg:mt-4 lg:mx-3 my-3 overflow-hidden">
<figcaption class="lg:w-1/6 md:w-1/3 w-1/6 md:pl-16 pl-8 lg:pt-28 pt-24">
<p class="text-base text-white">Trend</p>
<h3 class="text-3xl text-white font-bold">Devices</h3>
<h2 class="uppercase cardTitle">Laptop</h2>
<button>Browse</button>
</figcaption>
<div class="relative lg:-right-16 md:-right-24 -right-10">
<img src="Assets/Laptop.png" alt="Laptop">
</div>
</figure>
</section>
<section class="flex flex-wrap lg:justify-evenly justify-evenly items-center w-full overflow-hidden xl:py-6 lg:pt-1 pt-3 pb-6">
<figure class="consoleCard flex justify-center items-center xl:m-2 lg:mt-4 lg:mx-3 my-3 overflow-hidden">
<figcaption class="lg:w-1/5 md:w-1/3 w-1/4 lg:pt-20 pt-12 pb-28">
<p class="text-base">Best</p>
<h3 class="text-3xl font-extrabold">Gamig</h3>
<h2 class="uppercase cardTitle">Console</h2>
<button>Brwose</button>
</figcaption>
<div class="lg:w-3/5 md:w-1/2 w-3/5 relative lg:left-20 left-10">
<img src="Assets/PS4.png" alt="PlayStation 4">
</div>
</figure>
<figure class="vrCard relative overflow-hidden xl:m-2 lg:my-2 lg:mx-3 my-3 overflow-hidden">
<div class="relative z-10">
<img class="absolute xl:top-44 lg:top-10 md:top-6 top-20 xl:-right-10 lg:-right-10 -right-10" src="Assets/VR-man.png" alt="VR Man">
</div>
<figcaption class="relative lg:pt-5 pt-10 mt-2 lg:pl-8 md:pl-16 pl-8 z-0">
<p class="text-base text-white mb-2">Play</p>
<h3 class="text-3xl text-white font-extrabold">Game</h3>
<h2 class="uppercase cardTitle">Oculus</h2>
</figcaption>
<div class="z-40 relative lg:pl-8 md:pl-16 pl-8">
<button>Brwose</button>
</div>
</figure>
<figure class="amazonCard relative overflow-hidden xl:m-2 lg:my-2 lg:mx-3 my-3 overflow-hidden">
<div class="relative z-10">
<img class="absolute xl:top-32 top-20 xl:-right-10 lg:-right-0 md:right-10 -right-5 xl:scale-90 lg:scale-100 md:scale-125 scale-90 rotate-45" src="Assets/Alexa-Amazon.png" alt="Amazon Alexa Speaker">
</div>
<figcaption class="relative lg:pt-5 pt-10 mt-2 lg:pl-8 md:pl-16 pl-8 z-0">
<p class="text-base text-white mb-2">New</p>
<h3 class="text-3xl text-white font-extrabold">Amazon</h3>
<h2 class="uppercase cardTitle">Speaker</h2>
</figcaption>
<div class="z-40 relative lg:pl-8 md:pl-16 pl-8">
<button>Browse</button>
</div>
</figure>
</section>
</section>
<section class="flex flex-wrap justify-evenly items-center lg:px-8 px-4 py-6">
<article class="lg:w-1/2 w-full flex flex-wrap md:justify-around justify-center items-center">
<figure class="lg:my-0 md:my-6 my-6 flex justify-center items-center">
<img src="Assets/Delivery-Icon.svg" alt="Delivery Icon">
<figcaption class="ml-4">
<p class="font-bold">Free Shipping</p>
<span style="color: #b5b5b5;">Free Shipping on All Order</span>
</figcaption>
</figure>
<figure class="lg:my-0 md:my-6 my-6 flex justify-center items-center">
<img src="Assets/Guarantee-Icon.svg" alt="Guarantee Icon">
<figcaption class="ml-4">
<p class="font-bold">Money Guarantee</p>
<span style="color: #b5b5b5;">30 Day Money Back</span>
</figcaption>
</figure>
</article>
<article class="lg:w-1/2 w-full flex flex-wrap md:justify-around justify-center items-center">
<figure class="md:my-3 md:mr-0 mr-6 my-6 flex justify-center items-center">
<img src="Assets/Headphones-Icon.svg" alt="Headphones Icon">
<figcaption class="ml-4">
<p class="font-bold">Online Support 24/7</p>
<span style="color: #b5b5b5;">Technical Support 24/7</span>
</figcaption>
</figure>
<figure class="md:my-3 md:mr-0 mr-6 my-6 flex justify-center items-center">
<img src="Assets/Wallet-Icon.svg" alt="Wallet Icon">
<figcaption class="ml-4">
<p class="font-bold">Secure Payment</p>
<span style="color: #b5b5b5;">All Cards Accepted</span>
</figcaption>
</figure>
</article>
</section>
<section class="md:mt-52 mt-16 bg-red-100 lg:mx-10 mx-3 flex flex-wrap md:justify-between justify-center md:items-start items-center lg:px-16 md:px-10 px-6 md:py-16 py-20 relative redHeadphoneCard">
<article class="md:w-1/2 w-full md:text-left text-center">
<p class="text-xl">20% Off</p>
<h2 class="text-8xl uppercase py-3" style="font-family: 'Montserrat', sans-serif;">Fine <br> smile</h2>
<p class="text-xl">15 Nov to 7 Dec</p>
<figure class="absolute lg:-top-36 md:-top-36 lg:-left-16 md:-left-10 -top-36 z-10">
<img class="relative lg:-top-40 md:-top-28 top-10" src="Assets/Red-Headphones.png" alt="Red Headphones">
</figure>
</article>
<article class="md:py-6 pt-16 md:w-1/3 w-full md:text-left text-center z-20">
<p class="text-xl">Beats Solo Air</p>
<h3 class="text-5xl py-5 font-bold">Summer Sale</h3>
<p>Company that's grown from 270 to 480 empoyess in the last 12 months</p>
<button>Shop</button>
</article>
</section>
<main class="lg:px-10 px-3 md:py-32 py-16 flex flex-col justify-center items-center w-full">
<h2 class="text-3xl">Best Seller Products</h2>
<small class="mt-2">spaeker Lorem ipsum dolor sit amet.</small>
<section class="md:pt-12 pt-6 flex justify-center items-center w-full flex-wrap">
<figure class="xl:w-1/4 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="productImage">
<img class="h-full shadow-md" src="Assets/Gray-headphone.jpg" alt="Gray Headphone">
</div>
<figcaption class="mt-4">
<p class="mb-2 text-lg productTitle">Beats</p>
<div class="relative">
<span class="mt-1 text-xl font-extrabold price">$995</span>
<button class="cartBtn">Add to Cart</button>
</div>
</figcaption>
</figure>
<figure class="xl:w-1/4 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="productImage">
<img class="h-full shadow-md" src="Assets/Black-headphone.jpg" alt="Gray Headphone">
</div>
<figcaption class="mt-4">
<p class="mb-2 text-lg productTitle">Rocky Mountain</p>
<div class="relative">
<span class="mt-1 text-xl font-extrabold price">$8,250</span>
<button class="cartBtn">Add To Cart</button>
</div>
</figcaption>
</figure>
<figure class="xl:w-1/4 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="productImage">
<img class="h-full shadow-md" src="Assets/Game-console.jpg" alt="Gray Headphone">
</div>
<figcaption class="mt-4">
<p class="mb-2 text-lg productTitle">Game Console Controller Cable</p>
<div class="relative">
<span class="mt-1 text-xl font-extrabold price">$8,250</span>
<button class="cartBtn">Add To Cart</button>
</div>
</figcaption>
</figure>
<figure class="xl:w-1/4 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="productImage">
<img class="h-full shadow-md" src="Assets/Laptop.jpg" alt="Gray Headphone">
<span class="onsale">Sale!</span>
</div>
<figcaption class="mt-6">
<p class="mb-2 text-lg productTitle">White EliteBook Tablet 810<p>
<div class="flex items-center relative">
<span class="discount">$11,950</span>
<span class="mt-1 text-xl font-extrabold price">$9,950</span>
<button class="cartBtn">Add To Cart</button>
</div>
</figcaption>
</figure>
</section>
<section class="flex justify-center items-center w-full md:mt-8 mt-0 flex-wrap">
<figure class="xl:w-1/4 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="productImage">
<img class="h-full shadow-md" src="Assets/Blue-headphone.jpg" alt="Blue Headphone">
</div>
<figcaption class="mt-4">
<p class="mb-2 text-lg productTitle">Gore Wear C7</p>
<div class="relative">
<span class="mt-1 text-xl font-extrabold price">$499</span>
<button class="cartBtn">Add To Cart</button>
</div>
</figcaption>
</figure>
<figure class="xl:w-1/4 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="productImage">
<img class="h-full shadow-md" src="Assets/Wire-headphone.jpg" alt="Wire Headphone">
</div>
<figcaption class="mt-4">
<p class="mb-2 text-lg productTitle">Audio System Multiroom 360</p>
<div class="relative">
<span class="mt-1 text-xl font-extrabold price">$8,250</span>
<button class="cartBtn">Add To Cart</button>
</div>
</figcaption>
</figure>
<figure class="xl:w-1/4 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="productImage">
<img class="h-full shadow-md" src="Assets/Vintage-headphone.jpg" alt="Vintage Headphone">
<span class="onsale">Sale!</span>
</div>
<figcaption class="mt-4">
<p class="mb-2 text-lg productTitle">Beats</p>
<div class="flex items-center relative">
<span class="discount">$11,950</span>
<span class="mt-1 text-xl font-extrabold price">$9,950</span>
<button class="cartBtn">Add To Cart</button>
</div>
</figcaption>
</figure>
<figure class="xl:w-1/4 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="productImage">
<img class="h-full shadow-md" src="Assets/Pink-watch.jpg" alt="Pink Watch">
</div>
<figcaption class="mt-4">
<p class="mb-2 text-lg productTitle">Smartwatch 2.0 LTE Wifi</p>
<div class="relative">
<span class="mt-1 text-xl font-extrabold price">$499</span>
<button class="cartBtn">Add To Cart</button>
</div>
</figcaption>
</figure>
</section>
</main>
<section class="mt-32 lg:mx-10 mx-3 flex flex-wrap md:justify-between justify-center md:items-start items-center lg:px-16 md:px-10 px-6 md:py-16 pt-32 pb-16 relative greenWatchCard">
<article class="md:w-1/2 w-full md:text-left text-center">
<p class="text-xl">20% Off</p>
<h2 class="text-8xl uppercase py-3" style="font-family: 'Montserrat', sans-serif;">Happy <br> Hours</h2>
<p class="text-xl">15 Nov to 7 Dec</p>
<figure class="absolute lg:-top-36 md:-top-32 lg:left-32 md:-left-20 -top-44 z-10">
<img class="relative lg:-top-40 md:-top-16 -top-14" src="Assets/Green-smarthWatch.png" alt="Green SmartWatch">
</figure>
</article>
<article class="md:py-6 pt-16 md:w-1/3 w-full md:text-left text-center z-20">
<p class="text-xl">Beats Solo Air</p>
<h3 class="text-5xl py-5 font-bold">Summer Sale</h3>
<p>Company that's grown from 270 to 480 empoyess in the last 12 months</p>
<button>Shop</button>
</article>
</section>
<section class="flex flex-col justify-center items-center w-full md:py-32 py-16 lg:px-10 px-3">
<h2 class="text-3xl font-semibold">Recent News</h2>
<small class="mt-2">Lorem ipsum dolor sit amet consectetur.</small>
<article class="flex flex-wrap justify-center items-center mt-8">
<figure class="xl:w-1/3 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="gadgetsImg flex justify-center">
<img src="Assets/Men-apple-watch.jpg" alt="Man Wearing an Apple Watch">
</div>
<figcaption class="mt-5 flex flex-col justify-center">
<span>Octuber 5, 2019</span>
<h4 class="my-4 text-xl font-extrabold cursor-pointer">How to choose perfet gadgets</h4>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Laboriosam suscipit quis corrupti architecto explicabo distinctio ...</p>
</figcaption>
</figure>
<figure class="xl:w-1/3 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="gadgetsImg flex justify-center">
<img src="Assets/Setup.jpg" alt="Setup">
</div>
<figcaption class="mt-5 flex flex-col justify-center">
<span>Octuber 5, 2019</span>
<h4 class="my-4 text-xl font-extrabold cursor-pointer">How to choose perfet gadgets</h4>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Laboriosam suscipit quis corrupti architecto explicabo distinctio ...</p>
</figcaption>
</figure>
<figure class="xl:w-1/3 md:w-1/2 xl:p-5 md:p-5 md:mt-0 my-5">
<div class="gadgetsImg flex justify-center">
<img src="Assets/VR-teen.jpg" alt="Man Wearing an Apple Watch">
</div>
<figcaption class="mt-5 flex flex-col justify-center">
<span>Octuber 5, 2019</span>
<h4 class="my-4 text-xl font-extrabold cursor-pointer">How to choose perfet gadgets</h4>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Laboriosam suscipit quis corrupti architecto explicabo distinctio ...</p>
</figcaption>
</figure>
</article>
</section>
<section class="py-16 flex justify-center items-center collab">
<article class="flex flex-wrap md:justify-between justify-center items-center w-full">
<figure class="md:w-1/5 w-full flex justify-center items-center md:my-0 md:py-0 py-5 my-5">
<img src="Assets/Golden-Collab.png" alt="Golden Golden Logo">
</figure>
<figure class="md:w-1/5 w-full flex justify-center items-center md:my-0 md:py-0 py-5 my-5">
<img src="Assets/Sweety-Collab.png" alt="Sweetty Cafeteria Logo">
</figure>
<figure class="md:w-1/5 w-full flex justify-center items-center md:my-0 md:py-0 py-5 my-5">
<img src="Assets/FastLane-Collab.png" alt="Fastlane Logo">
</figure>
<figure class="md:w-1/5 w-full flex justify-center items-center md:my-0 md:py-0 py-5 my-5">
<img src="Assets/MigthyFurnitures-Collab.png" alt="Migthy Furnitures Logo">
</figure>
<figure class="md:w-1/5 w-full flex justify-center items-center md:my-0 md:py-0 py-5 my-5">
<img src="Assets/JackRoller-Collab.png" alt="Jack Roller Logo">
</figure>
</article>
</section>
<footer class="lg:px-10 pt-24 pb-10 px-3 flex justify-center items-center w-full">
<article class="flex flex-wrap justify-center items-start w-full">
<section class="md:w-1/4 w-full md:mb-0 mb-8">
<figure class="flex flex-col">
<img class="w-1/3" src="Assets/Phlox_Logo.png" alt="Phlox Logo">
<figcaption class="md:my-7 my-5">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Laborum quisquam eos eum mollitia rerum vitae ab. Sint sequi nostrum adipisci.</p>
</figcaption>
</figure>
</section>
<section class="md:w-1/6 w-full md:pl-7 md:mb-0 mb-8">
<p class="md:mb-7 mb-5 font-extrabold">Quick Links</p>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Contact</a></li>
</ul>
</section>
<section class="md:w-1/4 w-full md:mb-0 mb-8">
<p class="md:mb-7 mb-5 font-bold">Contact</p>
<address class="pr-20">+99 (0) 101 0000 888 Patricia C. Amedee 4401 Waldeck Street Grapevine Nashvile, Tx 76051</address>
</section>
<section class="md:w-1/3 w-full md:pl-8 md:mb-0 mb-8">
<form class="relative">
<label for="email" class="cursor-pointer font-bold">Subscribe To Our Email</label>
<p class="md:my-7 my-5 text-3xl font-extrabold">For Latest News & Updates</p>
<input class="input" autocomplete="off" type="email" id="email" name="email" placeholder="Enter Your Email" >
<button>Subscribe</button>
</form>
</section>
</article>
</footer>
<script src="Js/main.js"></script>
</body>
</html>