diff options
18 files changed, 152 insertions, 15 deletions
diff --git a/public/birthday-hill/birthday-hill.jpg b/public/birthday-hill/birthday-hill.jpg Binary files differnew file mode 100644 index 0000000..f68963b --- /dev/null +++ b/public/birthday-hill/birthday-hill.jpg diff --git a/public/birthday-hill/blaise-grass.jpg b/public/birthday-hill/blaise-grass.jpg Binary files differnew file mode 100644 index 0000000..372effc --- /dev/null +++ b/public/birthday-hill/blaise-grass.jpg diff --git a/public/birthday-hill/blaze.jpg b/public/birthday-hill/blaze.jpg Binary files differnew file mode 100644 index 0000000..a51eb5b --- /dev/null +++ b/public/birthday-hill/blaze.jpg diff --git a/public/birthday-hill/campsite.jpg b/public/birthday-hill/campsite.jpg Binary files differnew file mode 100644 index 0000000..b1e4b2d --- /dev/null +++ b/public/birthday-hill/campsite.jpg diff --git a/public/birthday-hill/corn.jpg b/public/birthday-hill/corn.jpg Binary files differnew file mode 100644 index 0000000..b04daee --- /dev/null +++ b/public/birthday-hill/corn.jpg diff --git a/public/birthday-hill/dinner.jpg b/public/birthday-hill/dinner.jpg Binary files differnew file mode 100644 index 0000000..7d4b63b --- /dev/null +++ b/public/birthday-hill/dinner.jpg diff --git a/public/birthday-hill/fields.jpg b/public/birthday-hill/fields.jpg Binary files differnew file mode 100644 index 0000000..da35da1 --- /dev/null +++ b/public/birthday-hill/fields.jpg diff --git a/public/birthday-hill/foliage.jpg b/public/birthday-hill/foliage.jpg Binary files differnew file mode 100644 index 0000000..982bda8 --- /dev/null +++ b/public/birthday-hill/foliage.jpg 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> diff --git a/public/birthday-hill/nancy-grass.jpg b/public/birthday-hill/nancy-grass.jpg Binary files differnew file mode 100644 index 0000000..51c41ca --- /dev/null +++ b/public/birthday-hill/nancy-grass.jpg diff --git a/public/birthday-hill/purple-flower.jpg b/public/birthday-hill/purple-flower.jpg Binary files differnew file mode 100644 index 0000000..dd89b61 --- /dev/null +++ b/public/birthday-hill/purple-flower.jpg diff --git a/public/birthday-hill/start.jpg b/public/birthday-hill/start.jpg Binary files differnew file mode 100644 index 0000000..7f94e13 --- /dev/null +++ b/public/birthday-hill/start.jpg diff --git a/public/birthday-hill/style.css b/public/birthday-hill/style.css new file mode 100644 index 0000000..4903d2f --- /dev/null +++ b/public/birthday-hill/style.css @@ -0,0 +1,58 @@ +a { + text-decoration: none; + color: #81a2be; +} + +body { + font-family: 'DejaVu Sans Mono', monospace; + margin: 40px auto; + min-width: 80ch; + max-width: 80ch; + line-height: 1.5; + font-size: 16px; + background-color: #1d1f21; + color: #c5c8c6; + padding: 0 10px; + text-align: left; + overflow-y: scroll; +} + +hr { + display: block; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-left: auto; + margin-right: auto; + border-style: inset; + border-width: 1px; +} + +table, th, td { + border: 1px solid #969896; + border-collapse: collapse; +} + +th, td { + padding: 5px; +} + +.center { + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; +} + +figure { + width: 100%; + margin: 0px auto; + margin-bottom: 1em; +} + +audio { + width: 100%; +} + +img { + width: 100%; +} diff --git a/public/birthday-hill/tent.jpg b/public/birthday-hill/tent.jpg Binary files differnew file mode 100644 index 0000000..a3b5da9 --- /dev/null +++ b/public/birthday-hill/tent.jpg diff --git a/public/birthday-hill/yellow-flowers.jpg b/public/birthday-hill/yellow-flowers.jpg Binary files differnew file mode 100644 index 0000000..ead7edd --- /dev/null +++ b/public/birthday-hill/yellow-flowers.jpg diff --git a/public/birthday-hill/yellowstone-lake.jpg b/public/birthday-hill/yellowstone-lake.jpg Binary files differnew file mode 100644 index 0000000..9b3967f --- /dev/null +++ b/public/birthday-hill/yellowstone-lake.jpg diff --git a/public/index.html b/public/index.html index 861cb69..1584508 100644 --- a/public/index.html +++ b/public/index.html @@ -42,6 +42,11 @@ <td><a href="./nancy-thompson-letters/">Nancy Thompson letters</a></td> </tr> <tr> + <td>2020-10-16</td> + <td>2020-10-19</td> + <td><a href="./birthday-hill/">camping on Birthday Hill</a></td> + </tr> + <tr> <td>2019-09-13</td> <td>2019-09-28</td> <td><a href="./armenian-heritage-trip/">Armenian heritage trip</a></td> diff --git a/public/template.html b/public/template.html deleted file mode 100644 index 1f65e4c..0000000 --- a/public/template.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<meta name="viewport" content="width=80ch, initial-scale=1.0, user-scalable=no"> -<html> -<head> - <meta charset="utf-8"> - <title>TITLE</title> - <link rel="stylesheet" href="style.css"> -</head> -<body> - -<h1>TITLE</h1> - - -</body> -</html> |