-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
470 lines (421 loc) · 18.5 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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Layers_yashisrani</title>
<link rel="stylesheet" href="style.css">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
</head>
<body class="overflow-x-hidden">
<!-- nav bar -->
<nav class="flex justify-center items-center w-full h-20 sticky ">
<div class="flex w-[90%] justify-between items-center">
<div class="hidden small:block">
<i class="ri-menu-2-line"></i>
</div>
<div >
<img src="Layers_assests/asset 0.jpeg" alt="" class="w-16">
</div>
<div class="flex gap-16">
<div class="flex justify-center items-center gap-7 font-medium small:hidden" >
<div class="relative w-fit block after:block after:content-[''] after:absolute after:h-[1px] after:bg-black after:w-full after:scale-x-0 after:hover:scale-x-100 after:transition after:duration-300 after:origin-left">Mobile Skins</div>
<div class="relative w-fit block after:block after:content-[''] after:absolute after:h-[1px] after:bg-black after:w-full after:scale-x-0 after:hover:scale-x-100 after:transition after:duration-300 after:origin-left">Laptop Skins</div>
<div class="relative w-fit block after:block after:content-[''] after:absolute after:h-[1px] after:bg-black after:w-full after:scale-x-0 after:hover:scale-x-100 after:transition after:duration-300 after:origin-left">Skin Collections</div>
<div class="relative w-fit block after:block after:content-[''] after:absolute after:h-[1px] after:bg-black after:w-full after:scale-x-0 after:hover:scale-x-100 after:transition after:duration-300 after:origin-left">Device Not Found?</div>
<div class="relative w-fit block after:block after:content-[''] after:absolute after:h-[1px] after:bg-black after:w-full after:scale-x-0 after:hover:scale-x-100 after:transition after:duration-300 after:origin-left">How to Apply</div>
<div class="relative w-fit block after:block after:content-[''] after:absolute after:h-[1px] after:bg-black after:w-full after:scale-x-0 after:hover:scale-x-100 after:transition after:duration-300 after:origin-left">Login</div>
</div>
<div class="flex justify-center items-center gap-7 vsmall:gap-4">
<i class="ri-box-3-line scale-150"></i>
<p class=" vsmall:hidden "><i class="ri-search-line scale-150"></i></p>
<i class="ri-shopping-bag-line scale-150"></i>
</div>
</div>
</div>
</div>
</nav>
<!-- Home page part -->
<section class="w-full min-h-full">
<img src="Layers_assests/layermain.webp" alt="" class="w-full min-h-full vvsmall:hidden">
<img src="Layers_assests/layermain2.webp" alt="" class="w-full min-h-full hidden vvsmall:block">
</section>
<!-- brand name section -->
<section class="w-full h-[250px] overflow-x-scroll ">
<div>
<p class="text-center text-5xl mt-4 vvsmall:text-xl">Select Your Brand</p>
<div class="overflow-scroll">
<div class="flex mt-4 gap-9 px-4 w-[1900px]">
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 9.jpeg" alt="">
<p class="mt-2">Apple</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 10.jpeg" alt="">
<p class="mt-2">Samsung</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 11.jpeg" alt="">
<p class="mt-2">OnePlus</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 12.jpeg" alt="">
<p class="mt-2">Google</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 13.jpeg" alt="">
<p class="mt-2">realme</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 14.jpeg" alt="">
<p class="mt-2">Xiaomi</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 15.jpeg" alt="">
<p class="mt-2">Oppo</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 16.jpeg" alt="">
<p class="mt-2">Asus</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 17.jpeg" alt="">
<p class="mt-2">Nothing</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 18.png" alt="">
<p class="mt-2">iQOO</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 19.jpeg" alt="">
<p class="mt-2">Poco</p>
</div>
<div class="flex flex-col items-center justify-start">
<img class="border rounded-full w-40" src="Layers_assests/asset 20.jpeg" alt="">
<p class="mt-2">Vivo</p>
</div>
</div>
</div>
</div>
</section>
<hr>
<!-- Layers Original Designs -->
<section class="w-full flex justify-center">
<div class="w-[94%] flex flex-col items-center">
<h1 class="text-center text-5xl pt-2">Layers Original Designs</h1>
<div class="w-full grid grid-cols-4 gap-4 pt-6 vsmall:grid-cols-2 ">
<div>
<img src="Layers_assests/asset 21.jpeg" alt=" ">
<div class="flex justify-between pt-3">
<p >Black Crack</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 22.jpeg" alt="" >
<div class="flex justify-between pt-3">
<p>Astro Rainbow</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 23.png" alt="" >
<div class="flex justify-between pt-3">
<p>CyberHud</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 24.png" alt="" >
<div class="flex justify-between pt-3">
<p>Matrix</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 25.png" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Before Sunset</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 26.jpeg" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Golden Swirl</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 27.png" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>90's Kid</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 28.jpeg" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Cultivate Kindness</p>
<p>₹ 599</p>
</div>
</div>
</div>
</div>
</section>
<!-- marvel section -->
<section>
<img src="Layers_assests/layerdeadpull.webp" alt="" class="vsmall:hidden">
<img src="Layers_assests/asset 30.jpeg" alt="" class="hidden vsmall:block">
</section>
<!-- Best Selling Mobile Skins -->
<section class="w-full flex justify-center">
<div class="w-[94%] flex flex-col items-center">
<h1 class="text-center text-5xl pt-2">Best Selling Mobile Skins</h1>
<div class="w-full grid grid-cols-4 gap-4 pt-6 vsmall:grid-cols-2 ">
<div>
<img src="Layers_assests/asset 31.jpeg" alt=" ">
<div class="flex justify-between pt-3">
<p>Deadpool</p>
<p>₹ 699</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 32.jpeg" alt="" >
<div class="flex justify-between pt-3">
<p>Space Blueprint</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 33.jpeg" alt="" >
<div class="flex justify-between pt-3">
<p>Cybermind</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 34.jpeg" alt="" >
<div class="flex justify-between pt-3">
<p>Magma</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 35.jpeg" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Grafitti</p>
<p>₹ 599</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 36.jpeg" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Deadpool Attack</p>
<p>₹ 699</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 37.jpeg" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Moon Knight rising</p>
<p>₹ 699</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 38.jpeg" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Space Buddies</p>
<p>₹ 599</p>
</div>
</div>
</div>
</div>
</section>
<!-- Bold and expressive -->
<section>
<img src="Layers_assests/Bold.webp" alt="" class="vsmall:hidden">
<img src="Layers_assests/asset 40.png" alt="" class="hidden vsmall:block">
</section>
<!-- Best Selling Laptop Skins -->
<section class="w-full flex justify-center">
<div class="w-[94%] flex flex-col items-center">
<h1 class="text-center text-5xl pt-2"> Best Selling Laptop Skins</h1>
<div class="w-full grid grid-cols-4 gap-4 pt-6 vsmall:grid-cols-2 ">
<div>
<img src="Layers_assests/asset 41.jpeg" alt=" ">
<div class="flex justify-between pt-3">
<p>Jedi Attack</p>
<p>₹ 1199</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 42.jpeg" alt="" >
<div class="flex justify-between pt-3">
<p>Universe</p>
<p>₹ 1199</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 43.jpeg" alt="" >
<div class="flex justify-between pt-3">
<p>Mandalorian Silhouette</p>
<p>₹ 1199</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 44.jpeg" alt="" >
<div class="flex justify-between pt-3">
<p>Cybermind</p>
<p>₹ 1099</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 45.png" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Magma</p>
<p>₹ 1099</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 46.png" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Chaos</p>
<p>₹ 1099</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 47.png" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Cranberry Abstract</p>
<p>₹ 1099</p>
</div>
</div>
<div>
<img src="Layers_assests/asset 48.png" alt="" class="pt-6">
<div class="flex justify-between pt-3 pb-3">
<p>Oceanic</p>
<p>₹ 1099</p>
</div>
</div>
</div>
</div>
</section>
<!-- FOLLOW US ON INSTAGRAM -->
<section class="w-full flex justify-center">
<div class="w-[98%] flex flex-col items-center">
<h1 class="text-center text-2xl pt-4"> FOLLOW US ON INSTAGRAM</h1>
<div class="w-full grid grid-cols-4 gap-2 pt-6 vsmall:grid-cols-2 ">
<div>
<img src="Layers_assests/insta8.jpg" alt=" ">
<div class="flex justify-between pt-3">
</div>
</div>
<div>
<img src="Layers_assests/insta2.jpg" alt="" >
<div class="flex justify-between pt-3">
</div>
</div>
<div>
<img src="Layers_assests/insta3.jpg" alt="" >
<div class="flex justify-between pt-3">
</div>
</div>
<div>
<img src="Layers_assests/insta4.jpg" alt="" class="w-fit h-fit aspect-square">
<div class="flex justify-between pt-3 ">
</div>
</div>
<div>
<img src="Layers_assests/insta5.jpg" alt="" class="">
<div class="flex justify-between pt-3 pb-3">
</div>
</div>
<div>
<img src="Layers_assests/insta6.jpg" alt="" class="">
<div class="flex justify-between pt-3 pb-3">
</div>
</div>
<div>
<img src="Layers_assests/insta7.jpg" alt="" class="">
<div class="flex justify-between pt-3 pb-3">
</div>
</div>
<div>
<img src="Layers_assests/insta1.jpg" alt="" class="">
<div class="flex justify-between pt-3 pb-3">
</div>
</div>
</div>
</div>
</section>
<!-- last section -->
<section class="w-full h-full flex justify-center items-center pb-10 pt-3">
<div class="w-[80%] flex justify-between gap-9 p-4 footer:flex-col">
<div class="flex flex-col justify-center items-center gap-5">
<img src="Layers_assests/2.svg" alt="" class="w-16">
<p class="font-semibold">Same Day Dispatch</p>
<p class="w-96 text-center"> All orders placed before 12pm Monday to Friday are dispatched same day.</p>
</div>
<div class="flex flex-col justify-center items-center gap-5">
<img src="Layers_assests/1.svg" alt="" class="w-16">
<p class="font-semibold">Free & Fast Delivery</p>
<p class="w-90 text-center"> Orders to metro cities reach in 2-3 working days.</p>
</div>
<div class="flex flex-col justify-center items-center gap-5">
<img src="Layers_assests/3.svg" alt="" class="w-16">
<p class="font-semibold">Cancellation Policy</p>
<p class="w-96 text-center"> Easy cancellation from the dashboard within 12 hours of placing the order</p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="w-full min-h-[300px] bg-[#e8e8e8ff]">
<div class="w-full flex justify-around text-sm pt-10 footer:grid footer:grid-cols-2 footer:gap-5 ">
<div>
<p>Vision</p>
<p class="pt-6 font-semibold">Creativity, Expression, & Exploration</p>
</div>
<div class="flex flex-col gap-3">
<p class="font-semibold pb-1">Pages</p>
<p>About us</p>
<p>Contect us</p>
<p>Terms and Condition</p>
<p>Privacy Policy</p>
<p>Refunds/Cancellations</p>
<p>FAQ</p>
</div>
<div class="flex flex-col gap-3">
<p class="font-semibold pb-1">My Accounts</p>
<p>Login</p>
<p>Register</p>
<p>Track Order</p>
</div>
<div class="flex flex-col gap-3">
<p class="font-semibold pb-1">Follow us</p>
<div class="flex gap-2">
<img src="Layers_assests/asset 57.svg" alt="" class="w-4">
<p>Twitter</p>
</div>
<div class="flex gap-2">
<img src="Layers_assests/asset 58.svg" alt="" class="w-4">
<p>Facbook</p>
</div>
<div class="flex gap-2">
<img src="Layers_assests/asset 59.svg" alt="" class="w-4">
<p>Youtube</p>
</div>
<div class="flex gap-2">
<img src="Layers_assests/asset 60.svg" alt="" class="w-4">
<p>Instagram</p>
</div>
</div>
</div>
</footer>
<div class="w-full h-[1px] bg-[#00000022]">
</div>
</body>
</html>