website/templates/art.html.tera

31 lines
1.7 KiB
Plaintext

{% extends "nav" %}
{% block content %}
<h2>Art</h2>
<div class="flex-grid">
<img class="col" alt="Line drawing of an aloe plant in black ink on white paper" src="art/aloe.jpg" title="Aloe plant" />
<img class="col" alt="Line drawing of an American kestrel in black ink on white paper" src="art/kestrel.jpg" title="American kestrel" />
<img class="col" alt="Line drawing of a black oval surrounded by two rings of glyphs in black ink on white paper" src="art/obsidian_artifact.jpg" title="Obsidian Artifact" />
</div>
<div class="flex-grid">
<img class="col" alt="Stylised line drawing of a mountain with a teardrop-shaped symbol above it, with mountains and clouds in the background, in black ink on white paper" src="art/mystic_mountain.jpg" title="Mystic Mountain" />
<img class="col" src="art/cordyceps_ant.jpg" title="Ophiocordyceps unilateralis on ant host" />
<img class="col" src="art/halo.svg" title="Halo" />
</div>
<div class="flex-grid">
<img class="col" src="art/death_is_not_the_end.jpg" title="Death is not the End" />
<img class="col" src="art/ring_monk.jpg" title="Ring" />
<img class="col" src="art/shakuhachi.jpg" title="Mindless" />
</div>
<div class="flex-grid">
<img class="col" src="art/pitcher_plant.jpg" title="Bait" />
<img class="col" src="art/birch_polypore.jpg" title="Freeze" />
<img class="col" src="art/wasp.jpg" title="Build" />
</div>
<div class="flex-grid">
<img class="col" src="art/enchanted_gano.jpg" title="Enchanted" />
<img class="col" src="art/physalis.jpg" title="Frail" />
<img class="col" src="art/hyphal_fusion.svg" title="Hyphal Fusion" />
</div>
<hr>
{%- endblock %}