-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPhotos.html
47 lines (33 loc) · 1.43 KB
/
Photos.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
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Photos by Jean Tessier</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-32X4EF7YLE"></script>
<script type="text/javascript" src="google_analytics.js"></script>
</head>
<body>
<div class="contents">
<h1>Photos by Jean Tessier</h1>
<div class="portrait">
<img src="images/JeanHomeOffice.jpg" alt="Portrait of Jean Tessier / Portrait de Jean Tessier">
</div>
<div class="main-text">
<div class="wide">I used to post most of my pictures on the now defunct Google+. For a while, I
also posted them on <a href="http://flickr.com/photos/jeantessier/">Flickr</a>.</div>
<div class="wide">I used to maintain dedicated pages for the kids, but maintenance got the best
of me. All the pictures are now on Flickr, but the old pages are still up:</div>
<div class="wide">
<ul>
<li><a href="Wedding/index.html">my wedding</a></li>
<li><a href="https://clovis.jeantessier.com/">Clovis</a></li>
<li><a href="https://marianne.jeantessier.com/">Marianne</a></li>
<li><a href="https://vincent.jeantessier.com/">Vincent</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>