-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
278 lines (266 loc) · 14.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.0/font/bootstrap-icons.css" rel="stylesheet">
<style>
.hero .content {
position: relative;
}
.hero .mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(18, 179, 96, 0.5);
/* Green color with 50% opacity */
}
.hero h1,
.hero .col-lg-6 {
position: relative;
z-index: 1;
}
.carousel-inner {
padding-left: 15%;
padding-right: 15%;
}
.form-control::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: white;
opacity: 1;
/* Firefox */
}
.form-control:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: white;
}
.form-control::-ms-input-placeholder {
/* Microsoft Edge */
color: white;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand px-2 py-2" style="background-color: #8DE463; border-radius: 5px;"
href="#">LOGO</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Product</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<section class="hero">
<div class="content px-4 py-5 text-center"
style="background-image: url('https://raw.githubusercontent.com/poojaswe/bootstraptheme/4a1ddcb076100a2d4529390c0e00cdf536cf1f7b/images/business.jpg'); position: relative;">
<div class="mask"></div>
<h1 class="display-5 fw-bold text-body-emphasis">WE HELP YOUR BUSINESS</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4"><strong>It is a long established fact that a reader will be distracted by the
readable
content of a page when looking at its layout.</strong></p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<button type="button" class="btn btn-light btn-lg px-4 gap-3">LEARN MORE</button>
</div>
</div>
</div>
</section>
<section class="features">
<div class="container px-4 pt-4">
<h2 class="text-center"><strong>OUR PRODUCT</strong></h2>
<div class="row g-4 py-5 px-5 row-cols-1 row-cols-lg-3 d-flex justify-content-center">
<div class="feature col text-center">
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
<img src="https://raw.githubusercontent.com/poojaswe/bootstraptheme/main/images/featurestar.png"
width="100px" alt="featureone" />
</div>
<h3 class="fs-2 text-body-emphasis">SEO</h3>
<p>It is a long established fact that a reader will be distracted by the</p>
</div>
<div class="feature col text-center">
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
<img src="https://raw.githubusercontent.com/poojaswe/bootstraptheme/main/images/featurestar.png"
width="100px" alt="featuretwo" />
</div>
<h3 class="fs-2 text-body-emphasis">BRANDING</h3>
<p>It is a long established fact that a reader will be distracted by the</p>
</div>
<div class="feature col text-center">
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
<img src="https://raw.githubusercontent.com/poojaswe/bootstraptheme/main/images/featurestar.png"
width="100px" alt="featurethree" />
</div>
<h3 class="fs-2 text-body-emphasis">LOGO</h3>
<p>It is a long established fact that a reader will be distracted by the</p>
</div>
</div>
</div>
</section>
<section class="aboutus-hero">
<div class="px-5" style="background-color: rgb(233, 235, 233);">
<div class="row flex-lg-row-reverse justify-content-center g-3 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="https://raw.githubusercontent.com/poojaswe/bootstraptheme/main/images/chess.jpg"
class="d-block mx-lg-auto img-fluid" alt="aboutusimg" width="400px" loading="lazy">
</div>
<div class="col-lg-6 py-2 my-auto">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3 text-center">ABOUT US</h1>
<p class="lead text-wrap">It is a long established fact that a reader will be distracted by the
readable
content of a page when looking at its layout.</p>
</div>
</div>
</div>
</section>
<section class="carousel">
<div id="myCarousel" class="carousel slide mb-6" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner" style="background-color: rgba(18, 179, 96, 0.5);">
<div class="carousel-item active px-4 py-4">
<div class="d-flex justify-content-center my-auto">
<div class="p-2">
<img src="https://raw.githubusercontent.com/poojaswe/bootstraptheme/main/images/feedbackone.png"
alt="feedbackone" width="150px" />
</div>
<div class="d-flex flex-column mb-3 justify-content-center p-2 ">
<div class="p-2">
<h3>JON DEO</h3>
</div>
<div class="p-2">
<p>It is a long established fact that a reader will be distracted by the
readable
content of a page when looking at its layout.</p>
</div>
</div>
</div>
</div>
<div class="carousel-item px-4 py-4">
<div class="d-flex justify-content-center my-auto">
<div class="p-2">
<img src="https://raw.githubusercontent.com/poojaswe/bootstraptheme/main/images/feedbacktwo.png"
alt="feedbackone" width="150px" />
</div>
<div class="d-flex flex-column mb-3 justify-content-center p-2 ">
<div class="p-2">
<h3>JON DEO</h3>
</div>
<div class="p-2">
<p>It is a long established fact that a reader will be distracted by the
readable
content of a page when looking at its layout.</p>
</div>
</div>
</div>
</div>
<div class="carousel-item px-4 py-4">
<div class="d-flex justify-content-center my-auto">
<div class="p-2">
<img src="https://raw.githubusercontent.com/poojaswe/bootstraptheme/main/images/feedbackthree.png"
alt="feedbackone" width="150px" />
</div>
<div class="d-flex flex-column mb-3 justify-content-center p-2 ">
<div class="p-2">
<h3>JON DEO</h3>
</div>
<div class="p-2">
<p>It is a long established fact that a reader will be distracted by the
readable
content of a page when looking at its layout.</p>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" 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="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<section class="subscribe">
<div class="d-flex justify-content-center py-4 " style="background-color: rgb(18, 179, 96);">
<form class="row g-3">
<div class="col-auto">
<input type="email" class="form-control btn-outline-light" id="email" placeholder="Email ID"
style="background-color: transparent;">
</div>
<div class="col-auto">
<button type="submit" class="btn"
style="color:rgb(18, 179, 96); background-color: white;">Subscribe</button>
</div>
</form>
</div>
</section>
</main>
<footer>
<div class="d-flex justify-content-center py-2">
<div class="px-3 py-3 text-left" style="flex:1;">
<h3>About Company</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when
looking at its layout.</p>
</div>
<div class="px-3 py-3 text-left" style="flex:1">
<h3>Quick Links</h3>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Home</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Product</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Pricing</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Contact</a></li>
</ul>
</div>
<div class="px-3 py-3 text-left" style="flex:1">
<h3>Contact Us</h3>
<p>info@company.com</p>
<p>+1 241 0000000</p>
<ul class="list-unstyled d-flex justify-content-start">
<li class="ms-3"><a class="link-body-emphasis" href="#"><i class="bi-facebook"></i></a></li>
<li class="ms-3"><a class="link-body-emphasis" href="#"><i class="bi-twitch"></i></a></li>
<li class="ms-3"><a class="link-body-emphasis" href="#"><i class="bi-google"></i></a></li>
</ul>
</div>
</div>
<p class="text-center text-white bg-dark py-2">© 2024 Company, Inc</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>