-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboostrap.html
More file actions
317 lines (297 loc) · 14.5 KB
/
boostrap.html
File metadata and controls
317 lines (297 loc) · 14.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
<!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">
<title>My First Boostrap site</title>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
<style>
.nav-item:hover{
background-color: bisque;
transition: 1s ease-in-out;
border-radius: 15px;
}
.unique-nav{
background-color: yellow !important;
color: blue !important;
box-shadow: 0 7px 0 rgb(0, 0, 0.6);
border-radius: 20px;
}
footer{
background-color: #212121;
color:#ffff;
border-top-left-radius: 10%;
border-bottom-right-radius: 10%;
}
.top{
display:flex;
flex-direction: row;
justify-content: space-between;
padding: 5rem 2.5rem;
}
.top p{
font-weight: 900;
font-size: 20px;
}
.right{
font-size:50px;
}
.bottom{
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 3rem;
}
ul{
list-style-type: none;
}
.mid img{
width: 150px;
height: 150px;
}
</style>
</head>
<body style= "background-repeat:no-repeat;background-size:cover; opacity: 0.9;">
<div id="navbar">
<nav class="navbar navbar-expand-sm mt-4 container unique-nav bg-success ">
<div class="container-fluid ">
<a class="navbar-brand fs-3 p-2 fw-bolder" href="#">
<img src="a.jpeg" width="50px" 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 m-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active text-info fs-4 p-2" aria-current="page" href="#"><i class="bi bi-house-fill"></i>Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-info fs-4 p-2" href="#"><i class="bi bi-link"></i>Link</a>
</li>
<li class="nav-item">
<a class="nav-link text-info fs-4 p-2 " href="#"><i class="bi bi-file-earmark-person"></i>About</a>
</li>
<li class="nav-item">
</li>
<a class="nav-link text-info fs-4 p-2" href="#"><i class="bi bi-file-break"></i>Page</a>
</li>
</div>
<div
p class="btn btn-light btn-lg text-dark">Suscribe</div>
</div>
</nav>
</div>
<div class="container text-center d-flex">
<div class="card m-4" style="width: 18rem">
<div class="card-img">
<img src="./jappiah.jpg"class="img-fluid">
</div>
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Actress</a>
</div>
</div>
<div class="card m-4" style="width: 18rem;">
<img src="./ynelson.jpg"style="height:350px" alt="..." class="img-fluid">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Actress</a>
</div>
</div>
<div class="card m-4" style="width: 18rem;">
<img src="./yokoro.webp" class="card-img-fluid" alt="... ">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Actress</a>
</div>
</div>
</div>
</div>
<li class="nav-item">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
Launch static backdrop modal
</button>
<!-- Modal -->
<div class="modal fade z-index" id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="staticBackdropLabel">save changes</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="false">
<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="./slide1.jpg" style="height:500px ;" class="d-block w-100 h-70 m-4" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Martha Ankoma</h5>
<p>A Ghanaian Actress.</p>
</div>
</div>
<div class="carousel-item">
<img src="./slide2.jpg" style="height:500px ;"class="d-block w-100 h-70 m-4" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Yvonne Nelson</h5>
<p>A Ghanaian Actress.</p>
</div>
</div>
<div class="carousel-item">
<img src="./slide3.webp" style="height:500px ;"class="d-block w-100 h-70 m-4" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Jackie Appiah</h5>
<p>A Ghanaian Actress.</p></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>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Understood</button>
</div>
</div>
</div>
</li>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Martha Ankoma
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<img src="./slide1.jpg" style=" width:300px; height: 300px; margin-left: 450px;"><br>
<strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Yvonne Nelson
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<img src="./slide2.jpg"style=" width:300px; height: 300px; margin-left:450px"><br>
<strong>This is the second item's accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Jackie Appiah
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
<img src="./slide3.webp" style=" width:300px; height: 300px; margin-left:450px;"><br>
<strong>This is the third item's accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
</div>
<form class="required">
<div class="m-5"><label for="exampleInputEmail1" class=" fw-bolder fs-3 form-label">Name</label>
<input type="text" placeholder="name" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<div id="emailHelp" class="form-text"></div>
</div>
<div class="m-5"><label for="exampleInputEmail1" class=" fw-bolder fs-3 form-label">E-mail</label>
<input type="text" placeholder="abenarosa@gmail.com" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<div id="emailHelp" class="form-text">We'll never share your email with anyone else.</div>
</div>
<div class="m-5">
<label for="exampleInputPassword1" class=" fw-bolder fs-3 form-label">Password</label>
<input type="password" placeholder="*********" class="form-control" id="exampleInputPassword1">
</div>
<div class="container" my-2>
<select>
<option value="">Gender</option>
<option value="">Male</option>
<option value="">Famale</option>
<option value=""> Others</option>
</select>
</div>
<div class="m-5 form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button type="submit" class="btn btn-info m-5 form-control my-2">Submit</button>
</form>
<div class="container-fluid" style="border:2px solid red; height:100vh;">
<di class="position-relative">
<div class="div1 position-absolute top-50 start-50 m-2" style=" width:100px; height:100px; background-color:aquamarine" ></div>
<div class="div2 position-absolute top-50 end-0 m-2"style=" width:100px; height:100px; background-color:yellow"></div>
<div class="div3 position-relative bottom-0 start-0 m-2" style=" width:100px; height:100px; background-color:teal"></div>
</di>
</div>
<footer>
<div class="top">
<div class="left">
<h1>Miss Bibi</h1>
<p> Where did we meet in the first place?</p>
</div>
<div class="mid">
<img src="./a.jpeg">
</div>
<div class="right">
<i class="bi bi-facebook"></i></i>
<i class="bi bi-twitter"></i>
<i class="bi bi-whatsapp"></i>
</div>
</div>
<div class="bottom">
<div class="community">
<h2>community</h2>
<ul>
<li>Facebook</li>
<li>Twitter</li>
<li>LinkedIn</li>
</ul>
</div>
<div class="Service">
<h2>Service</h2>
<ul>
<li>Facebook</li>
<li>Twitter</li>
<li>LinkedIn</li>
</ul>
</div>
<div class="contact">
<h2>contact</h2>
<ul>
<li>Facebook</li>
<li>Twitter</li>
<li>LinkedIn</li>
</ul>
</div>
</div>
</footer>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<!-- As a link -->
</body>
</html>