-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
698 lines (696 loc) · 42.5 KB
/
index.html
File metadata and controls
698 lines (696 loc) · 42.5 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
<!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">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.0-beta1/css/bootstrap.min.css" integrity="sha512-o/MhoRPVLExxZjCFVBsm17Pkztkzmh7Dp8k7/3JrtNCHh0AQ489kwpfA3dPSHzKDe8YCuEhxXq3Y71eb/o6amg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<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@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light py-3 sticky-top">
<div class="container ">
<a class="navbar-brand text-dark fw-bold fs-4" href="#">Launch <span style="color: #407BFF;">.</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
<div class="d-flex ">
<button class="btn btn-outline-primary rounded-pill me-1">Sign in</button>
<button class="btn btn-outline-primary rounded-pill">Register</button>
</div>
</div>
</div>
</nav>
<!-- Header -->
<header id="home">
<div class="container py-5">
<div class="row py-5">
<div class="col-12 col-md-6">
<div class="text">
<h1 class="display-1" style="font-weight: 500;">Promote Your Products by Colorlib</h1>
<p class="text-secondary py-4 fs-6">Another cool free html css template by <a href="#" class="rounded" style="text-decoration: none;background-color: #709cfc2f;">Colorlib</a> Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>
<a class="btn btn-outline-primary rounded-pill fs-6" href="#features">SEE FEATURES</a>
<a class="btn btn-outline-primary rounded-pill fs-6" href="#pricing">PRICING</a>
</div>
</div>
<div class="col-12 col-md-6 pt-md-5">
<div class="pic">
<img src="https://preview.colorlib.com/theme/launch/images/market-launch-pana.svg" alt="picture">
</div>
</div>
</div>
</div>
</header>
<!-- Features -->
<section id="features">
<div class="container py-5">
<div class="row py-5">
<div class="col-12 col-lg-4 pb-5">
<div class="text">
<p class="text-primary fs-6 text-uppercase p-0 m-0" style="font-weight: 600;">digital services</p>
<h1 class="text-dark text-capitalize display-6 py-1 m-0">selling digital services</h1>
<p class="text-secondary fs-6">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>
<ul class="fs-6">
<li class="text-secondary">There live the blind texts
</li>
<li class="text-secondary">Far far away behind the word
</li>
</ul>
<i class="fs-6 text-dark" style="line-height: 1.6rem;">“Separated they <span class="rounded" style="text-decoration: none;background-color: #709cfc2f;">live in Bookmarksgrove right at the coast of the Semantics</span>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. ”
</i>
<div class="d-flex pt-3">
<img src="https://preview.colorlib.com/theme/launch/images/xperson_1.jpg.pagespeed.ic.xVOD9vMtws.webp" alt="person" class="rounded-pill me-3" style="height: 4rem;width: 4rem;">
<div class="text">
<h6>James Anderson</h6>
<p class="text-secondary fs-6">Facebook, Product Lead </p>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-6 offset-lg-1">
<div class="video bg-white p-2 rounded shadow">
<img src="https://preview.colorlib.com/theme/launch/images/xdashboard.jpg.pagespeed.ic.GbSLgtZ9OH.webp" alt="video" class="card-img">
<div class="icon shadow">
<i class="fas fa-play text-primary"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services -->
<section id="services" class="bg-light py-5">
<div class="container">
<div class="row py-5">
<div class="col-12 col-lg-6 py-3">
<div class="carousel p-2 shadow">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://preview.colorlib.com/theme/launch/images/xdashboard.jpg.pagespeed.ic.GbSLgtZ9OH.webp" class="d-block w-100" alt="pictures" id="first">
</div>
<div class="carousel-item">
<img src="https://preview.colorlib.com/theme/launch/images/xdashboard.jpg.pagespeed.ic.GbSLgtZ9OH.webp" class="d-block w-100" alt="pictures" id="second">
</div>
<div class="carousel-item">
<img src="https://preview.colorlib.com/theme/launch/images/xdashboard.jpg.pagespeed.ic.GbSLgtZ9OH.webp" class="d-block w-100" alt="pictures" id="third">
</div>
<div class="carousel-item">
<img src="https://preview.colorlib.com/theme/launch/images/xdashboard.jpg.pagespeed.ic.GbSLgtZ9OH.webp" class="d-block w-100" alt="pictures" id="fourth">
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-5 py-3">
<a class="row text-decoration-none pb-2 m-2 active " href="#first" data-bs-target="#carouselExampleSlidesOnly" data-bs-slide-to="0">
<div class="col-1 me-3 mt-2">
<div class="icons shadow" style="background-color: #6FE7DD;">
<i class="far fa-square"></i>
</div>
</div>
<div class="col-10 text-dark">
<p class="text-capitalize fs-5 p-0 m-0" style="line-height: 2.7rem;">grow your bussines</p>
<p class="text-secondary fs-6">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,</p>
</div>
</a>
<div class="cards rounded">
</div>
<a class="row text-decoration-none pb-2 m-2" href="#second" data-bs-target="#carouselExampleSlidesOnly" data-bs-slide-to="1">
<div class="col-1 me-3 mt-2">
<div class="icons shadow" style="background-color: #FFC93C;">
<i class="fas fa-sync"></i>
</div>
</div>
<div class="col-10 text-dark">
<p class="text-capitalize fs-5 p-0 m-0" style="line-height: 2.7rem;">build products</p>
<p class="text-secondary fs-6">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,</p>
</div>
</a>
<div class="cards rounded">
</div>
<a class="row text-decoration-none pb-2 m-2" href="#third" data-bs-target="#carouselExampleSlidesOnly" data-bs-slide-to="2">
<div class="col-1 me-3 mt-2">
<div class="icons shadow" style="background-color: #F73859;">
<i class="fas fa-briefcase"></i>
</div>
</div>
<div class="col-10 text-dark">
<p class="text-capitalize fs-5 p-0 m-0" style="line-height: 2.7rem;">success every day</p>
<p class="text-secondary fs-6">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,</p>
</div>
</a>
<div class="cards rounded">
</div>
<a class="row text-decoration-none m-2" href="#fourth" data-bs-target="#carouselExampleSlidesOnly" data-bs-slide-to="3">
<div class="col-1 me-3 mt-2">
<div class="icons shadow" style="background-color: #407BFF;">
<i class="fas fa-inbox"></i>
</div>
</div>
<div class="col-10 text-dark">
<p class="text-capitalize fs-5 p-0 m-0" style="line-height: 2.7rem;">bring ıdeas to life</p>
<p class="text-secondary fs-6">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,</p>
</div>
</a>
<div class="cards rounded">
</div>
</div>
</div>
</section>
<!-- Second-Services -->
<section id="sc-services" class="py-5">
<div class="container">
<div class="row p-3">
<div class="col-12 col-md-6 col-lg-3 p-4">
<a class="text-decoration-none" href="#first">
<div class="icons-sc shadow" style="background-color: #6FE7DD;">
<i class="far fa-square"></i>
</div>
<p class="text-capitalize text-dark pt-4 px-0 m-0" style="line-height: 2.7rem;font-size: 1.2rem;">grow your bussines</p>
<p class="fs-6 m-0 p-0" style="color: rgb(156, 154, 154);">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</a>
</div>
<div class="col-12 col-md-6 col-lg-3 p-4">
<a class="text-decoration-none" href="#second">
<div class="icons-sc shadow" style="background-color: #FFC93C;">
<i class="fas fa-sync"></i>
</div>
<p class="text-capitalize text-dark pt-4 px-0 m-0" style="line-height: 2.7rem;font-size: 1.2rem;">build products</p>
<p class="fs-6 m-0 p-0" style="color: rgb(156, 154, 154);">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</a>
</div>
<div class="col-12 col-md-6 col-lg-3 p-4">
<a class="text-decoration-none" href="#third">
<div class="icons-sc shadow" style="background-color: #F73859;">
<i class="fas fa-briefcase"></i>
</div>
<p class="text-capitalize text-dark pt-4 px-0 m-0" style="line-height: 2.7rem;font-size: 1.2rem;">success every day</p>
<p class="fs-6 m-0 p-0" style="color: rgb(156, 154, 154);">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</a>
</div>
<div class="col-12 col-md-6 col-lg-3 p-4">
<a class="text-decoration-none" href="#fourth">
<div class="icons-sc shadow" style="background-color: #407BFF;">
<i class="fas fa-inbox"></i>
</div>
<p class="text-capitalize text-dark pt-4 px-0 m-0" style="line-height: 2.7rem; font-size: 1.2rem;">bring ıdeas to life</p>
<p class=" fs-6 m-0 p-0" style="color: rgb(156, 154, 154);">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section id="pricing" class="bg-light">
<div class="container">
<div class="row text-center py-5">
<h1 class="text-capitalize display-5 p-0 m-0">pricing</h1>
<p class="text-secondary fs-4">Pricing for everyone. Choose your plan now!</p>
<div class="col">
<div class="row d-flex justify-content-center py-5">
<div class="col-12 col-md-6 col-lg-3 py-2">
<div class="card text-center py-5 px-3 m-1" style="border-radius: 35px;border: 0;">
<h1 class="text-capitalize fs-1">free</h1>
<span class="display-5 text-primary"><sup class="fs-3">$</sup>0</span>
<ul class="left fs-5 text-secondary py-3">
<li class="py-2">There live the blind texts
</li>
<li class="py-2">Far far away behind the word
</li>
<li class="py-2">Far from the countries Vokalia and Consonantia
</li>
</ul>
<button class="btn btn-outline-primary w-50 m-auto text-uppercase p-2 rounded-pill" style="font-size: 1rem; min-width: 7.4rem;"> get started</button>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 py-2">
<div class="card text-center py-5 px-3 m-1" style="border-radius: 35px;border: 0;">
<h1 class="text-capitalize fs-1">standard</h1>
<span class="display-5 text-primary"><sup class="fs-3">$</sup>19.99</span>
<ul class="left fs-5 text-secondary py-3">
<li class="py-2">There live the blind texts
</li>
<li class="py-2">Far far away behind the word
</li>
<li class="py-2">Far from the countries Vokalia and Consonantia
</li>
</ul>
<button class="btn btn-outline-primary w-50 m-auto text-uppercase p-2 rounded-pill" style="font-size: 1rem; min-width: 7.4rem;"> get started</button>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 py-2">
<div class="card text-center py-5 px-3 m-1" style="border-radius: 35px;border: 0;">
<h1 class="text-capitalize fs-1">premium</h1>
<span class="display-5 text-primary"><sup class="fs-3">$</sup>79.99</span>
<ul class="left fs-5 text-secondary py-3">
<li class="py-2">There live the blind texts
</li>
<li class="py-2">Far far away behind the word
</li>
<li class="py-2">Far from the countries Vokalia and Consonantia
</li>
</ul>
<button class="btn btn-outline-primary w-50 m-auto text-uppercase p-2 rounded-pill" style="font-size: 1rem;min-width: 7.4rem;"> get started</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Advantage -->
<section id="advantage">
<div class="container">
<div class="row py-5">
<h1 class="display-6 text-center">Advantage of using our products
</h1>
<p class="fs-5 text-secondary text-center">Far from the countries Vokalia and Consonantia
</p>
<div class="col-12 col-md-6 col-lg-6 d-flex justify-content-center py-4">
<a class="row text-decoration-none" href="#first" >
<div class="col-3 offset-1">
<div class="icons shadow" style="background-color: #6FE7DD; height:3rem;width:3rem;margin: 1rem 2rem 0 0;">
<i class="far fa-square"></i>
</div>
</div>
<div class="col-8 text-dark">
<p class="text-capitalize text-dark fs-5 m-0" style="line-height: 2.7rem;">grow your bussines</p>
<p class="text-secondary">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.,</p>
<a href="#home" class="text-decoration-none">Learn More</a>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-6 d-flex justify-content-center py-4">
<a class="row text-decoration-none" href="#first">
<div class="col-3 offset-1">
<div class="icons shadow" style="background-color: #FFC93C; height:3rem;width:3rem;margin: 1rem 2rem 0 0;">
<i class="fas fa-sync"></i>
</div>
</div>
<div class="col-8 text-dark">
<p class="text-capitalize text-dark fs-5 m-0" style="line-height: 2.7rem;">Build Products
</p>
<p class="text-secondary">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.
</p>
<a href="#home" class="text-decoration-none">Learn More</a>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-6 d-flex justify-content-center py-4">
<a class="row text-decoration-none" href="#first">
<div class="col-3 offset-1">
<div class="icons shadow" style="background-color: #F73859; height:3rem;width:3rem;margin: 1rem 2rem 0 0;">
<i class="fas fa-briefcase"></i>
</div>
</div>
<div class="col-8 text-dark">
<p class="text-capitalize text-dark fs-5 m-0" style="line-height: 2.7rem;">Success Every Day
</p>
<p class="text-secondary">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.,</p>
<a href="#home" class="text-decoration-none">Learn More</a>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-6 d-flex justify-content-center py-4">
<a class="row text-decoration-none" href="#first">
<div class="col-3 offset-1">
<div class="icons shadow" style="background-color: #407BFF; height:3rem;width:3rem;margin: 1rem 2rem 0 0;">
<i class="fas fa-inbox"></i>
</div>
</div>
<div class="col-8 text-dark">
<p class="text-capitalize text-dark fs-5 m-0" style="line-height: 2.7rem;">Bring Ideas to Life
</p>
<p class="text-secondary">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<a href="#home" class="text-decoration-none">Learn More</a>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testmonials" class="py-5">
<div class="container">
<div class="row py-5">
<div class="col-12 col-md-5 col-lg-3 py-3">
<p class="text-primary fs-6 text-uppercase" style="font-weight: 500;">testimonials</p>
<h1 class="fs-1 text-capitalize" style="font-weight: 400;">our customer feeback</h1>
<div class="btn d-flex p-0">
<button class="btn btn-outline-primary btn-secondary border-0 fs-1 me-1 text-white d-flex align-items-center" data-bs-target="#carouselExampleControls" data-bs-slide="prev"><i class="fas fa-long-arrow-alt-left"></i></button>
<button class="btn btn-outline-primary btn-secondary border-0 fs-1 text-white d-flex align-items-center" data-bs-target="#carouselExampleControls" data-bs-slide="next"><i class="fas fa-long-arrow-alt-right"></i></button>
</div>
</div>
<div class="col-12 col-md-7 col-lg-9">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner pb-5">
<div class="carousel-item active">
<div class="row">
<div class="col-12 col-md-6">
<div class="card border-0">
<div class="card-header border-0 bg-white">
<i class="fs-6 text-dark" style="line-height: 2.1rem;">“Separated they <span class="rounded" style="text-decoration: none;background-color: #709cfc2f;">live in Bookmarksgrove right at the coast of the Semantics</span>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. ”
</i>
</div>
<div class="card-body">
<div class="d-flex">
<img src="https://preview.colorlib.com/theme/launch/images/xperson_1.jpg.pagespeed.ic.xVOD9vMtws.webp" alt="person" class="rounded-pill me-3" style="height: 4rem;width: 4rem;">
<div class="text">
<h5>James Anderson</h5>
<p class="text-secondary">Facebook, Product Lead </p>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="card border-0">
<div class="card-header border-0 bg-white">
<i class="fs-6 text-dark" style="line-height: 2.1rem;">“Separated they <span class="rounded" style="text-decoration: none;background-color: #709cfc2f;">live in Bookmarksgrove right at the coast of the Semantics</span>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. ”
</i>
</div>
<div class="card-body">
<div class="d-flex">
<img src="https://preview.colorlib.com/theme/launch/images/xperson_2.jpg.pagespeed.ic.xVOD9vMtws.webp" alt="person" class="rounded-pill me-3" style="height: 4rem;width: 4rem;">
<div class="text">
<h5>James Anderson</h5>
<p class="text-secondary">Facebook, Product Lead </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-12 col-md-6">
<div class="card border-0">
<div class="card-header border-0 bg-white">
<i class="fs-6 text-dark" style="line-height: 2.1rem;">“Separated they <span class="rounded" style="text-decoration: none;background-color: #709cfc2f;">live in Bookmarksgrove right at the coast of the Semantics</span>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. ”
</i>
</div>
<div class="card-body">
<div class="d-flex">
<img src="https://preview.colorlib.com/theme/launch/images/xperson_3.jpg.pagespeed.ic.xVOD9vMtws.webp" alt="person" class="rounded-pill me-3" style="height: 4rem;width: 4rem;">
<div class="text">
<h5>James Anderson</h5>
<p class="text-secondary">Facebook, Product Lead </p>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="card border-0">
<div class="card-header border-0 bg-white">
<i class="fs-6 text-dark" style="line-height: 2.1rem;">“Separated they <span class="rounded" style="text-decoration: none;background-color: #709cfc2f;">live in Bookmarksgrove right at the coast of the Semantics</span>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. ”
</i>
</div>
<div class="card-body">
<div class="d-flex">
<img src="https://preview.colorlib.com/theme/launch/images/xperson_1.jpg.pagespeed.ic.xVOD9vMtws.webp" alt="person" class="rounded-pill me-3" style="height: 4rem;width: 4rem;">
<div class="text">
<h5>James Anderson</h5>
<p class="text-secondary">Facebook, Product Lead </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-12 col-md-6">
<div class="card border-0">
<div class="card-header border-0 bg-white">
<i class="fs-6 text-dark" style="line-height: 2.1rem;">“Separated they <span class="rounded" style="text-decoration: none;background-color: #709cfc2f;">live in Bookmarksgrove right at the coast of the Semantics</span>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. ”
</i>
</div>
<div class="card-body">
<div class="d-flex">
<img src="https://preview.colorlib.com/theme/launch/images/xperson_2.jpg.pagespeed.ic.xVOD9vMtws.webp" alt="person" class="rounded-pill me-3" style="height: 4rem;width: 4rem;">
<div class="text">
<h5>James Anderson</h5>
<p class="text-secondary">Facebook, Product Lead </p>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="card border-0">
<div class="card-header border-0 bg-white">
<i class="fs-6 text-dark" style="line-height: 2.1rem;">“Separated they <span class="rounded" style="text-decoration: none;background-color: #709cfc2f;">live in Bookmarksgrove right at the coast of the Semantics</span>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. ”
</i>
</div>
<div class="card-body">
<div class="d-flex">
<img src="https://preview.colorlib.com/theme/launch/images/xperson_3.jpg.pagespeed.ic.xVOD9vMtws.webp" alt="person" class="rounded-pill me-3" style="height: 4rem;width: 4rem;">
<div class="text">
<h5>James Anderson</h5>
<p class="text-secondary">Facebook, Product Lead </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-indicators ">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active bg-primary" style="height: .5rem;width: .5rem; border-radius: 50%;" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" class="bg-primary" style="height: .5rem;width: .5rem; border-radius: 50%;" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" class="bg-primary" style="height: .5rem;width: .5rem; border-radius: 50%;" aria-label="Slide 3"></button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About -->
<section id="about" class="py-5">
<div class="container">
<div class="row py-5">
<div class="col-12 col-md-6 col-lg-7">
<img src="https://preview.colorlib.com/theme/launch/images/about.svg" alt="picture">
</div>
<div class="col-12 col-md-6 col-lg-4 offset-lg-1">
<h6 class="text-primary text-uppercase fs-5">about</h6>
<h1 class="text-capitalize">about us</h1>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>
<p class="fs-5 text-dark" style="line-height: 2.1rem;">“Separated they <span class="rounded" style="text-decoration: none;background-color: #709cfc2f;">live in Bookmarksgrove right at the coast of the Semantics</span>, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. ”
</p>
<ul class="fs-5">
<li class="text-secondary">There live the blind texts
</li>
<li class="text-secondary">Far far away behind the word
</li>
<li class="text-secondary">Their place and supplies
</li>
</ul>
<div class="mt d-flex justify-content-around ">
<div class="member">
<h1 class="display-4">59M</h1>
<p class="fs-4 text-uppercase">members</p>
</div>
<div class="team">
<h1 class="display-4">14</h1>
<p class="fs-5 text-uppercase">team</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- News -->
<section id="news" class="bg-light">
<div class="container">
<div class="row text-center py-5">
<h1 class="display-5 text-capitalize pt-3">our news</h1>
<p class="text-secondary fs-5 pb-3">Far from the countries Vokalia and Consonantia</p>
<div class="col-12 col-md-6 col-lg-4">
<div class="card border-0 p-4">
<div class="card-header border-0 text-start d-flex bg-white px-3 py-0">
<img src="https://preview.colorlib.com/theme/launch/images/xperson_1.jpg.pagespeed.ic.xVOD9vMtws.webp" alt="person" class="rounded-pill me-3" style="max-width: 4rem; max-height: 4rem;">
<div class="ch">
<p class="fs-4 p-0 m-0">Posted by James</p>
<p class="fs-5 text-secondary p-0 m-0">Jun 14, 2020</p>
</div>
</div>
<div class="card-body border-0 py-0 text-start">
<p class="p-0 pt-2 m-0" style="color: rgba(128, 128, 128, 0.349);">Digital Service, 4 min read</p>
<p class="pt-3 fs-3 mb-2" style="font-weight: 400; line-height: 2.7rem;">Far far away, behind the word mountains, far from the countries</p>
</div>
<div class="card-footer border-0 bg-white text-start">
<i class="fas fa-long-arrow-alt-right ms-3 fs-2"></i>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="card border-0 p-4">
<div class="card-header border-0 d-flex bg-white px-3 py-0 text-start">
<img src="https://preview.colorlib.com/theme/launch/images/xperson_2.jpg.pagespeed.ic.xVOD9vMtws.webp" alt="person" class="rounded-pill me-3" style="max-width: 4rem; max-height: 4rem;">
<div class="ch">
<p class="fs-4 p-0 m-0">Posted by Khan</p>
<p class="fs-5 text-secondary p-0 m-0">Jun 14, 2020</p>
</div>
</div>
<div class="card-body border-0 py-0 text-start">
<p class="p-0 pt-2 m-0" style="color: rgba(128, 128, 128, 0.349);">Digital Service, 4 min read</p>
<p class="pt-3 fs-3 mb-2" style="font-weight: 400; line-height: 2.7rem;">Far far away, behind the word mountains, far from the countries</p>
</div>
<div class="card-footer border-0 bg-white text-start">
<i class="fas fa-long-arrow-alt-right ms-3 fs-2"></i>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="card border-0 p-4">
<div class="card-header border-0 d-flex bg-white px-3 py-0 text-start">
<img src="https://preview.colorlib.com/theme/launch/images/xperson_3.jpg.pagespeed.ic.xVOD9vMtws.webp" alt="person" class="rounded-pill me-3" style="max-width: 4rem; max-height: 4rem;">
<div class="ch">
<p class="fs-4 p-0 m-0">Posted by Rob</p>
<p class="fs-5 text-secondary p-0 m-0">Jun 14, 2020</p>
</div>
</div>
<div class="card-body border-0 py-0 text-start">
<p class="p-0 pt-2 m-0" style="color: rgba(128, 128, 128, 0.349);">Digital Service, 4 min read</p>
<p class="pt-3 fs-3 mb-2" style="font-weight: 400; line-height: 2.7rem;">Far far away, behind the word mountains, far from the countries</p>
</div>
<div class="card-footer border-0 bg-white text-start">
<i class="fas fa-long-arrow-alt-right ms-3 fs-2"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="py-5">
<div class="container">
<div class="row text-center py-5">
<h1 class="display-5 text-capitalize pt-3">Get ın touch</h1>
<p class="text-secondary fs-5 pb-3">Far from the countries Vokalia and Consonantia</p>
<div class="col-12 col-md-5 offset-md-1 col-lg-6 offset-lg-1">
<form class="row g-3 text-start">
<div class="col-md-6">
<label for="inputEmail4" class="form-label text-secondary fs-4">First name</label>
<input type="email" class="form-control border-top-0 border-start-0 border-end-0 border-dark" id="inputName">
</div>
<div class="col-md-6">
<label for="inputPassword4" class="form-label text-secondary fs-4">Last name</label>
<input type="text" class="form-control border-top-0 border-start-0 border-end-0 border-dark" id="inputName2">
</div>
<div class="col-12">
<label for="inputAddress" class="form-label text-secondary fs-4">Email address</label>
<input type="email" class="form-control border-top-0 border-start-0 border-end-0 border-dark" id="inputEmailAddress">
</div>
<div class="col-12">
<label for="floatingTextarea2" class="text-capitalize text-secondary fs-4">message</label>
<textarea class="form-control border-top-0 border-start-0 border-end-0 border-dark" id="floatingTextarea2" style="height: 200px"></textarea>
</div>
<button class="btn btn-outline-primary w-50 fs-6 rounded-pill p-2 text-uppercase"> send message</button>
</form>
</div>
<div class="col-12 col-md-4 offset-md-2 col-lg-4 offset-lg-1">
<div class="contact text-start" style="text-decoration: none;line-height: 2.5rem;">
<h1>Contact Info</h1>
<p class="text-dark fs-5"><i class=" fs-6 me-2 fas fa-map-marker-alt"></i>43 Raymouth Rd. Baltemoer, London 3910
</p>
<a href="#" class="text-decoration-none text-dark fs-5"><i class=" fs-6 me-2 fas fa-phone-alt"></i>+1(123)-456-7890</a><br>
<a href="#" class="text-decoration-none text-dark fs-5"><i class=" fs-6 me-2 fas fa-phone-alt"></i>+1(123)-456-7890</a><br>
<a href="#" class="text-decoration-none text-dark fs-5"><i class=" fs-6 me-2 fas fa-envelope"></i>info@mydomain.com</a><br>
<a href="#" class="text-decoration-none text-dark fs-5"><i class=" fs-6 me-2 fas fa-globe-asia"></i>https://Colorlib.com/</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer" class="bg-light py-5">
<div class="container">
<div class="row ">
<div class="py-3 col-12 col-lg-3 ">
<div class="about">
<h1 class="py-3">About Launch</h1>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
<div class="connect">
<h1>Connect</h1>
<div class="icons-last-main d-flex">
<div class="icons-last m-1 bg-secondary rounded-pill d-flex align-items-center justify-content-center fs-5" style="height: 2rem;width: 2rem;"><i class="fab fa-instagram text-white"></i></div>
<div class="icons-last m-1 bg-secondary rounded-pill d-flex align-items-center justify-content-center fs-5" style="height: 2rem;width: 2rem;"><i class="fab fa-twitter text-white"></i></div>
<div class="icons-last m-1 bg-secondary rounded-pill d-flex align-items-center justify-content-center fs-5" style="height: 2rem;width: 2rem;"><i class="fab fa-facebook-f text-white"></i></div>
<div class="icons-last m-1 bg-secondary rounded-pill d-flex align-items-center justify-content-center fs-5" style="height: 2rem;width: 2rem;"><i class="fab fa-linkedin-in text-white"></i></div>
<div class="icons-last m-1 bg-secondary rounded-pill d-flex align-items-center justify-content-center fs-5" style="height: 2rem;width: 2rem;"><i class="fab fa-pinterest text-white"></i></div>
<div class="icons-last m-1 bg-secondary rounded-pill d-flex align-items-center justify-content-center fs-5" style="height: 2rem;width: 2rem;"><i class="fas fa-globe-africa text-white"></i></div>
</div>
</div>
</div>
<div class="py-3 col-12 col-lg-2 offset-lg-2">
<div class="project text-capitalize">
<h1>Project</h1>
<p>la liga stadium</p>
<p>france building</p>
<p>22 new homes</p>
<p>manage center</p>
<p>sports hall</p>
</div>
</div>
<div class="py-3 col-12 col-lg-2 ">
<div class="services text-capitalize">
<h1>Services</h1>
<p>architect</p>
<p>ınterior desigh</p>
<p>landscape design</p>
<p>consultancy</p>
</div>
</div>
<div class="py-3 col-12 col-lg-3 ">
<div class="contact text-capitalize">
<h1>Contact</h1>
<p>43 Raymouth Rd. Baltemoer, London 3910</p>
<p>+1(123)-456-7890</p>
<p>+1(123)-456-7890</p>
<p>info@mydomain.com</p>
</div>
</div>
<div class="footer-text text-center py-5">
<p class="text-secondary fs-6">Copyright ©2021 All rights reserved | This template is made with <i class="fas fa-heart text-danger"></i> by <a href="#"
class="text-decoration-none">Colorlib</a> </p>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.0-beta1/js/bootstrap.min.js" integrity="sha512-Hqe3s+yLpqaBbXM6VA0cnj/T56ii5YjNrMT9v+us11Q81L0wzUG0jEMNECtugqNu2Uq5MSttCg0p4KK0kCPVaQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./main.js"></script>
</body>
</html>