diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-11-25 21:12:59 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-11-25 21:12:59 -0600 |
commit | ea26acf949349dbc2b2b5962ab66c8aaaf580f2f (patch) | |
tree | 42d6a352084664ac505138d86a118659e05cec81 /public/birthday-hill/index.html | |
parent | eab7cac3cab9dc702d81d5ff3fb9fb322047e898 (diff) |
birthday-hill
Diffstat (limited to 'public/birthday-hill/index.html')
-rw-r--r-- | public/birthday-hill/index.html | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/public/birthday-hill/index.html b/public/birthday-hill/index.html new file mode 100644 index 0000000..9ad1220 --- /dev/null +++ b/public/birthday-hill/index.html @@ -0,0 +1,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> |