-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
484 lines (481 loc) · 18.8 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
471
472
473
474
475
476
477
478
479
480
481
482
483
484
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="author"
content="name:Mohammadreza Nadirkhanloo , email : m.nadirkhanloo1380@gmail.com"
/>
<link rel="stylesheet" href="./build/tailwind.css" />
<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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
rel="shortcut icon"
href="./assets/img/air-max-90-flyea.png"
type="image/x-icon"
/>
<title>Shoes-shop</title>
</head>
<body class="overflow-x-hidden">
<!-- Discount code -->
<div class="bg-blue text-center">
<p class="py-2.5 text-white">New here? Save 20% with code: YR24</p>
</div>
<header class="container">
<!-- Navbar -->
<div class="drawer">
<input id="my-drawer-3" type="checkbox" class="drawer-toggle" />
<div class="drawer-content flex flex-col">
<!-- Navbar -->
<div class="navbar bg-white w-full">
<div class="flex-none md:hidden">
<label
for="my-drawer-3"
aria-label="open sidebar"
class="btn btn-square btn-ghost"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
class="inline-block h-6 w-6 stroke-current"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 6h16M4 12h16M4 18h16"
></path>
</svg>
</label>
</div>
<div class="mx-1 ps-1 flex-1 md:flex-none">
<img
src="./assets/img/my-logo.png"
alt="logo"
class="w-12 h-12 hidden md:block"
/>
<h1 class="font-bold text-lg p-0.5 md:hidden">Khanloo shop</h1>
</div>
<div class="hidden md:block flex-1">
<ul
class="menu menu-horizontal font-extrabold text-lg italic p-1"
>
<!-- Navbar menu content here -->
<li><a>Women</a></li>
<li><a>Men</a></li>
<li><a>Kids</a></li>
<li><a>Classic</a></li>
<li><a>Sale</a></li>
</ul>
</div>
<div class="flex-none">
<!-- Open the modal using ID.showModal() method -->
<div>
<button
id="btnCart"
class="btn btn-ghost"
onclick="my_modal_2.showModal()"
>
<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="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"
/>
</svg>
</button>
<!-- box modal -->
<dialog id="my_modal_2" class="modal">
<div class="modal-box">
<form method="dialog">
<button
class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2"
>
✕
</button>
</form>
<h3 class="text-lg font-bold">Cart</h3>
<div
id="cartEmpty"
class="flex-col justify-center items-center my-4"
>
<div>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"
/>
</svg>
</div>
<p class="text-lg">cart is empty</p>
</div>
<div id="listCart" class="flex flex-col"></div>
<button
class="btn btn-block px-5 bg-blue text-white hover:bg-blue-light hover:text-gray-100 border-blue-light border-4 rounded-xl"
>
payment:
<span id="totalCart" class="text-info">0</span>$
</button>
</div>
<form method="dialog" class="modal-backdrop">
<button>close</button>
</form>
</dialog>
</div>
<!-- avatar -->
<div class="dropdown dropdown-end">
<div
tabindex="0"
role="button"
class="btn btn-ghost btn-circle avatar"
>
<div class="w-10 rounded-full">
<img
alt="user"
src="./assets/img/color-burst-3840x2160-6654.jpg"
/>
</div>
</div>
<ul
tabindex="0"
class="menu menu-sm dropdown-content bg-base-100 rounded-box z-[1] mt-3 w-52 p-2 shadow"
>
<li>
<a class="justify-between">
Profile
<span class="badge bg-red-500 text-white">New</span>
</a>
</li>
<li><a>Settings</a></li>
<li><a>Logout</a></li>
</ul>
</div>
</div>
</div>
<!-- Page content here -->
</div>
<div class="drawer-side" style="z-index: 10">
<label
for="my-drawer-3"
aria-label="close sidebar"
class="drawer-overlay"
></label>
<ul class="menu bg-base-200 min-h-full w-80 p-5 font-extrabold">
<div class="flex justify-end">
<label
for="my-drawer-3"
aria-label="close sidebar"
class="drawer-overlay btn btn-square btn-ghost w-10"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M6 18 18 6M6 6l12 12"
/>
</svg>
</label>
</div>
<!-- Sidebar content here -->
<li><a>Women</a></li>
<li><a>Men</a></li>
<li><a>Kids</a></li>
<li><a>Classic</a></li>
<li><a>Sale</a></li>
</ul>
</div>
</div>
<!-- img -->
<div>
<img src="./assets/img/Group 2.png" alt="" class="w-full" />
</div>
</header>
<div class="space-y-32 container">
<section class="container space-y-10 px-10">
<div
class="flex gap-5 flex-col items-start md:flex-row justify-between"
>
<div class="flex gap-3 flex-col items-start md:flex-row">
<button
class="btn px-5 bg-blue text-white hover:bg-blue-light hover:text-gray-100 border-blue-light border-4 rounded-xl"
>
NEW ARRIVALS
</button>
<button
class="btn px-5 bg-sludge text-white hover:bg-sludge-light hover:text-gray-100 border-sludge-light border-4 rounded-xl"
>
WHAT’S TRENDING
</button>
</div>
<div class="w-full text-end">
<div class="dropdown dropdown-end">
<div tabindex="0" role="button" class="btn btn-circle shadow-xl">
<div class="indicator">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"
/>
</svg>
</div>
</div>
<div
tabindex="0"
class="card card-compact dropdown-content bg-gray-100 z-[1] mt-3 w-48 sm:w-72 md:w-96 shadow-xl"
>
<form class="card-body">
<input
id="inputFilter"
type="text"
placeholder="Model shoes"
class="input input-bordered w-full"
/>
<div class="card-actions">
<button
id="btnSearch"
class="btn bg-blue text-white hover:bg-blue-light hover:text-gray-100 border-blue-light btn-block"
>
Search
</button>
</div>
</form>
</div>
</div>
<div class="dropdown dropdown-end">
<div tabindex="0" role="button" class="btn btn-circle shadow-xl">
<div class="indicator">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="size-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z"
/>
</svg>
</div>
</div>
<ul
tabindex="0"
class="menu dropdown-content bg-gray-100 rounded-box z-[1] mt-3 p-2 shadow-2xl"
>
<li><a class="filterColor" data-value="">All</a></li>
<li><a class="filterColor" data-value="White">White</a></li>
<li><a class="filterColor" data-value="Red">Red</a></li>
<li><a class="filterColor" data-value="Blue">Blue</a></li>
<li><a class="filterColor" data-value="Purple">Purple</a></li>
</ul>
</div>
</div>
</div>
<!-- show item -->
<div
id="box_item"
class="grid xl:grid-cols-4 lg:grid-cols-3 sm:grid-cols-2 grid-cols-1 gap-10"
></div>
</section>
<div class="divider"></div>
<!-- two Picture -->
<section class="container">
<div class="grid md:grid-cols-2 grid-cols-1 gap-7 text-center">
<div class="relative">
<img src="./assets/img/Rectangle 16.png" class="w-full" />
<div
class="absolute bottom-60 start-14 flex flex-col items-start gap-5"
>
<p class="text-white font-bold text-3xl">FAMOUS MUICHES</p>
<button
class="btn btn-ghost border-white rounded-none text-white px-9"
>
SHOP NOW
</button>
</div>
</div>
<div class="mt-40 relative">
<div>
<img src="./assets/img/Rectangle 17.png" class="w-full" />
<div
class="absolute bottom-28 start-14 flex flex-col items-start gap-5"
>
<p class="text-white font-bold text-3xl">SPECIAL COLLECTION</p>
<button
class="btn btn-ghost border-white rounded-none text-white px-9"
>
SHOP NOW
</button>
</div>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- Picture -->
<section class="container">
<div class="grid grid-cols-3 gap-2">
<div class="relative col-span-3">
<img src="./assets/img/Rectangle 18.png" class="w-full" />
<div class="absolute inset-x-0 bottom-5 text-center">
<button
class="btn btn-neutral rounded-none text-white px-9 hidden md:inline"
>
KIDS
</button>
</div>
</div>
<div class="relative col-span-2">
<img src="./assets/img/Rectangle 19.png" class="w-full" />
<div class="absolute inset-x-0 bottom-5 text-center">
<button
class="btn btn-neutral rounded-none text-white px-9 hidden md:inline"
>
SNEAKERS
</button>
</div>
</div>
<div class="relative col-span-1">
<img src="./assets/img/Rectangle 20.png" class="w-full h-full" />
<div class="absolute inset-x-0 bottom-5 text-center">
<button
class="btn btn-neutral rounded-none text-white px-9 hidden md:inline"
>
WOMEN
</button>
</div>
</div>
<div class="relative">
<img src="./assets/img/Rectangle 22.png" class="w-full h-full" />
<div class="absolute inset-x-0 bottom-5 text-center">
<button
class="btn btn-neutral rounded-none text-white px-9 hidden md:inline"
>
BOOTS
</button>
</div>
</div>
<div class="relative col-span-2">
<img src="./assets/img/Rectangle 21.png" class="w-full" />
<div class="absolute inset-x-0 bottom-5 text-center">
<button
class="btn btn-neutral rounded-none text-white px-9 hidden md:inline"
>
MEN
</button>
</div>
</div>
</div>
</section>
<!-- Slogan -->
<section class="container">
<div
class="flex items-center justify-center gap-20 flex-col lg:flex-row"
>
<div class="flex flex-col items-center gap-5">
<img src="./assets/img/Services (1).png" class="w-20" alt="" />
<div class="flex flex-col items-center">
<p class="text-xl font-semibold">FREE AND FAST DELIVERY</p>
<p>Free delivery for all orders over $140</p>
</div>
</div>
<div class="flex flex-col items-center gap-5">
<img src="./assets/img/Services (2).png" class="w-20" alt="" />
<div class="flex flex-col items-center">
<p class="text-xl font-semibold">24/7 CUSTOMER SERVICE</p>
<p>Friendly 24/7 customer support</p>
</div>
</div>
<div class="flex flex-col items-center gap-5">
<img src="./assets/img/Services.png" class="w-20" alt="" />
<div class="flex flex-col items-center">
<p class="text-xl font-semibold">MONEY BACK GUARANTEE</p>
<p>We return money within 30 days</p>
</div>
</div>
</div>
</section>
</div>
<footer class="bg-base-200 mt-24">
<div class="footer container text-base-content p-10">
<aside>
<img src="./assets/img/my-logo.png" class="w-28" alt="logo" />
<p class="font-bold italic">Mohammadreza Nadirkhanloo.</p>
</aside>
<nav>
<h6 class="footer-title">Services</h6>
<a class="link link-hover">Branding</a>
<a class="link link-hover">Design</a>
<a class="link link-hover">Marketing</a>
<a class="link link-hover">Advertisement</a>
</nav>
<nav>
<h6 class="footer-title">Company</h6>
<a
class="link link-hover font-bold"
href="https://github.com/MohammadrezaNadirkhanloo"
>Github</a
>
<a class="link link-hover">Contact</a>
<a class="link link-hover">Jobs</a>
<a class="link link-hover">Press kit</a>
</nav>
<nav>
<h6 class="footer-title">Legal</h6>
<a class="link link-hover">Terms of use</a>
<a class="link link-hover">Privacy policy</a>
<a class="link link-hover">Cookie policy</a>
</nav>
</div>
</footer>
<!-- copy right -->
<div class="footer footer-center bg-base-300 text-base-content p-6">
<aside>
<p>
Copyright © 2023 - All right reserved by
<span class="font-bold italic">Mohammadreza Nadirkhanloo</span> - And
it is to show the portfolio
</p>
</aside>
</div>
<script type="module" src="./src/javaScript/script.js"></script>
</body>
</html>