-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrap-practice.html
345 lines (341 loc) · 13 KB
/
bootstrap-practice.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- add the viewport meta tag here -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- add the Bootstrap CDN link here -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<title>Bootstrap demo</title>
</head>
<body>
<header>
<div class="collapse bg-info" id="navbarHeader">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-7 py-4">
<h4 class="text-dark">About Me</h4>
<p class="text-muted">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Laudantium voluptatem nostrum a odit fuga voluptates. Hic atque
aut iusto, suscipit distinctio, magni enim nulla debitis magnam
maiores consequatur repudiandae qui.
</p>
</div>
<div class="col-sm-4 offset-md-1 py-4">
<h4 class="text-dark">Contact</h4>
<ul class="list-unstyled">
<li>
<a href="#" class="text-primary">Connect on LinkedIn</a>
</li>
<li>
<a href="#" class="text-primary">Follow me on Medium</a>
</li>
<li><a href="#" class="text-primary">Email me</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="navbar navbar-info bg-info shadow-sm">
<div class="container">
<a href="#" class="navbar-brand d-flex align-items-center">
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
aria-hidden="true"
class="me-2"
viewBox="0 0 24 24"
>
<path
d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"
/>
<circle cx="12" cy="13" r="4" />
</svg>
<strong>Portfolio</strong>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarHeader"
aria-controls="navbarHeader"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</header>
<main>
<section class="py-5 text-center container">
<div class="row py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">My Portfolio</h1>
<p class="lead text-muted">
Something short and leading about the collection below -- its
contents, technologies, etc. Make it short and sweet, but not too
short so folks don't simply skip over it entirely.
</p>
<p>
<a href="#" class="btn btn-info my-2">Main call to action</a>
<a href="#" class="btn btn-warning my-2">Secondary action</a>
</p>
</div>
</div>
</section>
<div class="album py-5 bg-light">
<div class="container">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card border-info shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
role="img"
>
<rect width="100%" height="100%" fill="#55595c" />
</svg>
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Iste libero, odio natus ut vitae, labore suscipit deleniti
voluptatum fugiat explicabo voluptatem unde hic? Nemo
temporibus animi deleniti id reiciendis cupiditate!
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-info">
View Demo
</button>
<button
type="button"
class="btn btn-sm btn-outline-warning"
>
Git Repo
</button>
</div>
<small class="text-muted">Bootstrap</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card border-info shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
role="img"
>
<rect width="100%" height="100%" fill="#55595c" />
</svg>
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Magnam error culpa dicta necessitatibus voluptatum aliquam
sapiente iste ratione impedit, nostrum voluptates atque amet
id quas esse vero. Reprehenderit, cumque facilis!
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-info">
View Demo
</button>
<button
type="button"
class="btn btn-sm btn-outline-warning"
>
Git Repo
</button>
</div>
<small class="text-muted">JavaScript</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card border-info shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
role="img"
>
<rect width="100%" height="100%" fill="#55595c" />
</svg>
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Animi est dicta officia? Quod mollitia animi, consectetur
voluptate provident vitae illum nostrum minima quos. Iure
rerum, perspiciatis corporis quia earum necessitatibus.
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-info">
View Demo
</button>
<button
type="button"
class="btn btn-sm btn-outline-warning"
>
Git Repo
</button>
</div>
<small class="text-muted">React</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card border-info shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
role="img"
>
<rect width="100%" height="100%" fill="#55595c" />
</svg>
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Porro quibusdam dignissimos eum consectetur reiciendis. Eos
adipisci animi quam officiis voluptatem sint, quis modi
libero, consequuntur fuga hic officia vitae laboriosam?
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-info">
View Demo
</button>
<button
type="button"
class="btn btn-sm btn-outline-warning"
>
Git Repo
</button>
</div>
<small class="text-muted">React Native</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card border-info shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
role="img"
>
<rect width="100%" height="100%" fill="#55595c" />
</svg>
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Vitae enim labore sint explicabo repudiandae quod totam
magni blanditiis, harum laboriosam necessitatibus? Soluta
nulla est perferendis rerum in voluptatibus quo nihil.
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-info">
View Demo
</button>
<button
type="button"
class="btn btn-sm btn-outline-warning"
>
Git Repo
</button>
</div>
<small class="text-muted">Node</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card border-info shadow-sm">
<svg
class="bd-placeholder-img card-img-top"
width="100%"
height="225"
role="img"
>
<rect width="100%" height="100%" fill="#55595c" />
</svg>
<div class="card-body">
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Laboriosam odit, dicta fuga suscipit amet consectetur
adipisicing voluptatum voluptatibus ea accusantium debitis
totam nisi atque quos quia error iure nam laborum ad
excepturi. Vero.
</p>
<div
class="d-flex justify-content-between align-items-center"
>
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-info">
View Demo
</button>
<button
type="button"
class="btn btn-sm btn-outline-warning"
>
Git Repo
</button>
</div>
<small class="text-muted">Python</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="text-muted py-5">
<div class="container">
<p class="float-end mb-1">
<a href="#">Back to top</a>
</p>
<p class="mb-1">
This sample code was modified from a template that is ©
Bootstrap.
</p>
</div>
</footer>
<!-- Add the Bootstrap script link here -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
</body>
</html>