-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
768 lines (642 loc) · 22.9 KB
/
index.html
File metadata and controls
768 lines (642 loc) · 22.9 KB
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
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
<!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" />
<title>Litho - the interior website HTML Template</title>
<!--
- primary meta tags
-->
<meta name="title" content="Litho - the interior website HTML Template" />
<meta
name="description"
content="this is this is Litho - the interior website HTML Template made by DuoDevs"
/>
<!--
- favicon
-->
<link rel="shortcut icon" href="./favicon.webp" type="image/svg+xml" />
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css" />
<!--
- google font link
-->
<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=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap"
rel="stylesheet"
/>
<!--
- preload images
-->
<link rel="preload" as="image" href="./assets/images/hero-banner.webp" />
</head>
<body>
<!--
- #HEADER
-->
<header class="header" data-header>
<div class="container">
<div class="logo-wrapper">
<a href="#" class="logo-light">
<img
src="./assets/images/logo-light.webp"
width="111"
height="36"
alt="logo light"
class="img-cover"
/>
</a>
<a href="#" class="logo-dark">
<img
src="./assets/images/logo-dark.webp"
width="111"
height="36"
alt="logo dark"
class="img-cover"
/>
</a>
<a href="#" class="logo-mobile">
<img
src="./assets/images/logo-mobile.webp"
width="111"
height="36"
alt="logo mobile"
class="img-cove"
/>
</a>
</div>
<div class="wrapper">
<button
class="nav-open-btn"
aria-label="menu toggler"
data-nav-toggler
>
<span class="span"></span>
<span class="span"></span>
<span class="span"></span>
</button>
<nav class="navbar" data-navbar>
<ul class="navbar-list">
<li class="navbar-item">
<a href="#" class="navbar-link active">home</a>
<ion-icon
name="chevron-down-outline"
aria-hidden="true"
></ion-icon>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">pages</a>
<ion-icon
name="chevron-down-outline"
aria-hidden="true"
></ion-icon>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">portfolio</a>
<ion-icon
name="chevron-down-outline"
aria-hidden="true"
></ion-icon>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">elements</a>
<ion-icon
name="chevron-down-outline"
aria-hidden="true"
></ion-icon>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">features</a>
<ion-icon
name="chevron-down-outline"
aria-hidden="true"
></ion-icon>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">blog</a>
<ion-icon
name="chevron-down-outline"
aria-hidden="true"
></ion-icon>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">shop</a>
<ion-icon
name="chevron-down-outline"
aria-hidden="true"
></ion-icon>
</li>
</ul>
</nav>
<ul class="social-wrapper">
<li class="social-item">
<a href="#" class="social-link" aria-label="facebook">
<ion-icon name="logo-facebook" aria-hidden="true"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link" aria-label="instagram">
<ion-icon name="logo-instagram" aria-hidden="true"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link" aria-label="twitter">
<ion-icon name="logo-twitter" aria-hidden="true"></ion-icon>
</a>
</li>
</ul>
</div>
</div>
</header>
<main>
<article>
<!--
- #HERO
-->
<section class="section hero">
<div class="container">
<figure
class="hero-banner img-holder"
style="background-image: url(./assets/images/hero-banner.webp)"
></figure>
<div class="hero-content">
<p class="hero-subtitle">01 <span></span> Resident interior</p>
<h1 class="hero-title">Comfort seating</h1>
<button class="arrow-btn" aria-label="click for more design">
<ion-icon
name="arrow-forward-outline"
aria-hidden="true"
></ion-icon>
</button>
</div>
</div>
</section>
<!--
- #TRENDS
-->
<section class="section trends">
<div class="container">
<div class="trends-content">
<div class="content-wrapper">
<div class="title-wrapper">
<h1 class="section-title-md">
WE ARE INTERIOR DESIGN TEAM BASED ON NEW YORK
</h1>
<a href="#" class="email-link">hello@domain.com</a>
<a href="#" class="btn btn-primary">
<span class="span">about company</span>
</a>
</div>
<div class="text-wrapper">
<span class="trends-subtitle">NEW DESIGN TRENDS 2020</span>
<span class="span">
Sed ut perspiciatis unde omnis natus error sit voluptam accu
santium natus error omnis iste natus error sit volupta accu
santium sed perspiciatis unde omnis iste natus.
</span>
<span class="span">
Perspiciatis unde omnis natus error natus voluptatem accu
santium natus omnis iste natus error sit voluptatem accu
santium.
</span>
</div>
</div>
</div>
<div class="trends-banner-box">
<figure
class="trends-banner img-holder"
style="--width: 720; --height: 1084"
>
<img
src="./assets/images/trends-banner.webp"
width="720"
height="1084"
loading="lazy"
alt="trends banner"
class="img-cover"
/>
</figure>
<div class="overlap">
<span class="ad-text">achievements</span>
<div class="overlap-card">
<button
class="play-btn"
aria-label="play company achievements video"
>
<ion-icon name="play-outline" aria-hidden="true"></ion-icon>
</button>
<h2 class="card-title">company achievements</h2>
</div>
</div>
</div>
</div>
</section>
<!--
- #SERVICE
-->
<section class="section service">
<div class="container">
<div>
<p class="section-subtitle">HOME DECORATION SERVICES</p>
<h1 class="section-title">
SIMPLE IS GOOD, WE TURN IDEAS INTO WORKS OF DESIGN ART
</h1>
</div>
<div class="service-content">
<span class="section-subtitle">EXPERT SERVICES</span>
<h2 class="section-title-md">
WE LIKE TO MAKE YOU FEEL MORE ON YOUR HOME
</h2>
<div class="icon-wrapper"></div>
</div>
<ul class="service-list slider-list">
<li class="service-item slider-item">
<div class="service-card">
<span class="card-badge">01</span>
<span class="card-subtitle">INTERIOR DESIGN</span>
<span class="span">
Lorem ipsum dolor sit consectetur adipiscing elit eiusmod
incididunt
</span>
<a href="#" class="card-btn">READ MORE</a>
</div>
</li>
<li class="service-item slider-item">
<div class="service-card">
<span class="card-badge">02</span>
<span class="card-subtitle">INTERIOR DECORATION</span>
<span class="span">
Lorem ipsum dolor sit consectetur adipiscing elit eiusmod
incididunt
</span>
<a href="#" class="card-btn">READ MORE</a>
</div>
</li>
<li class="service-item slider-item">
<div class="service-card">
<span class="card-badge">03</span>
<span class="card-subtitle">LIGHTING DESIGN</span>
<span class="span">
Lorem ipsum dolor sit consectetur adipiscing elit eiusmod
incididunt
</span>
<a href="#" class="card-btn">READ MORE</a>
</div>
</li>
<li class="service-item slider-item">
<div class="service-card">
<span class="card-badge">04</span>
<span class="card-subtitle">INTERIOR DESIGN</span>
<span class="span">
Lorem ipsum dolor sit consectetur adipiscing elit eiusmod
incididunt
</span>
<a href="#" class="card-btn">READ MORE</a>
</div>
</li>
</ul>
</div>
</section>
<!--
- #ABOUT
-->
<section class="section about">
<div class="container">
<div class="about-banner-box">
<figure
class="about-banner-1 img-holder"
style="--width: 556; --height: 690"
>
<img
src="./assets/images/about-banner-1.webp"
alt="about banner 1"
class="img-cover"
/>
</figure>
<figure
class="about-banner-2 img-holder"
style="--width: 780; --height: 1137"
>
<img
src="./assets/images/about-banner-2.webp"
alt="about banner 2"
class="img-cover"
/>
</figure>
</div>
<div class="about-content">
<p class="section-subtitle has-before">ABOUT INTERIOR DESIGN</p>
<h2 class="section-title">
WE HIGHLY FOLLOWED THE NEW TRENDS OF INTERIOR DESIGNS
</h2>
<span class="span section-text">
Lorem ipsum dolor amet consectetur adipiscing do eiusmod tempor
incididunt ut labore et dolore ut enim ad minim veniam nostrud
exercitation laboris nisi ut aliquip ex ea commodo.
</span>
<a href="" class="btn btn-secondary">
<span class="span">discover litho</span>
</a>
</div>
</div>
</section>
<!--
- #TESTIMONIALS
-->
<section class="section testimonials">
<div class="container">
<div class="testi-content">
<p class="section-subtitle">LOVED BY OUR CUSTOMERS</p>
<h2 class="section-title">
WHAT OUR CLIENTS ARE SAYING ABOUT OUR SERVICES
</h2>
</div>
<ul class="testimonials-list slider-list">
<li class="testimonials-item slider-item">
<div class="testi-card">
<figure
class="reviewer img-holder"
style="--width: 359; --height: 359"
>
<img
src="./assets/images/testimonials-1.webp"
width="359"
height="359"
alt="reviewer"
class="img-cover"
/>
</figure>
<div class="card-content">
<span class="span">
Trust us we looked for a very long time and wasted
thousands of dollars testing other teams, freelancers, and
outsource companies. Excellent company!
</span>
<div class="wrapper">
<span class="name">MACKANGY ROSE</span>
<span class="profession">CREATIVE DIRECTOR</span>
</div>
</div>
</div>
</li>
<li class="testimonials-item slider-item">
<div class="testi-card">
<figure
class="reviewer img-holder"
style="--width: 359; --height: 359"
>
<img
src="./assets/images/testimonials-2.webp"
width="359"
height="359"
alt="reviewer"
class="img-cover"
/>
</figure>
<div class="card-content">
<span class="span">
This theme has a wide variety of options and a really good
customer support. But even so, the theme still gives a lot
of features while prioritizing web speed.
</span>
<div class="wrapper">
<span class="name">JONSAN DONNER</span>
<span class="profession">SALES MANAGER</span>
</div>
</div>
</div>
</li>
<li class="testimonials-item slider-item">
<div class="testi-card">
<figure
class="reviewer img-holder"
style="--width: 359; --height: 359"
>
<img
src="./assets/images/testimonials-3.webp"
width="359"
height="359"
alt="reviewer"
class="img-cover"
/>
</figure>
<div class="card-content">
<span class="span">
This theme has a wide variety of options and a really good
customer support. But even so, the theme still gives a lot
of features while prioritizing web speed.
</span>
<div class="wrapper">
<span class="name">HARVARD ALEXANDER</span>
<span class="profession">MICROSOFT DESIGN</span>
</div>
</div>
</div>
</li>
</ul>
</div>
</section>
<!--
- #BLOG
-->
<section class="section blog">
<div class="container">
<p class="section-subtitle">INTERIOR POSTS</p>
<h1 class="section-title">LATEST BLOGS</h1>
<ul class="blog-list">
<li class="blog-item">
<div class="blog-card">
<figure
class="card-banner img-holder hover-transform"
style="--width: 800; --height: 970"
>
<img
src="./assets/images/blog-1.webp"
width="800"
height="970"
loading="lazy"
alt=""
class="img-cover"
/>
</figure>
<div class="card-content">
<div class="card-badge">
<span class="span">CREATIVE</span>
</div>
<h2 class="card-title">
Creativity is nothing but a mind set free
</h2>
<span class="span"
>Lorem ipsum is simply dummy text printing...</span
>
<a href="#" class="web-link">JEREMY DUPONT</a>
</div>
</div>
</li>
<li class="blog-item">
<div class="blog-card">
<figure
class="card-banner img-holder hover-transform"
style="--width: 800; --height: 970"
>
<img
src="./assets/images/blog2-.jpg"
width="800"
height="970"
loading="lazy"
alt=""
class="img-cover"
/>
</figure>
<div class="card-content">
<div class="card-badge">
<span class="span">CONCEPT</span>
</div>
<h2 class="card-title">
Simplicity, wit, and good typography
</h2>
<span class="span"
>Lorem ipsum is simply dummy text printing...</span
>
<a href="#" class="web-link">BILL GARDNER</a>
</div>
</div>
</li>
<li class="blog-item">
<div class="blog-card">
<figure
class="card-banner img-holder hover-transform"
style="--width: 800; --height: 970"
>
<img
src="./assets/images/blog-3.webp"
width="800"
height="970"
loading="lazy"
alt=""
class="img-cover"
/>
</figure>
<div class="card-content">
<div class="card-badge">
<span class="span">BUSINESS</span>
</div>
<h2 class="card-title">
Look at usual things with unusual
</h2>
<span class="span"
>Lorem ipsum is simply dummy text printing...</span
>
<a href="#" class="web-link">VICO MAGISTRE</a>
</div>
</div>
</li>
</ul>
</div>
</section>
<!--
- #CONTACT
-->
<section
class="section contact"
style="background-image: url('./assets/images/contact-bg.webp')"
>
<div class="container">
<p class="contact-text">
ARE YOU READY TO WORK WITH US?
<a href="#" class="contact-link"> START A PROJECT </a>
</p>
</div>
</section>
</article>
</main>
<!--
- #FOOTER
-->
<footer class="footer">
<div class="container">
<div class="footer-brand">
<a href="#" class="footer-logo">
<img
src="./assets/images/logo-footer.webp"
width="111"
height="36"
loading="lazy"
alt="footer logo"
class="img"
/>
</a>
<p href="#" class="copyright">
© Copyright 2023
<a href="#" class="link">DuoDevs</a>
</p>
</div>
<div class="newsletter">
<span class="span newsletter-subtitle">
Newsletter sign-up.
<span class="span"> Get monthly updates and resources.</span>
</span>
<label class="input-wrapper">
<input
type="email"
class="input-field"
placeholder="Enter your email address"
/>
<ion-icon name="mail-outline" aria-hidden="true"></ion-icon>
</label>
</div>
<div class="title-wrapper">
<span class="social-wrapper-title">Connect with social</span>
<ul class="social-wrapper">
<li class="social-item">
<a href="#" class="social-link" aria-label="facebook">
<ion-icon name="logo-facebook" aria-hidden="true"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link" aria-label="dribbble">
<ion-icon name="logo-dribbble" aria-hidden="true"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link" aria-label="twitter">
<ion-icon name="logo-twitter" aria-hidden="true"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link" aria-label="instagram">
<ion-icon name="logo-instagram" aria-hidden="true"></ion-icon>
</a>
</li>
</ul>
</div>
</div>
</footer>
<!--
- #BACK TO TOP
-->
<div class="back-top-btn">
<ion-icon name="arrow-up-outline" aria-hidden="true"></ion-icon>
</div>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ion-icon link
-->
<script
type="module"
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
></script>
</body>
</html>