-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
747 lines (731 loc) · 27.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#0000" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="This is an agency project website template"
/>
<title>Agency Project</title>
<!-- Font Awesome KIt -->
<script
src="https://kit.fontawesome.com/6f74121c05.js"
crossorigin="anonymous"
></script>
<!-- Bootstrap Style sheet -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<!-- CSS Stylesheet -->
<link rel="stylesheet" href="./dist/main.css" />
<link
rel="shortcut icon"
href="./app/assets/images/brand-logo.png"
type="image/x-icon"
/>
</head>
<body>
<!--===================== Header Section ============================-->
<header id="home" class="container">
<nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#"
><img
src="./app/assets/images/brand-logo.png"
alt=""
style="width: 120px; height: 50px"
/></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 active" aria-current="page" href="#home"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">Blog</a>
</li>
</ul>
<form class="d-flex">
<input
class="form-control me-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button class="btn btn-outline-success" type="submit">
Search
</button>
</form>
</div>
</div>
</nav>
</header>
<!--=========================== Hero section =============================-->
<main>
<div
id="carouselExampleCaptions"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img
src="./app/assets/images/carousel1.jpg"
class="d-block w-100"
alt="..."
/>
<div class="carousel-caption d-none d-md-block">
<h5 class="fs-1 text-light fw-bolder">Creative Digital Agency</h5>
<p class="fs-3 text-white">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolore
esse autem minima. Numquam a voluptatem commodi id! Deleniti
natus error impedit dolore. Dolorem consequuntur doloribus minus
sed odio voluptates temporibus.
</p>
</div>
</div>
<div class="carousel-item">
<img
src="./app/assets/images/carousel2.jpg"
class="d-block w-100"
alt="..."
/>
<div class="carousel-caption d-none d-md-block">
<h5 class="fs-1 text-danger fw-bolder">Digital Marketing</h5>
<p class="fs-3 text-dark">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illo
nisi recusandae minima dolore repellendus error provident,
repudiandae laudantium, ex inventore veniam perspiciatis a rerum
impedit optio suscipit sunt aut consectetur.
</p>
</div>
</div>
<div class="carousel-item">
<img
src="./app/assets/images/carousel3.jpg"
class="d-block w-100"
alt="..."
/>
<div class="carousel-caption d-none d-md-block">
<h5 class="fs-1 text-dark fw-bolder">Graphic Design</h5>
<p class="fs-3 text-white">
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Aperiam, voluptates perspiciatis? Culpa, dolore reiciendis, non
tempora enim ea id saepe ratione ipsum nostrum nam. Sunt illo
ducimus possimus praesentium enim.
</p>
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!--==========================Services section ==========================-->
<section class="container services-section my-5 py-5" id="services">
<div class="services">
<div class="services-title text-center py-4">
<h5 class="text-primary">Our services</h5>
<h1>We Are Providing Digital services</h1>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card text-center py-4 border-0 shadow">
<div class="card-img">
<img
src="./app/assets/images/code.svg"
class="card-img-top"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="card-title">Web Development</h5>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
do eiusmodtempor incididunt ut labore et dolore
</p>
</div>
</div>
</div>
<div class="col">
<div class="card text-center py-4 border-0 shadow">
<div class="card-img">
<img
src="./app/assets/images/ux.svg"
class="card-img-top img-fluid"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="card-title">Graphic Design</h5>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
do eiusmodtempor incididunt ut labore et dolore
</p>
</div>
</div>
</div>
<div class="col">
<div class="card text-center py-4 border-0 shadow">
<div class="card-img">
<img
src="./app/assets/images/digital-marketing.svg"
class="card-img-top"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="card-title">Digital Marketing</h5>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
do eiusmodtempor incididunt ut labore et dolore
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--======================== About Section =======================-->
<section id="about" class="container about my-5 py-5">
<div class="card mb-3">
<div class="row g-0">
<div class="col-md-6">
<img
src="./app/assets/images/about us.jpg"
class="img-fluid rounded-start"
alt="..."
/>
</div>
<div class="col-md-6">
<div class="card-body">
<h5 class="card-title"><span>ABOUT US</span></h5>
<h1 class="card-text">
We design, build brands & digital projects.
</h1>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit <br /><br />
in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident,
</p>
<button class="btn btn-primary rounded-pill">Read More</button>
</div>
</div>
</div>
</div>
</section>
<!--======================= Pages Section ======================-->
<section class="page-section">
<section class="bg-suceess container my-5 py-5">
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card d-flex align-items-center py-4 h-100">
<img
src="./app/assets/images/planning.svg"
class="card-img-top"
alt="..."
/>
<div class="card-body text-center">
<h5 class="card-title">Smart Planning</h5>
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Molestias minima, provident quidem omnis deserunt officiis
ipsum veritatis deleniti veniam. Impedit sint cupiditate
delectus explicabo suscipit quas corrupti odit amet
sapiente!
</p>
</div>
</div>
</div>
<div class="col">
<div class="card d-flex align-items-center py-4">
<img
src="./app/assets/images/handshake.svg"
class="card-img-top"
alt="..."
/>
<div class="card-body text-center">
<h5 class="card-title">Our Partnership</h5>
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Illum ipsam ullam eveniet et! Hic dolores sequi praesentium
est sapiente veniam animi! Velit accusamus vitae nesciunt?
Maxime assumenda veniam dolore voluptates.
</p>
</div>
</div>
</div>
<div class="col">
<div class="card d-flex align-items-center py-4">
<img
src="./app/assets/images/idea.svg"
class="card-img-top"
alt="..."
/>
<div class="card-body text-center">
<h5 class="card-title">Super Ideas</h5>
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Illum ipsam ullam eveniet et! Hic dolores sequi praesentium
est sapiente veniam animi! Velit accusamus vitae nesciunt?
Maxime assumenda veniam dolore voluptates.
</p>
</div>
</div>
</div>
</div>
</section>
</section>
<!--======================= Latest Work section =======================-->
<section class="portfolio-section" id="portfolio">
<div class="container py-5">
<div class="work-title">
<h5 class="text-primary">Our Portfolio</h5>
<h1 class="fw-bold">Take A Look At Our Latest Work</h1>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 work">
<img
src="./app/assets/images/latest-work/work-1.png"
class="card-img-top"
alt="..."
/>
</div>
</div>
<div class="col">
<div class="card h-100 work">
<img
src="./app/assets/images/latest-work/work-2.jpg"
class="card-img-top"
alt="..."
/>
</div>
</div>
<div class="col">
<div class="card h-100 work">
<img
src="./app/assets/images/latest-work/work-3.png"
class="card-img-top"
alt="..."
/>
</div>
</div>
<div class="col">
<div class="card h-100 work">
<img
src="./app/assets/images/latest-work/work-4.png"
class="card-img-top"
alt="..."
/>
</div>
</div>
<div class="col">
<div class="card h-100 work">
<img
src="./app/assets/images/latest-work/work-5.png"
class="card-img-top"
alt="..."
/>
</div>
</div>
<div class="col">
<div class="card h-100 work">
<img
src="./app/assets/images/latest-work/work-6.png"
class="card-img-top"
alt="..."
/>
</div>
</div>
</div>
</div>
</section>
<!--===================== Our Team Section ========================-->
<section id="team" class="team-section">
<div class="container py-5">
<div class="services-title text-center py-4">
<h5 class="text-primary">OUR TEAM</h5>
<h1>Our top dedicated professionals</h1>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 team">
<img
src="./app/assets/images/staff.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Duglas Walker</h5>
<p class="card-text">SHIEF STAFF</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 team">
<img
src="./app/assets/images/founder.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Caroline Harrison</h5>
<p class="card-text">FOUNDER & NANAGER</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 team">
<img
src="./app/assets/images/web-designer.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Safia Simpson</h5>
<p class="card-text">WEB DESIGNER</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--======================= Pricing Section =========================-->
<section class="container py-5">
<h5 class="text-primary">OUR PRICING</h5>
<div class="d-flex align-items-center justify-content-between py-4">
<div>
<h1 class="fw-bold">Choose A Plan That’s Right For You</h1>
</div>
<div>
<h3>
<span>Monthly</span> <i class="fas fa-toggle-on"></i> Yearly
</h3>
</div>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100">
<div class="card-body text-center">
<h5 class="card-title fs-3 fw-bolder">Basic Plan</h5>
<p class="card-text fw-bold">
<span class="text-primary fs-1 fw-bold">$50</span> /month
</p>
<p class="card-text">Graphics Design</p>
<p class="card-text">Web Design</p>
<p class="card-text">UI/UX</p>
<p class="card-text">HTML/CSS</p>
<p class="card-text">SEO Marketing</p>
<p class="card-text">Business Analysis</p>
<button class="btn btn-primary rounded-pill px-4 my-4 fw-bold">
Start Now
</button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 standard-price">
<div class="card-body text-center text-white">
<h5 class="card-title fs-3 fw-bolder">Standard Plan</h5>
<p class="card-text fw-bold">
<span class="fs-1 fw-bold text-white">$99</span> /month
</p>
<p class="card-text">Graphics Design</p>
<p class="card-text">Web Design</p>
<p class="card-text">UI/UX</p>
<p class="card-text">HTML/CSS</p>
<p class="card-text">SEO Marketing</p>
<p class="card-text">Business Analysis</p>
<button class="btn btn-light rounded-pill px-4 my-4 fw-bold">
Start Now
</button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body text-center">
<h5 class="card-title fs-3 fw-bolder">Premium Plan</h5>
<p class="card-text fw-bold">
<span class="text-primary fs-1 fw-bold">$150</span> /month
</p>
<p class="card-text">Graphics Design</p>
<p class="card-text">Web Design</p>
<p class="card-text">UI/UX</p>
<p class="card-text">HTML/CSS</p>
<p class="card-text">SEO Marketing</p>
<p class="card-text">Business Analysis</p>
<button class="btn btn-primary rounded-pill px-4 my-4 fw-bold">
Start Now
</button>
</div>
</div>
</div>
</div>
</section>
<!--===================== Clients Section ========================-->
<section class="clients">
<div class="container py-5">
<h2 class="text-center text-white my-5">We’re trusted by clients.</h2>
<div class="row row-cols-1 row-cols-md-2 g-4">
<div class="col">
<div class="card text-center px-4 py-4 border border-primary">
<div class="text-center">
<img
src="./app/assets/images/client-photo1.png"
class="card-img-top rounded-circle"
alt="..."
/>
</div>
<div class="card-body text-white">
<h5 class="card-title">Mina Whatson</h5>
<h5 class="card-title">CONSULTANT</h5>
<p class="card-text">
There are many variations of passages of Lorem Ipsum
available, but the majority have suffered alteration in some
form, by injected humour, or randomised words which don't
look even slightly believable. If you are going to use a
passage of Lorem Ipsum,
</p>
</div>
</div>
</div>
<div class="col">
<div
class="card text-center px-4 py-4 text-white border border-primary"
>
<div class="text-center">
<img
src="./app/assets/images/client-photo2.jpg"
class="card-img-top img-fluid rounded-circle"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="card-title">Edward Hunter</h5>
<h5 class="card-title">IT SPCIALIST</h5>
<p class="card-text">
There are many variations of passages of Lorem Ipsum
available, but the majority have suffered alteration in some
form, by injected humour, or randomised words which don't
look even slightly believable. If you are going to use a
passage of Lorem Ipsum,
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==================== Blog section ========================-->
<section class="container my-5 py-5" id="blog">
<div class="row row-cols-1 row-cols-md-3 g-4 py-5">
<div class="col">
<div class="card h-100">
<div class="card-body my-5">
<h5 class="card-title"><span>OUR BLOG</span></h5>
<h2 class="card-title">Latest News & Blog</h2>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipiscing sed do
eiusmod tempor incididunt labo.
</p>
<div class="input-group mb-3">
<input
type="text"
class="form-control"
placeholder="Enter Your Email"
aria-label="Recipient's username"
aria-describedby="button-addon2"
/>
<button
class="btn btn-outline-secondary"
type="button"
id="button-addon2"
>
<i class="fas fa-arrow-right"></i>
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 blog-card">
<div class="card-body text-white">
<h5 class="card-title">
Maecenas laoree efficiture sagittis aliquam eleifend nisl.
</h5>
<h5 class="card-title">Posted 7 March, 2020</h5>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipiscing sed do
eiusmod tempor incididunt labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ea commodo consequat. Duis aute irure
dolor in reprehenderit in voluptate velit esse cillum dolore
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non proident,
</p>
<button class="btn btn-primary">
Read More
<i class="fas fa-arrow-right"></i>
</button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body">
<h5 class="card-title">
Maecenas laoree efficiture sagittis aliquam eleifend nisl.
</h5>
<h5 class="card-title"><span>Posted 7 March, 2020</span></h5>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipiscing sed do
eiusmod tempor incididunt labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ea commodo consequat. Duis aute irure
dolor in reprehenderit in voluptate velit esse cillum dolore
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non proident,
</p>
<button class="btn btn-primary">
Read More
<i class="fas fa-arrow-right"></i>
</button>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer Section -->
<footer>
<section class="container footer-section">
<section>
<img
src="./app/assets/images/brand-logo.png"
alt=""
style="width: 120px; height: 50px"
/>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing sed do eiusmod
tempor incididunt labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ea
commodo consequat.
</p>
</section>
<section class="link-section">
<h3>Our Links</h3>
<ul>
<li>Home</li>
<li>About Us</li>
<li>Services</li>
<li>Team</li>
<li>Portfolio</li>
<li>Blog</li>
</ul>
</section>
<section>
<h3>Our Company</h3>
<ul>
<li>About Company</li>
<li>Our Testimonials</li>
<li>Latest News</li>
<li>Our misson</li>
<li>Get a free Quote</li>
</ul>
</section>
<section>
<h3>Our Services</h3>
<ul>
<li>App Development</li>
<li>Web Development</li>
<li>Graphic Design</li>
<li>Web Solution</li>
<li>App Design</li>
</ul>
</section>
</section>
<hr class="text-primary" />
<h5 class="text-center">
©Copyright 2022 Ruhul Amin. All rights reserved.
</h5>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
</body>
</html>