-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
575 lines (568 loc) · 24.1 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
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Luxspace" />
<meta property="og:description" content="Menjual Description" />
<meta property="og:type" content="" />
<meta property="og:url" content="https://luxspace.com" />
<meta
property="og:image"
content="https://luxspace.com/images/content/preview-homepage.jpeg"
/>
<meta name="theme-color" content="#000" />
<link rel="apple-touch-icon" href="src/images/design/favicon.ico" />
<link
rel="icon"
type="image/svg+xml"
href="src/images/design/favicon.ico"
/>
<title>Lux Space</title>
</head>
<body>
<!-- Start Header -->
<header class="absolute w-full z-50 px-4">
<div class="container mx-auto py-10">
<div class="flex flex-stretch items-center">
<div class="w-56 flex items-center">
<img src="src/images/design/logo.svg" alt="Luxspace website" />
</div>
<div class="w-full"></div>
<!-- Start Menu Hamburger wrapper -->
<div class="w-auto">
<ul
id="menu"
class="fixed flex bg-white inset-0 flex-col invisible items-center justify-center opacity-0 md:visible md:flex-row md:bg-transparent md:relative md:opacity-100"
>
<li class="mx-3 py-6 md:py-0">
<a href="#" class="text-black hover:text-white hover:underline"
>Showcase</a
>
</li>
<li class="mx-3 py-6 md:py-0">
<a href="#" class="text-black hover:text-white hover:underline"
>Catalog</a
>
</li>
<li class="mx-3 py-6 md:py-0">
<a href="#" class="text-black hover:text-white hover:underline"
>Delivery</a
>
</li>
<li class="mx-3 py-6 md:py-0">
<a href="#" class="text-black hover:text-white hover:underline"
>Rewards</a
>
</li>
</ul>
</div>
<!-- End Menu Hamburger wrapper -->
<div class="w-auto">
<ul class="flex items-center">
<li class="ml-6 block md:hidden">
<button
id="menu-toggler"
class="relative flex z-50 items-center w-8 h-8 text-black focus:outline-none"
>
<svg
class="fill-current"
width="18"
height="17"
viewBox="0 0 18 17"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M15.9773 0.461304H1.04219C0.466585 0.461304 0 0.790267 0 1.19609C0 1.60192 0.466668 1.93088 1.04219 1.93088H15.9773C16.5529 1.93088 17.0195 1.60192 17.0195 1.19609C17.0195 0.790208 16.5529 0.461304 15.9773 0.461304Z"
/>
<path
d="M15.9773 7.68802H1.04219C0.466585 7.68802 0 8.01698 0 8.42281C0 8.82864 0.466668 9.1576 1.04219 9.1576H15.9773C16.5529 9.1576 17.0195 8.82864 17.0195 8.42281C17.0195 8.01692 16.5529 7.68802 15.9773 7.68802Z"
/>
<path
d="M15.9773 14.9147H1.04219C0.466585 14.9147 0 15.2437 0 15.6495C0 16.0553 0.466668 16.3843 1.04219 16.3843H15.9773C16.5529 16.3843 17.0195 16.0553 17.0195 15.6495C17.0195 15.2436 16.5529 14.9147 15.9773 14.9147Z"
/>
</svg>
</button>
</li>
<li class="ml-6">
<a
href="cart.html"
class="flex items-center justify-center w-8 h-8 text-black hover:text-white cart cart-filled"
>
<svg
width="29"
height="25"
viewBox="0 0 29 25"
fill="none"
xmlns="http://www.w3.org/2000/svg"
class="fill-current"
>
<path
d="M10.8754 19.9824C9.61762 19.9824 8.59436 21.023 8.59436 22.3021C8.59436 23.5812 9.61762 24.6218 10.8754 24.6218C12.1331 24.6218 13.1564 23.5812 13.1564 22.3021C13.1563 21.023 12.1331 19.9824 10.8754 19.9824ZM10.8754 23.3265C10.3199 23.3265 9.86796 22.8669 9.86796 22.302C9.86796 21.7371 10.3199 21.2775 10.8754 21.2775C11.4308 21.2775 11.8828 21.7371 11.8828 22.302C11.8828 22.867 11.4308 23.3265 10.8754 23.3265Z"
/>
<path
d="M18.8764 19.9824C17.6186 19.9824 16.5953 21.023 16.5953 22.3021C16.5953 23.5812 17.6186 24.6218 18.8764 24.6218C20.1342 24.6218 21.1575 23.5812 21.1575 22.3021C21.1574 21.023 20.1341 19.9824 18.8764 19.9824ZM18.8764 23.3265C18.3209 23.3265 17.869 22.8669 17.869 22.302C17.869 21.7371 18.3209 21.2775 18.8764 21.2775C19.4319 21.2775 19.8838 21.7371 19.8838 22.302C19.8838 22.867 19.4319 23.3265 18.8764 23.3265Z"
/>
<path
d="M19.438 7.76947H10.3122C9.96051 7.76947 9.67542 8.0594 9.67542 8.41707C9.67542 8.77474 9.96056 9.06467 10.3122 9.06467H19.438C19.7897 9.06467 20.0748 8.77474 20.0748 8.41707C20.0748 8.05935 19.7897 7.76947 19.438 7.76947Z"
/>
<path
d="M18.9414 11.1324H10.8089C10.4572 11.1324 10.1721 11.4223 10.1721 11.78C10.1721 12.1377 10.4572 12.4276 10.8089 12.4276H18.9413C19.293 12.4276 19.5781 12.1377 19.5781 11.78C19.5781 11.4224 19.293 11.1324 18.9414 11.1324Z"
/>
<path
d="M25.6499 4.88404C25.407 4.58092 25.0472 4.40711 24.6626 4.40711H4.82655L4.42595 2.42947C4.34232 2.01694 4.06563 1.67055 3.68565 1.50276L0.890528 0.268963C0.567841 0.126419 0.192825 0.276999 0.0528584 0.60505C-0.0872597 0.933204 0.0608116 1.31463 0.383347 1.45696L3.17852 2.69081L6.2598 17.9014C6.38117 18.5004 6.90578 18.9352 7.50723 18.9352H22.7635C23.1152 18.9352 23.4003 18.6452 23.4003 18.2876C23.4003 17.9299 23.1152 17.64 22.7635 17.64H7.50728L7.13247 15.7897H22.8814C23.4828 15.7897 24.0075 15.3549 24.1288 14.7559L25.9101 5.96349C25.9876 5.58063 25.8928 5.1871 25.6499 4.88404ZM22.8814 14.4946H6.87012L5.08895 5.70226L24.6626 5.70231L22.8814 14.4946Z"
/>
<g class="text-pink-400">
<circle
cx="25"
cy="4.89023"
r="4"
fill="#F9CADA"
class="fill-current dot"
/>
</g>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start Section Hero -->
<section class="flex items-center hero">
<!-- Start Section Hero | Left Side -->
<div
class="w-full absolute z-20 inset-0 md:relative md:w-1/2 text-center flex flex-col justify-center hero-caption"
>
<h1 class="text-3xl md:text-5xl leading-tight font-semibold">
The Room <br class="" />
You’ve Dreaming
</h1>
<h2 class="px-8 text-base md:px-0 md:text-lg my-6 tracking-wide">
Kami menyediakan furniture berkelas yang
<br class="hidden lg:block" />
membuat ruangan terasa homey
</h2>
<div>
<a
href="#browse-the-room"
class="bg-pink-400 text-black hover:bg-black hover:text-pink-400 rounded-full px-8 py-3 mt-4 inline-block flex-none transition duration-200"
>Explore Now</a
>
</div>
</div>
<!-- End Section Hero | Left Side -->
<!-- Start Section Hero | Right Side -->
<div class="w-full inset-0 md:relative md:w-1/2">
<div class="relative hero-image">
<div class="overlay inset-0 bg-black opacity-30 z-10"></div>
<div class="overlay right-0 bottom-0 md:inset-0">
<button
class="video hero-cta focus:outline-none z-30 modal-trigger"
data-content='<div class="w-screen pb-56 md:w-88 relative z-0">
<div class="absolute w-full h-full">
<iframe
width="100%"
height="100%"
src="https://www.youtube.com/embed/eB9PpY1jv-8?si=BckVo0OgPqwUk1Ev"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
</div>'
></button>
</div>
<img
class="absolute inset-0 md:relative w-full h-full object-cover object-center"
src="src/images/content/image-hero.png"
alt="House with sofa"
/>
</div>
</div>
<!-- End Section Hero | Right Side -->
</section>
<!-- End Section Hero -->
<!-- Start Browse The Room -->
<section class="flex bg-gray-100 py-16 px-4" id="browse-the-room">
<div class="container mx-auto">
<div class="flex flex-start mb-4">
<h3 class="text-2xl capitalize font-semibold">
browse the room <br class="" />that we design for you
</h3>
</div>
<div class="grid grid-rows-2 grid-cols-9 gap-4">
<!-- Start Item Browse The Room 1 -->
<div
class="relative col-span-9 row-span-1 md:col-span-4 card"
style="height: 180px"
>
<div class="card-shadow rounded-xl">
<img
src="src/images/content/image-catalog-1.jpg"
class="w-full h-full object-cover overlay overflow-hidden rounded-xl"
alt=""
/>
</div>
<div
class="overlay left-0 top-0 bottom-0 flex justify-center flex-col pl-48 md:pl-72"
>
<h5 class="text-lg font-semibold">Living Room</h5>
<span class=""> 18.309 items </span>
</div>
<a href="#details.html" class="stretched-link">
<!-- fake children -->
</a>
</div>
<!-- End Item Browse The Room 1 -->
<!-- Start Item Browse The Room 2 -->
<div
class="relative col-span-9 row-span-1 md:col-span-2 md:row-span-2 card"
>
<div class="card-shadow rounded-xl">
<img
src="src/images/content/image-catalog-4.jpg"
class="w-full h-full object-cover overlay overflow-hidden rounded-xl"
alt=""
/>
</div>
<div
class="overlay inset-0 md:bottom-auto flex justify-center md:items-center flex-col pl-48 md:pl-0 pt-0 md:pt-12"
>
<h5 class="text-lg font-semibold">Decoration</h5>
<span class=""> 10.204 items </span>
</div>
<a href="#details.html" class="stretched-link">
<!-- fake children -->
</a>
</div>
<!-- End Item Browse The Room 2 -->
<!-- Start Item Browse The Room 3 -->
<div
class="relative col-span-9 row-span-1 md:col-span-3 md:row-span-2 card"
>
<div class="card-shadow rounded-xl">
<img
src="src/images/content/image-catalog-3.jpg"
class="w-full h-full object-cover overlay overflow-hidden rounded-xl"
alt=""
/>
</div>
<div
class="overlay inset-0 md:bottom-auto flex justify-center md:items-center flex-col pl-48 md:pl-0 pt-0 md:pt-12"
>
<h5 class="text-lg font-semibold">Bed Room</h5>
<span class=""> 2204 items </span>
</div>
<a href="#details.html" class="stretched-link">
<!-- fake children -->
</a>
</div>
<!-- End Item Browse The Room 3 -->
<!-- Start Item Browse The Room 4 -->
<div
class="relative col-span-9 row-span-1 md:col-span-4 card"
style="height: 180px"
>
<div class="card-shadow rounded-xl">
<img
src="src/images/content/image-catalog-2.jpg"
class="w-full h-full object-cover overlay overflow-hidden rounded-xl"
alt=""
/>
</div>
<div
class="overlay left-0 top-0 bottom-0 flex justify-center flex-col pl-48 md:pl-72"
>
<h5 class="text-lg font-semibold">Children Room</h5>
<span class=""> 204 items </span>
</div>
<a href="details.html" class="stretched-link">
<!-- fake children -->
</a>
</div>
<!-- End Item Browse The Room 4 -->
</div>
</div>
</section>
<!-- End Browse The Room -->
<!-- Start Just Arrived -->
<section class="flex flex-col py-16">
<div class="container mx-auto mb-4">
<div class="flex justify-center text-center mb-4">
<h3 class="text-2xl capitalize font-semibold">
just arrived <br />
this summer for you
</h3>
</div>
</div>
<div class="overflow-x-hidden px-4" id="carousel">
<div class="container mx-auto"></div>
<div class="flex -mx-4 flex-row relative">
<!-- Start Item Carousel 1 -->
<div class="px-4 relative card">
<div
class="rounded-xl overflow-hidden card-shadow"
style="width: 287px; height: 386px"
>
<img
src="src/images/content/img-carousel-1.jpg"
alt="pot"
class="w-full h-full object-cover object-center"
/>
</div>
<h5 class="text-lg font-semibold mt-4">Racking Plants</h5>
<span class="">IDR 2.400.000</span>
<a href="#details.html" class="stretched-link"></a>
<!-- fake children -->
</div>
<!-- End Item Carousel 1 -->
<!-- Start Item Carousel 2 -->
<div class="px-4 relative card">
<div
class="rounded-xl overflow-hidden card-shadow"
style="width: 287px; height: 386px"
>
<img
src="src/images/content/img-carousel-2.jpg"
alt="pot"
class="w-full h-full object-cover object-center"
/>
</div>
<h5 class="text-lg font-semibold mt-4">Cangkir Mauttie</h5>
<span class="">IDR 89.300</span>
<a href="#details.html" class="stretched-link"></a>
<!-- fake children -->
</div>
<!-- End Item Carousel 2 -->
<!-- Start Item Carousel 3 -->
<div class="px-4 relative card">
<div
class="rounded-xl overflow-hidden card-shadow"
style="width: 287px; height: 386px"
>
<img
src="src/images/content/img-carousel-3.jpg"
alt="pot"
class="w-full h-full object-cover object-center"
/>
</div>
<h5 class="text-lg font-semibold mt-4">Bankyu Minimax</h5>
<span class="">IDR 67.000.000</span>
<a href="#details.html" class="stretched-link"></a>
<!-- fake children -->
</div>
<!-- End Item Carousel 3 -->
<!-- Start Item Carousel 4 -->
<div class="px-4 relative card">
<div
class="rounded-xl overflow-hidden card-shadow"
style="width: 287px; height: 386px"
>
<img
src="src/images/content/img-carousel-4.jpg"
alt="pot"
class="w-full h-full object-cover object-center"
/>
</div>
<h5 class="text-lg font-semibold mt-4">Buku Sidu Edition</h5>
<span class="">IDR 12.000.000</span>
<a href="#details.html" class="stretched-link"></a>
<!-- fake children -->
</div>
<!-- End Item Carousel 4 -->
<!-- Start Item Carousel 5 -->
<div class="px-4 relative card">
<div
class="rounded-xl overflow-hidden card-shadow"
style="width: 287px; height: 386px"
>
<img
src="src/images/content/img-carousel-5.jpg"
alt="pot"
class="w-full h-full object-cover object-center"
/>
</div>
<h5 class="text-lg font-semibold mt-4">Watch Notes X</h5>
<span class="">IDR 7.300.000</span>
<a href="#details.html" class="stretched-link"></a>
<!-- fake children -->
</div>
<!-- End Item Carousel 5 -->
<!-- Start Item Carousel 5 -->
<div class="px-4 relative card">
<div
class="rounded-xl overflow-hidden card-shadow"
style="width: 287px; height: 386px"
>
<img
src="src/images/content/img-carousel-5.jpg"
alt="pot"
class="w-full h-full object-cover object-center"
/>
</div>
<h5 class="text-lg font-semibold mt-4">Watch Notes X</h5>
<span class="">IDR 7.300.000</span>
<a href="#details.html" class="stretched-link"></a>
<!-- fake children -->
</div>
<!-- End Item Carousel 5 -->
</div>
</div>
</section>
<!-- End Just Arrived -->
<!-- Start Clients -->
<section class="container mx-auto py-8">
<div class="flex justify-center flex-wrap">
<div
class="w-full flex-auto md:w-auto md:flex-initial px-4 md:px-6 my-4 md:my-0"
>
<img
src="src/images/content/logo-adobe.png"
alt="adobe"
class="mx-auto"
/>
</div>
<div
class="w-full flex-auto md:w-auto md:flex-initial px-4 md:px-6 my-4 md:my-0"
>
<img
src="src/images/content/logo-ikea.png"
alt="ikea"
class="mx-auto"
/>
</div>
<div
class="w-full flex-auto md:w-auto md:flex-initial px-4 md:px-6 my-4 md:my-0"
>
<img
src="src/images/content/logo-herman-miller.png"
alt="herman-miller"
class="mx-auto"
/>
</div>
<div
class="w-full flex-auto md:w-auto md:flex-initial px-4 md:px-6 my-4 md:my-0"
>
<img
src="src/images/content/logo-miele.png"
alt="miele"
class="mx-auto"
/>
</div>
</div>
</section>
<!-- End Clients -->
<!-- Start Aside Menu Footer -->
<section class="">
<div class="border-t border-b border-gray-200 py-12 mt-16 px-4">
<div class="flex justify-center mb-8">
<img src="src/images/design/logo.svg" alt="luxspace" />
</div>
<aside class="container mx-auto">
<div class="flex flex-wrap md:space-x-4 justify-center">
<!-- Start item aside menu 1-->
<div class="w-full md:w-2/12 mb-4 md:mb-0 accordion">
<h5 class="text-xl font-semibold mb-2 relative">Overview</h5>
<ul class="h-0 invisible md:h-auto md:visible overflow-hidden">
<li>
<a href="#" class="hover:underline py-1 block">Shipping</a>
</li>
<li>
<a href="#" class="hover:underline py-1 block">Refund</a>
</li>
<li>
<a href="#" class="hover:underline py-1 block">Promotion</a>
</li>
</ul>
</div>
<!-- End item aside menu 1-->
<!-- Start item aside menu 2-->
<div class="w-full md:w-2/12 mb-4 md:mb-0 accordion">
<h5 class="text-xl font-semibold mb-2 relative">Company</h5>
<ul class="h-0 invisible md:h-auto md:visible overflow-hidden">
<li>
<a href="#" class="hover:underline py-1 block">About</a>
</li>
<li>
<a href="#" class="hover:underline py-1 block">Career</a>
</li>
<li>
<a href="#" class="hover:underline py-1 block">Contact Us</a>
</li>
</ul>
</div>
<!-- End item aside menu 2-->
<!-- Start item aside menu 3-->
<div class="w-full md:w-2/12 mb-4 md:mb-0 accordion">
<h5 class="text-xl font-semibold mb-2 relative">Explore</h5>
<ul class="h-0 invisible md:h-auto md:visible overflow-hidden">
<li>
<a href="#" class="hover:underline py-1 block"
>Terms & Conds</a
>
</li>
<li>
<a href="#" class="hover:underline py-1 block"
>Privacy Policy</a
>
</li>
<li>
<a href="#" class="hover:underline py-1 block"
>For Developer</a
>
</li>
</ul>
</div>
<!-- End item aside menu 3-->
<!-- Start item aside menu 4-->
<div class="w-full md:w-3/12 mb-4 md:mb-0">
<h5 class="text-xl font-semibold mb-2 relative">
Special Letter
</h5>
<form action="#">
<label class="relative w-full">
<input
type="text"
class="bg-gray-100 rounded-xl py-3 px-5 w-full focus:outline-none"
placeholder="Your email address"
/>
<button
class="bg-pink-400 absolute rounded-xl right-0 p-3 text-white"
>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
class="fill-current"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M23.6177 0.411971C23.6163 0.410624 23.6152 0.409187 23.6138 0.407839C23.6124 0.406492 23.6109 0.405414 23.6095 0.404157C23.236 0.049307 22.7002 -0.0573008 22.2098 0.126411L0.833871 8.13353C0.268743 8.34518 -0.0623361 8.87521 0.0098048 9.4523C0.0821332 10.0294 0.53462 10.4694 1.13589 10.547L11.5833 11.8968C11.6028 11.8994 11.6185 11.9143 11.6212 11.9332L13.0301 21.9417C13.1112 22.5177 13.5704 22.9512 14.1729 23.0204C14.2279 23.0268 14.2824 23.0298 14.3364 23.0298C14.8735 23.0298 15.3486 22.7229 15.5495 22.231L23.9077 1.75274C24.0994 1.28302 23.9882 0.76983 23.6177 0.411971ZM1.30534 9.34475C1.2819 9.34169 1.27136 9.34039 1.26728 9.30788C1.26325 9.27537 1.27319 9.27159 1.29508 9.26347L21.2946 1.77187L11.9404 10.7333C11.8794 10.7163 1.30534 9.34475 1.30534 9.34475ZM14.37 21.7892C14.3614 21.8102 14.358 21.8198 14.3236 21.8158C14.2897 21.8119 14.2883 21.8017 14.2852 21.7794C14.2852 21.7794 12.8535 11.6495 12.8358 11.5911L22.19 2.62972L14.37 21.7892Z"
/>
</svg>
</button>
</label>
</form>
</div>
<!-- End item aside menu 4-->
</div>
</aside>
</div>
</section>
<!-- End Aside Menu Footer -->
<!-- Start Footer -->
<footer class="flex text-center px-4 py-8 justify-center">
<p class="text-sm">
Copyright 2021 • All Rights Reserved LuxSpace by Dickaestu
</p>
</footer>
<!-- End Footer -->
</body>
<script type="module" src="src/js/app.js"></script>
</html>