summaryrefslogtreecommitdiff
path: root/public/birthday-hill/index.html
blob: 9ad12207db0bc25c5f7279160e7120d8be4bd95b (plain)
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
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" name="viewport" content="width=80ch">
  <title>Birthday Hill</title>
  <link rel="stylesheet" href="../style.css">
</head>
<body>

<h1><a href="http://blaise.zone">blaise</a>-<a href="../">memories</a>/birthday-hill</h1>
<hr>

<figure>
  <img src="./campsite.jpg">
  <figcpation>David, Nancy, and Karaby have breakfast at their campsite in yellowstone lake.</figcaption>
</figure>

<figure>
  <img src="./yellowstone-lake.jpg">
  <figcpation>Blaise poses in front of yellowstone lake.</figcaption>
</figure>

<figure>
  <img src="./start.jpg">
  <figcpation>Nancy and David begin hiking.</figcaption>
</figure>

<figure>
  <img src="./corn.jpg">
  <figcpation>Nancy stands on the corn trail.</figcaption>
</figure>

<figure>
  <img src="./fields.jpg">
  <figcpation>The trail crosses across a field.</figcaption>
</figure>

<figure>
  <img src="./blaze.jpg">
  <figcpation>A yellow blaze: the Ice Age Trail.</figcaption>
</figure>

<figure>
  <img src="./nancy-grass.jpg">
  <figcpation>Nancy walks through the tall grass.</figcaption>
</figure>

<figure>
  <img src="./blaise-grass.jpg">
  <figcpation>Blaise poses in the tall grass.</figcaption>
</figure>

<figure>
  <img src="./yellow-flowers.jpg">
  <figcpation>Yellow flowers.</figcaption>
</figure>

<figure>
  <img src="./purple-flower.jpg">
  <figcpation>Purple flowers.</figcaption>
</figure>

<figure>
  <img src="./foliage.jpg">
  <figcpation>October foliage.</figcaption>
</figure>

<figure>
  <img src="./birthday-hill.jpg">
  <figcpation>Camping at Birthday Hill.</figcaption>
</figure>

<figure>
  <img src="./dinner.jpg">
  <figcpation>Dinner.</figcaption>
</figure>

<figure>
  <img src="./tent.jpg">
  <figcpation>Blaise's tent.</figcaption>
</figure>

<hr>
<p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright
</p>

</body>
</html>