-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
437 lines (429 loc) · 14.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<title>Bootstrap-Project-Third</title>
<style>
.body {
background: linear-gradient(90deg, #4c4446 0%, #3a1c71 100%);
}
.body_a {
background: linear-gradient(90deg, #402a63 0%, #4c4446 100%);
}
.body_aa {
background: linear-gradient(
90deg,
#4c4446 0%,
#3a1c71 100%,
#4c4446 0%
);
}
header {
background-color: white;
height: 80px;
}
.logo {
color: white;
font-size: 25px;
}
.a_main {
background-color: #f2f6fc;
height: 600px;
}
.a_cont {
padding: 90px;
}
img {
margin-top: 80px;
margin-left: 30px;
}
.start {
padding: 0%;
}
.padd {
padding: 20px;
margin-left: 180px;
}
.paddd {
margin-left: 100px;
margin-top: 20px;
}
.pad {
padding-right: 60px;
}
.lin {
background-color: #007ebb;
}
.git {
background-color: #0d1017;
}
.dark {
margin-left: 440px;
}
.light {
margin-right: 420px;
}
.line {
background-color: black;
}
.coll {
background-color: #a4aab2;
}
.p {
margin-left: 180px;
}
.b1 {
margin-right: -10px;
}
.b2 {
margin-left: 20px;
}
.but {
background-color: #a4aab2;
}
.log {
margin-bottom: 180px;
}
.butt {
margin-bottom: 520px;
margin-left: 20px;
}
.banner {
margin-right: 100px;
}
.acc {
padding-top: 180px;
}
.jumb {
padding-bottom: 480px;
}
footer {
background-color: #211617;
height: 200px;
}
</style>
</head>
<body>
<div class="container-fluid a_con p-0">
<header class="p-0 bg-dark ">
<div class="h_part">
<nav class="navbar navbar-expand-lg bg-dark">
<div class="container-fluid">
<a class="navbar-brand ms-5 text-white mt-2" href="#">Start Bootstrap</a>
<button
class="navbar-toggler bg-dark mt-4"
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 mt-3" id="navbarSupportedContent">
<ul class="navbar-nav me-auto ms-5 mb-2 mb-lg-0">
<li class="nav-item">
<a
class="nav-link active text-white"
aria-current="page"
href="#"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#">about</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-white"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Languages
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item text-white" href="#"
>Contact
</a>
</li>
<li>
<a class="dropdown-item text-white" href="#">Github</a>
</li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item text-white" href="#">Review</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-white" aria-disabled="true"
>Social</a
>
</li>
</ul>
<form class="d-flex mt-1 me-" role="search">
<input
class="form-control me-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button
class="btn btn-outline-success text-white "
type="submit"
>
Search
</button>
</form>
</div>
</div>
</nav>
</div>
</header>
<div class="a_main body row mt-">
<div class="col-8 a_cont text-center text-white">
<h1 class="mb-4">
Bootstrap themes, templates, and UI tools to help you start your
next project!
</h1>
<p>
Start Bootstrap creates free, open source, MIT license, Bootstrap
themes, templates, and code snippets for you to use on any project,
guides to help you learn more about designing and developing with
the Bootstrap framework, and premium Bootstrap UI products
</p>
<button class="btn btn-danger">Browse Templates</button>
</div>
<div class="col-4 pe-2 body_a a_main">
<img src="./booking-management-detail-1-300x300.png" />
</div>
</div>
<div class="container-fluid body p-0 m-0 coll row">
<div class="col-4 mt-4">
<button type="button" class="btn btn-dark dark">Categories</button>
</div>
<div class="col-8 mt-4 mb-4">
<div
class="btn-group float-end light"
role="group"
aria-label="Basic mixed styles example"
>
<button type="button" class="btn btn-danger">HTML</button>
<button type="button" class="btn btn-dark">CSS</button>
<button type="button" class="btn btn-danger">Javascript</button>
</div>
</div>
</div>
<div class="container row">
<div class="col-4 padd"></div>
</div>
<div class="container-fluid mb-5 body p-0">
<div class="col-8 mb-5 p">
<div class="mb-3">
<label
for="exampleFormControlInput1"
class="form-label mt-5 text-white"
>Email address</label
>
<input
type="email"
class="form-control"
id="exampleFormControlInput1"
placeholder="[email protected]"
/>
</div>
<div class="mb-3">
<label
for="exampleFormControlTextarea1"
class="form-label text-white"
>Example textarea</label
>
<textarea
class="form-control"
id="exampleFormControlTextarea1"
rows="3"
></textarea>
</div>
</div>
<select
class="form-select text-black m-4"
aria-label="Default select example"
>
<option selected>Do You like the page ?</option>
<option value="1">Yes</option>
<option value="2">No</option>
<option value="3">Of course</option>
</select>
<div class="accordion mt-5 p-4 acc" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header mb-2">
<button
class="accordion-button"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
What is Bootstrap ?
</button>
</h2>
<div
id="collapseOne"
class="accordion-collapse collapse show"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<strong>
Bootstrap is a free, open source front-end development framework for the creation of websites and web apps. Designed to enable responsive development of mobile-first websites, Bootstrap provides a collection of syntax for template designs.
, though the transition does limit
overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header mb-2">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
What are the best thing about Bootstrap ?
</button>
</h2>
<div
id="collapseTwo"
class="accordion-collapse collapse"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<strong>Bootstrap is a great way to learn responsive design, even if you only use it as a stepping stone before moving on to develop your own style
, though the transition does limit
overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
Is their any future scope for that ?
</button>
</h2>
<div
id="collapseThree"
class="accordion-collapse collapse"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<strong>Yes having Bootstrap included with your Frontend Skills will definately increase the chance of
being selected !
</div>
</div>
</div>
</div>
<div class="container bann">
<img
src="./Black Modern Personal LinkedIn Banner.png"
class="img-fluid log"
alt="..."
/>
<div class="text-center">
<button class="btn btn-dark b1 butt">Contact Now</button>
<button class="btn btn-dark b2 butt">Profiles/Project</button>
</div>
<div class="jumbotron jumb text-center">
<h1 class="display-4 text-center text-white">Hello, world!</h1>
<p class="lead text-center text-white">
This is a simple hero unit, a simple jumbotron-style component for
calling extra attention to featured content or information.
</p>
<hr class="my-2 text-center bg-dark" />
<p class="text-center text-white mt-5">
It uses utility classes for typography and spacing to space
content out within the larger container.
</p>
<a
class="btn btn-primary text-center bg-dark text-white"
href="#"
role="button"
>Linkedin</a
>
<button
type="button"
class="btn btn-secondary bg-dark"
data-toggle="tooltip"
data-placement="top"
title="Tooltip on top"
>
Github
</button>
<button
type="button"
class="btn btn-secondary bg-dark"
data-toggle="tooltip"
data-placement="right"
title="Tooltip on right"
>
Website
</button>
<button
type="button"
class="btn btn-secondary bg-dark
data-toggle="tooltip"
data-placement="bottom"
title="Tooltip on bottom"
>
Whatsapp
</button>
<button
type="button"
class="btn btn-secondary bg-dark"
data-toggle="tooltip"
data-placement="left"
title="Tooltip on left"
>
Twitter
</button>
</div>
</div>
</div>
</div>
<div class="card text-center">
<div class="card-header body text-white">Featured</div>
<div class="card-body body">
<h5 class="card-title text-white">Wanted to Connect ?</h5>
<p class="card-text text-white">
Lets Collaborate for an open Source Project ?
</p>
<a href="#" class="btn btn-primary body">Github</a>
</div>
<div class="card-footer text-white body">Aditya Mishra</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
</body>
</html>