@@ -86,7 +86,7 @@ <h1 class="display-4">Mia Smith</h1>
86
86
<!-- Home -->
87
87
< section id ="home " class ="collapse show ">
88
88
< div class ="card card-body bg-primary text-white py-5 ">
89
- < h2 > Welcome to my page </ h2 >
89
+ < h2 > Welcome To My Page </ h2 >
90
90
< p class ="lead ">
91
91
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Consectetur, quam!
92
92
</ p >
@@ -125,7 +125,7 @@ <h4>Python</h4>
125
125
<!-- Resume -->
126
126
< section id ="resume " class ="collapse ">
127
127
< div class ="card card-body bg-success text-white py-5 ">
128
- < h2 > My resume </ h2 >
128
+ < h2 > My Resume </ h2 >
129
129
< p class ="lead ">
130
130
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Consectetur, quam!
131
131
</ p >
@@ -200,6 +200,83 @@ <h6 class="text-muted">Dates: 2011 - 2015</h6>
200
200
</ div >
201
201
</ section >
202
202
203
+ <!-- Work -->
204
+ < section id ="work " class ="collapse ">
205
+ < div class ="card card-body bg-warning text-white py-5 ">
206
+ < h2 > My Work</ h2 >
207
+ < p class ="lead ">
208
+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Consectetur, quam!
209
+ </ p >
210
+ </ div >
211
+
212
+ < div class ="card card-body py-5 ">
213
+ < h3 > What Habe I built?</ h3 >
214
+ < p > Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nam soluta nesciunt similique
215
+ eaque reiciendis libero?</ p >
216
+ < div class ="row row-cols-4 g-0 ">
217
+ < div class ="col ">
218
+ < a href ="https://unsplash.it/1200/768.jpg?image=250 " data-toggle ="lightbox "
219
+ data-gallery ="example-gallery ">
220
+ < img src ="https://unsplash.it/600.jpg?image=250 " alt ="image-lightbox-1 "
221
+ class ="img-fluid ">
222
+ </ a >
223
+ </ div >
224
+ < div class ="col ">
225
+ < a href ="https://unsplash.it/1200/768.jpg?image=249 " data-toggle ="lightbox "
226
+ data-gallery ="example-gallery ">
227
+ < img src ="https://unsplash.it/600.jpg?image=249 " alt ="image-lightbox-2 "
228
+ class ="img-fluid ">
229
+ </ a >
230
+ </ div >
231
+ < div class ="col ">
232
+ < a href ="https://unsplash.it/1200/768.jpg?image=248 " data-toggle ="lightbox "
233
+ data-gallery ="example-gallery ">
234
+ < img src ="https://unsplash.it/600.jpg?image=248 " alt ="image-lightbox-3 "
235
+ class ="img-fluid ">
236
+ </ a >
237
+ </ div >
238
+ < div class ="col ">
239
+ < a href ="https://unsplash.it/1200/768.jpg?image=247 " data-toggle ="lightbox "
240
+ data-gallery ="example-gallery ">
241
+ < img src ="https://unsplash.it/600.jpg?image=247 " alt ="image-lightbox-4 "
242
+ class ="img-fluid ">
243
+ </ a >
244
+ </ div >
245
+ </ div >
246
+
247
+ < div class ="row row-cols-4 g-0 ">
248
+ < div class ="col ">
249
+ < a href ="https://unsplash.it/1200/768.jpg?image=232 " data-toggle ="lightbox "
250
+ data-gallery ="example-gallery ">
251
+ < img src ="https://unsplash.it/600.jpg?image=232 " alt ="image-lightbox-5 "
252
+ class ="img-fluid ">
253
+ </ a >
254
+ </ div >
255
+ < div class ="col ">
256
+ < a href ="https://unsplash.it/1200/768.jpg?image=233 " data-toggle ="lightbox "
257
+ data-gallery ="example-gallery ">
258
+ < img src ="https://unsplash.it/600.jpg?image=233 " alt ="image-lightbox-6 "
259
+ class ="img-fluid ">
260
+ </ a >
261
+ </ div >
262
+ < div class ="col ">
263
+ < a href ="https://unsplash.it/1200/768.jpg?image=234 " data-toggle ="lightbox "
264
+ data-gallery ="example-gallery ">
265
+ < img src ="https://unsplash.it/600.jpg?image=234 " alt ="image-lightbox-7 "
266
+ class ="img-fluid ">
267
+ </ a >
268
+ </ div >
269
+ < div class ="col ">
270
+ < a href ="https://unsplash.it/1200/768.jpg?image=235 " data-toggle ="lightbox "
271
+ data-gallery ="example-gallery ">
272
+ < img src ="https://unsplash.it/600.jpg?image=235 " alt ="image-lightbox-8 "
273
+ class ="img-fluid ">
274
+ </ a >
275
+ </ div >
276
+ </ div >
277
+ </ div >
278
+ </ section >
279
+
203
280
< footer id ="footer " class ="p-5 bg-dark text-white ">
204
281
< div class ="row ">
205
282
< div class ="col-md-6 ">
@@ -218,6 +295,7 @@ <h6 class="text-muted">Dates: 2011 - 2015</h6>
218
295
integrity ="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p "
219
296
crossorigin ="anonymous ">
220
297
</ script >
298
+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/index.bundle.min.js "
> </ script >
221
299
< script >
222
300
$ ( '.port-item' ) . click ( function ( ) {
223
301
$ ( '.collapse' ) . collapse ( 'hide' )
0 commit comments