-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcaleb.html
37 lines (34 loc) · 1.36 KB
/
caleb.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
---
layout: default
title: Caleb
description: Caleb Andrew, born 7th January 2016
---
<div class="container">
<div class="row text-center">
<h1 class="display-6 text-center">Caleb Andrew, born 7th January 2016</h1>
<p>Click the photos to jump down to the next one</p>
</div>
<div class="row justify-content-md-center">
<div class="col text-center">
<p></p>
<p>7th Jan '16: <strong>welcome to the world</strong></p>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col"></div>
<div class="col d-flex justify-content-center">
<a href="#caleb2"><img src="caleb/caleb.jpg"></a>
</div>
<div class="col"></div>
</div>
<div class="row justify-content-md-center">
<div class="col text-center">
<br><br>
<p class="text-center"><a href="#">Back to the top</a></p>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
</body>
</html>