aboutsummaryrefslogtreecommitdiff
path: root/html/blog
diff options
context:
space:
mode:
Diffstat (limited to 'html/blog')
-rw-r--r--html/blog/2025-04-17+Death_of_the_Albatross+art+poetry.tmpl.html12
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 }}