aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2025-04-17+Death_of_the_Albatross+art+poetry.tmpl.html
blob: 1c032dcfae8453811db8f4a033faf9da03370f55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 }}