-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
607 lines (598 loc) · 24.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!----CSS-->
<link rel="stylesheet" href="dist/output.css" />
<!----ICONS-->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.min.css"
/>
<!----FONTS-->
<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=DM+Serif+Display:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<!----SWIPER SLIDER CSS----->
<link rel="stylesheet" href="css/swiper-bundle.min.css" />
<title>Interno</title>
</head>
<body class="bg-gray-100">
<!-- header section -->
<header class="sticky top-0 h-[70px] shadow-xl z-30 bg-white">
<div class="container mx-auto flex justify-between h-full items-center">
<!-- logo -->
<a href="">
<img src="assets/logo.svg" alt="" />
</a>
<!-- nav -->
<nav>
<!-- nav mobile trigger -->
<div class="cursor-pointer lg:hidden" id="nav_trigger_btn">
<i class="ri-menu-4-line"></i>
</div>
<ul
class="fixed w-full h-0 p-0 bg-white overflow-hidden border-t top-[70px] left-0 right-0 flex flex-col lg:gap-6 gap-4 lg:relative lg:flex-row xl:flex-row lg:p-0 xl:p-0 lg:top-0 xl:top-0 lg:border-none lg:h-full xl:h-full transition-all duration-300"
id="nav_menu"
>
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Testimonial</a></li>
<li><a href="">Our Works</a></li>
<li><a href="">News</a></li>
<li><a href="">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!---Page Wrapper---->
<main class="max-w-[1920px] mx-auto overflow-hidden bg-white">
<!-- grid img -->
<div
class="xl:bg-grid xl:bg-center xl:bg-repeat-y fixed top-0 left-0 bottom-0 right-0 z-10"
></div>
<!-- hero section -->
<section
class="hero h-[600px] lg:h-[650px] bg-hero bg-center lg:bg-cover bg-no-repeat bg-fixed xl:rounded-bl-[290px] relative z-20"
>
<div
class="container mx-auto h-full flex items-center justify-center xl:justify-start"
>
<!-- text -->
<div
class="hero__text w-[567px] flex flex-col items-center xl:text-left lg:items-start text-center"
>
<h1 class="h1 mb-8">Let Your Home Be Unique</h1>
<p class="mb-8">
There are many variations of the passages of lorem Ipsum from
available,variations of the passages.
</p>
<button class="btn btn-primary mx-auto xl:mx-0">
Get free estimation
<i class="ri-arrow-right-line text-accent"></i>
</button>
</div>
<!-- text End -->
</div>
</section>
<!-- hero section -->
<!-- steps section -->
<section class="steps mt-[70px] xl:mt-[200px] relative z-20">
<div class="container mx-auto">
<!-- grid items -->
<div class="grid grid-cols-1 gap-12 xl:grid-cols-3">
<!-- Step 1 -->
<div class="stpes__step text-center mb-5">
<div>
<i class="ri-compasses-2-line text-5xl text-accent"></i>
</div>
<h3 class="h3 mb-4">Project Planning</h3>
<p class="mb-5 max-w-md mx-auto">
There are many variations of the passages of lorem Ipsum from
available, majority. Btn text: Read more
</p>
<a href="#" class="flex justify-center gap-2 font-medium"
>Read More
<i class="ri-arrow-right-line text-accent"></i>
</a>
</div>
<!-- Step 1 end-->
<!-- Step 2 -->
<div class="stpes__step text-center mb-5">
<div>
<i class="ri-magic-line text-5xl text-accent"></i>
</div>
<h3 class="h3 mb-4">Gaining Materials</h3>
<p class="mb-5 max-w-md mx-auto">
There are many variations of the passages of lorem Ipsum from
available, majority. Btn text: Read more
</p>
<a href="#" class="flex justify-center gap-2 font-medium"
>Read More
<i class="ri-arrow-right-line text-accent"></i>
</a>
</div>
<!-- Step 2 end-->
<!-- Step 3 -->
<div class="stpes__step text-center mb-5">
<div>
<i class="ri-tools-line text-5xl text-accent"></i>
</div>
<h3 class="h3 mb-4">Project Execution</h3>
<p class="mb-5 max-w-md mx-auto">
There are many variations of the passages of lorem Ipsum from
available, majority. Btn text: Read more
</p>
<a href="#" class="flex justify-center gap-2 font-medium"
>Read More
<i class="ri-arrow-right-line text-accent"></i>
</a>
</div>
<!-- Step 3 end-->
</div>
</div>
</section>
<!-- steps section End -->
<!-- about section start -->
<section class="about mt-[80px] xl:mt-[200px] z-20 relative">
<div class="container mx-auto xl:px-0">
<div
class="flex flex-col xl:flex-row text-center xl:text-left justify-between items-center gap-8 xl:gap-[74px]"
>
<!-- text -->
<div
class="about__text flex-1 order-2 xl:order-none mx-w-xl xl:mx-w-[410px] flex flex-col items-center xl:items-start gap-7"
>
<h2 class="h2">We Create The Art Of Stylish Living Stylishly</h2>
<p>
It is a long established fact that a reader will be distracted
by the of readable content of a page when lookings at its
layouts the points of using that it has a more-or-less normal.
</p>
<!-- phone -->
<div
class="flex items-center justify-center xl:justify-start gap-4"
>
<div
class="bg-accent/15 w-[93px] h-[93px] rounded-full flex justify-center items-center"
>
<i class="ri-phone-line text-accent text-4xl"></i>
</div>
<div class="text-left">
<div class="text-2xl font-bold">+86 1970 5199 270</div>
<div>Call Us Anytime</div>
</div>
</div>
<button class="btn btn-primary">
Get free estimation
<i class="ri-arrow-right-line text-accent"></i>
</button>
</div>
<!-- image -->
<div
class="about__img order-1 xl:order-none max-w-[470px] mx-auto xl:mx-0"
>
<img src="assets/about/img.png" alt="" />
</div>
</div>
</div>
</section>
<!-- about section end -->
<!-- Testimonial section start -->
<section class="testimonial mt-[80px] xl:mt-[200px] z-20 relative">
<div
class="testimonal__bg container mx-auto bg-accent-secondary rounded-[70px] px-6"
>
<div class="flex flex-col items-center pt-[88px] pb-[88px]">
<h2 class="testimonial__title h2 mb-9 text-center">
What clients say
</h2>
<!-- slider -->
<div class="w-full">
<div class="testimonial__slider swiper h-[400px]">
<div class="swiper-wrapper">
<!-- sliders 1 -->
<div class="swiper-slide">
<!-- items -->
<div
class="testimonial__items w-full max-w-[450px] h-[340px] bg-white rounded-[30px] flex flex-col justify-center p-9 mx-auto"
>
<div class="flex gap-4 mb-6">
<img src="assets/testimonial/01.png" alt="" />
<div>
<h3 class="h3">Nattasha Mith</h3>
<div>Greenville, USA</div>
</div>
</div>
<p>
Lorem Ipsum is simply dummy text of the typesetting
industry. Ipsum has been.
</p>
</div>
</div>
<!-- sliders 2 -->
<div class="swiper-slide">
<!-- items -->
<div
class="testimonial__items w-full max-w-[450px] h-[340px] bg-white rounded-[30px] flex flex-col justify-center p-9 mx-auto"
>
<div class="flex gap-4 mb-6">
<img src="assets/testimonial/02.png" alt="" />
<div>
<h3 class="h3">Jessica White</h3>
<div>Oak Ridge, USA</div>
</div>
</div>
<p>
Lorem Ipsum is simply dummy text of the typesetting
industry. Ipsum has been.
</p>
</div>
</div>
<!-- sliders 3 -->
<div class="swiper-slide">
<!-- items -->
<div
class="testimonial__items w-full max-w-[450px] h-[340px] bg-white rounded-[30px] flex flex-col justify-center p-9 mx-auto"
>
<div class="flex gap-4 mb-6">
<img src="assets/testimonial/03.png" alt="" />
<div>
<h3 class="h3">Mike Davis</h3>
<div>Berlin, Germany</div>
</div>
</div>
<p>
Lorem Ipsum is simply dummy text of the typesetting
industry. Ipsum has been.
</p>
</div>
</div>
<!-- sliders 4 -->
<div class="swiper-slide">
<!-- items -->
<div
class="testimonial__items w-full max-w-[450px] h-[340px] bg-white rounded-[30px] flex flex-col justify-center p-9 mx-auto"
>
<div class="flex gap-4 mb-6">
<img src="assets/testimonial/04.png" alt="" />
<div>
<h3 class="h3">Olivia Wilson</h3>
<div>Blue Ridge, France</div>
</div>
</div>
<p>
Lorem Ipsum is simply dummy text of the typesetting
industry. Ipsum has been.
</p>
</div>
</div>
</div>
<!-- swiper-pagination -->
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial section End -->
<!-- brands section start -->
<section class="brands mt-[80px] xl:mt-[150px] z-20 relative">
<div class="container mx-auto">
<div
class="flex flex-col xl:flex-row justify-between items-center gap-12"
>
<img class="brands__img" src="assets/brands/01.svg" alt="" />
<img class="brands__img" src="assets/brands/02.svg" alt="" />
<img class="brands__img" src="assets/brands/03.svg" alt="" />
<img class="brands__img" src="assets/brands/04.svg" alt="" />
<img class="brands__img" src="assets/brands/04.svg" alt="" />
</div>
</div>
</section>
<!-- brands section End -->
<!-- Work section Start -->
<section class="work mt-[80px] xl:mt-[150px] z-20 relative">
<div class="container mx-auto xl:px-0">
<!-- text -->
<div class="text-center mb-24">
<h2 class="work__title h2 mb-4">Follow Our Projects</h2>
<p class="work__subtitle mx-w-3xl mx-auto">
It is a long established fact that a reader will be distracted by
the of readable content of page lookings at its layouts points.
</p>
</div>
<!-- grid -->
<div
class="work__grid grid grid-cols-1 xl:grid-cols-2 lg:grid-cols-3 gap-x-[104px] gap-y-[56px]"
>
<!-- item -->
<div class="w-full mx-w-[548px] h-full mx-auto">
<img class="mb-6" src="assets/work/01.png" alt="" />
<div class="flex justify-between items-center w-full">
<div>
<h3 class="h3">Modern Kitchen</h3>
<p>Decor/Architecture</p>
</div>
<button
class="bg-accent-secondary hover:text-accent/20 w-[70px] h-[70px] rounded-full"
>
<i
class="ri-arrow-right-s-line text-3xl text-primary pl-1"
></i>
</button>
</div>
</div>
<!-- item -->
<div class="w-full mx-w-[548px] h-full mx-auto">
<img class="mb-6" src="assets/work/02.png" alt="" />
<div class="flex justify-between items-center w-full">
<div>
<h3 class="h3">Modern Kitchen</h3>
<p>Decor/Architecture</p>
</div>
<button
class="bg-accent-secondary hover:text-accent/20 w-[70px] h-[70px] rounded-full"
>
<i
class="ri-arrow-right-s-line text-3xl text-primary pl-1"
></i>
</button>
</div>
</div>
<!-- item -->
<div class="w-full mx-w-[548px] h-full mx-auto">
<img class="mb-6" src="assets/work/03.png" alt="" />
<div class="flex justify-between items-center w-full">
<div>
<h3 class="h3">Modern Kitchen</h3>
<p>Decor/Architecture</p>
</div>
<button
class="bg-accent-secondary hover:text-accent/20 w-[70px] h-[70px] rounded-full"
>
<i
class="ri-arrow-right-s-line text-3xl text-primary pl-1"
></i>
</button>
</div>
</div>
<!-- item -->
<div class="w-full mx-w-[548px] h-full mx-auto">
<img class="mb-6" src="assets/work/04.png" alt="" />
<div class="flex justify-between items-center w-full">
<div>
<h3 class="h3">Modern Kitchen</h3>
<p>Decor/Architecture</p>
</div>
<button
class="bg-accent-secondary hover:text-accent/20 w-[70px] h-[70px] rounded-full"
>
<i
class="ri-arrow-right-s-line text-3xl text-primary pl-1"
></i>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Work section End -->
<!-- stats section Start -->
<section
class="stats mt-[80px] xl:mt-[150px] z-20 relative bg-accent-secondary py-[80px] xl:py-[150px]"
>
<div class="container mx-auto">
<!-- grid -->
<div class="grid grid-cols-1 xl:grid-cols-4 md:grid-cols-2 gap-12">
<!-- grid-item -->
<div class="stats__item text-center xl:border-r xl:border-accent">
<h3 class="h1 font-primary text-accent">12</h3>
<p>Years of Experience</p>
</div>
<!-- grid-item -->
<div class="stats__item text-center xl:border-r xl:border-accent">
<h3 class="h1 font-primary text-accent">85</h3>
<p>Projects Complete</p>
</div>
<!-- grid-item -->
<div class="stats__item text-center xl:border-r xl:border-accent">
<h3 class="h1 font-primary text-accent">15</h3>
<p>Active Projects</p>
</div>
<!-- grid-item -->
<div class="stats__item text-center">
<h3 class="h1 font-primary text-accent">95</h3>
<p>Happy Customers</p>
</div>
</div>
</div>
</section>
<!-- stats section End -->
<!-- News section Start -->
<section class="news mt-[80px] xl:mt-[150px] z-20 relative">
<div class="container mx-auto px-0">
<!-- text -->
<div class="mx-w-[810px] mx-auto mb-[52px] text-center">
<h2 class="news__title h2 mb-3">Articles & News</h2>
<p class="news__subtitle">
It is a long established fact that a reader will be distracted by
the of readable content of a page when lookings at its layouts the
points of using.
</p>
</div>
<!-- grid -->
<div class="news__grid grid grid-cols-1 xl:grid-cols-3 gap-[27px]">
<!-- grid items -->
<div
class="news__item w-full max-w-[382px] h-[520px] border border-primary/20 rounded-[62px] p-[20px] hover:bg-accent-secondary transition-all group cursor-pointer mx-auto xl:mx-0"
>
<img class="mb-6" src="assets/news/01.png" alt="" />
<div class="flex flex-col gap-[30px]">
<h3 class="h3">
Let’s Get Solution For Building Construction Work
</h3>
<div class="flex justify-between items-center">
<p class="text-base">22 June,2024</p>
<button
class="bg-accent-secondary w-[52px] h-[52px] rounded-full group-hover:bg-white transition-all"
>
<i
class="ri-arrow-right-s-line text-3xl text-primary p-1"
></i>
</button>
</div>
</div>
</div>
<!-- grid items -->
<div
class="news__item w-full max-w-[382px] h-[520px] border border-primary/20 rounded-[62px] p-[20px] hover:bg-accent-secondary transition-all group cursor-pointer mx-auto xl:mx-0"
>
<img class="mb-6" src="assets/news/02.png" alt="" />
<div class="flex flex-col gap-[30px]">
<h3 class="h3">
Let’s Get Solution For Building Construction Work
</h3>
<div class="flex justify-between items-center">
<p class="text-base">22 June,2024</p>
<button
class="bg-accent-secondary w-[52px] h-[52px] rounded-full group-hover:bg-white transition-all"
>
<i
class="ri-arrow-right-s-line text-3xl text-primary p-1"
></i>
</button>
</div>
</div>
</div>
<!-- grid items -->
<div
class="news__item w-full max-w-[382px] h-[520px] border border-primary/20 rounded-[62px] p-[20px] hover:bg-accent-secondary transition-all group cursor-pointer mx-auto xl:mx-0"
>
<img class="mb-6" src="assets/news/03.png" alt="" />
<div class="flex flex-col gap-[30px]">
<h3 class="h3">
Let’s Get Solution For Building Construction Work
</h3>
<div class="flex justify-between items-center">
<p class="text-base">22 June,2024</p>
<button
class="bg-accent-secondary w-[52px] h-[52px] rounded-full group-hover:bg-white transition-all"
>
<i
class="ri-arrow-right-s-line text-3xl text-primary p-1"
></i>
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- News section End -->
<!-- Contact section start -->
<section class="contact mt-[80px] xl:mt-[150px] z-20 relative">
<div
class="contact__container container mx-auto bg-primary sm:rounded-[70px] py-[80px]"
>
<div class="contact__text mx-w-[640px] mx-auto text-center">
<h2 class="h2 text-white mb-4">Do you want to join Interno?</h2>
<p class="text-white mb-8 mx-w-sm xl:mx-w-none mx-auto">
It is a long established fact will be distracted.
</p>
<button class="btn btn-accent mx-auto">
Connect With Us <i class="ri-arrow-right-line text-primary"></i>
</button>
</div>
</div>
</section>
<!-- Contact section End -->
<!-- Footer section Start -->
<footer class="footer mt-[80px] xl:mt-[150px] z-20 relative">
<div class="container mx-auto px-0">
<div class="flex flex-col xl:flex-row xl:gap-[100px] xl:mb-[150px]">
<div
class="footer__item w-full max-w-[400px] mx-auto mb-8 text-center xl:text-left"
>
<!-- logo -->
<a class="flex justify-center xl:justify-start mb-8" href="">
<img src="assets/logo.svg" alt="" />
</a>
<p class="mb-8 text-xl">
It is a long established fact that a reader will be distracted
lookings.
</p>
<!-- socials -->
<ul
class="text-primary flex gap-[54px] justify-center xl:justify-start"
>
<li>
<a href=""><i class="ri-facebook-fill"></i></a>
</li>
<li>
<a href=""><i class="ri-twitter-fill"></i></a>
</li>
<li>
<a href=""><i class="ri-linkedin-fill"></i></a>
</li>
<li>
<a href=""><i class="ri-instagram-fill"></i></a>
</li>
</ul>
</div>
<div
class="flex-1 flex flex-col xl:flex-row text-center xl:text-left gap-12 xl:gap-[100px] xl:justify-end"
>
<div class="footer__item">
<h3 class="h3 mb-3">Pages</h3>
<ul class="flex flex-col gap-4">
<li><a href="">About Us</a></li>
<li><a href="">Testimonial</a></li>
<li><a href="">Our Work</a></li>
<li><a href="">News</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
<div class="footer__item">
<h3 class="h3 mb-3">Services</h3>
<ul class="flex flex-col gap-4">
<li><a href="">Kitchen</a></li>
<li><a href="">Living Area</a></li>
<li><a href="">Bedroom </a></li>
<li><a href="">Bathroom</a></li>
</ul>
</div>
<div class="footer__item max-w-[260px] mx-auto xl:mx-0">
<h3 class="h3 mb-3">Contact</h3>
<div class="flex flex-col gap-6 text-[20px]">
<p>55 East Birchwood Ave. Brooklyn, New York 11201</p>
<p>contact@interno.com</p>
<p>(123) 456 - 7890</p>
</div>
</div>
</div>
</div>
</div>
<!-- copyright -->
<p
class="footer__copyright text-center text-lg py-10 bg-white xl:border-t"
>
Copyright © Mehedi Irfan 2024. All Rights Reserved
</p>
</footer>
<!-- Footer section End -->
</main>
<!-- temporary div -->
<!-- <div class="h-[30000px]"></div> -->
<!----Scroll revel---->
<script src="js/scrollreveal.min.js"></script>
<!----Swiper JS---->
<script src="js/swiper-bundle.min.js"></script>
<!-----Main JS----->
<script src="js/main.js"></script>
</body>
</html>