diff options
author | Alex Scerba <alex@scerba.org> | 2025-04-20 23:19:51 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-04-20 23:19:51 -0400 |
commit | fcd3aee5f90aebf2c5471aaeb88e39e8ff39b785 (patch) | |
tree | da2b7837753b073a8883322f30c80653002ee30c /html/blog | |
parent | be35f8291ec9b72db92c88071e77e949d68008b5 (diff) |
Add death of the albatross post
Diffstat (limited to 'html/blog')
-rw-r--r-- | html/blog/2025-04-17+Death_of_the_Albatross+art+poetry.tmpl.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/html/blog/2025-04-17+Death_of_the_Albatross+art+poetry.tmpl.html b/html/blog/2025-04-17+Death_of_the_Albatross+art+poetry.tmpl.html new file mode 100644 index 0000000..1c032dc --- /dev/null +++ b/html/blog/2025-04-17+Death_of_the_Albatross+art+poetry.tmpl.html @@ -0,0 +1,12 @@ +{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>For my poetry final, we had an option to turn in a creative work instead of a final paper. For it, I chose to depict a scene from "Rime of the Ancient Mariner" by Samuel Taylor Coleridge.</p>
+ <figure>
+ <img src="/static/media/death-of-the-albatross_1000.jpg" alt="Digital painting of albatross being shot with an arrow aboard a sailing ship." width="1000" height="647" />
+ <figcaption>The Death of the Albatross from "Rime of the Ancient Mariner."</figcaption>
+ </figure>
+ <p>It's quite rough, but it's given me a bit more confidence for my actual assignments and was a fun exercise.</p>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }}
|