-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrap.html
487 lines (166 loc) · 6.8 KB
/
bootstrap.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width:device-width, intial-scale=1">
<title>Document</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#">Image section </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item ">
<a class="nav-link" href="#">HOME </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">SERVICES </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about-us">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#testimonials">TESTMONIALS</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#footer">CONTACT</a>
</li>
</ul>
</div>
</nav>
</section>
<!--------------------- banner section --------------->
<section id="banner">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="promo-title">WORK HARD SWEET LESS</p>
<p>Check my instagram bio at @Designing - junior</p>
<a href="#"><img src="./images/rename.png" class="play-btn"> Watch me fligh high. </a>
</div>
<div class="col-md-6 text-center">
<img src="./images/beach.jpg" class="img-fluid">
</div>
</div>
</div>
</section>
<!--=========== service section ===========-->
<section id="services">
<div class="container text-center">
<h1 class="title text-center">Work hard sweet less</h1>
<div class="row ">
<div class="col-md-4 services">
<img src="./images/col-md-1.jpg" class="img-fluid service-image" >
<h4>Couples Dairies</h4>
<p>Check my instagram bio at @Designing - junior</p>
</div>
<div class="col-md-4 services">
<img src="./images/col-md-2.jpg" class="img-fluid service-image" >
<h4>Video</h4>
<p>Check my instagram bio at @Designing - junior</p>
</div>
<div class="col-md-4 services">
<img src="./images/col-md-3.jpeg" class="img-fluid service-image" >
<h4>image</h4>
<p>Check my instagram bio at @Designing - junior</p>
</div>
</div>
<button type="button" class="btn btn-primary">All Services</button>
</div>
</section>
<!--========= about us ==============-->
<section id="about-us">
<div class="container">
<h1 class="title text-center">Why Choose This?</h1>
<div class="row">
<div class="col-md-6 about-us" >
<p class="about-title">Learn to live forever - pride</p>
<ul>
<li>Belive in doing buisness with honesty</li>
<li>Belive in doing buisness with honesty</li>
<li>Belive in doing buisness with honesty</li>
<li>Belive in doing buisness with honesty</li>
<li>Belive in doing buisness with honesty</li>
<li>Belive in doing buisness with honesty</li>
</ul>
</div>
<div class="col-md-6">
<img src="./images/an-image.jpg" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials">
<div class="container">
<h1 class="title text-center">What you think yourself</h1>
<div class="row offset-1">
<div class="col-md-5 testimonials">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas voluptatibus, dolore nihil error atque? Sint quam voluptate nisi tempora praesentium fugit, neque. Hic ullam cumque, nisi asperiores saepe amet ipsum.</p>
<img src="./images/beach.jpg">
<p class="user-details"><b>Agelina</b><br>Co-founder at xyz.</p>
</div>
<div class="col-md-5 testimonials">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas voluptatibus, dolore nihil error atque? Sint quam voluptate nisi tempora praesentium fugit, neque. Hic ullam cumque, nisi asperiores saepe amet ipsum.</p>
<img src="./images/col-md-1.jpg">
<p class="user-details"><b>Gilbert</b><br>Co-co-founder at xyz.</p>
</div>
</div>
</div>
</section>
<!--======== social media section =========-->
<section id="social-media">
<div class="container text-center">
<p>Find us on social media.</p>
<div class="social-icons">
<a href="#"><img src="./images/beach.jpg" class="img-fluid"></a>
<a href="#"><img src="./images/rename.png"></a>
<a href="#"><img src="./images/col-md-3.jpeg"></a>
<a href="#"><img src="./images/col-md-2.jpg"></a>
<a href="#"><img src="./images/col-md-1.jpg"></a>
<a href="#"><img src="./images/an-image.jpg"></a>
</div>
</div>
</section>
<!--========= footer section ================-->
<section id="footer">
<img src="./images/col-md-2.jpg" class=" footer-img">
<div class="container ">
<div class="row">
<div class="col-md-4 footer-box">
<img src="./images/green-leaf.jpg">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis aliquid doloribus officiis cupiditate eos dignissimos consequatur obcaecati, culpa ipsum quod ex nihil est a. Vel nam architecto similique officia iure!</p>
</div>
<div class="col-md-4 footer-box">
<p><b>CONTACT US</b></p>
<p><i class="fa fa-map-marker"></i> World Trade Center, Banglore</p>
<p><i class="fa fa-phone"></i>0123123123123</p>
<p><i class="fa fa-envelope"></i>[email protected]</p>
</div>
<div class="col-md-4 footer-box">
<p><b>REVIEW ARTISTS</b></p>
<input type="email" class="form-control" placeholder="Your Email">
<button type="button" class="btn btn-primary">REVIEW NOW</button>
</div>
</div>
<hr>
<p class="copy-right text-center">Website is not for sale. </p>
</div>
</section>
<!--========== smooth scroll ==========-->
<script src="smooth-scroll.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
</body>
</html>