-
Notifications
You must be signed in to change notification settings - Fork 0
/
photos2008.html
35 lines (32 loc) · 1.26 KB
/
photos2008.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
---
layout: default
title: Photos 2008
---
<div class="container">
<div class="row text-center">
<p>Click the photos to jump down to the next one</p>
</div>
<div class="row justify-content-md-center" id="ben">
<div class="col text-center">
<br><br>
<p class="text-center"><strong>Ben</strong></p>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col"></div>
<div class="col d-flex justify-content-center text-center">
<a href="#"><img src="photos2008/ben_2008.jpg" alt="Ben"></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/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
</body>
</html>