aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-nl.html.tmpl
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-11-08 23:14:14 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-11-08 23:14:14 +0100
commit82687ee535a2ba556f9d91468f2096b37b28c5d9 (patch)
treea0e9304f4d863ddcffa7cf52a876cf00b9e3a787 /src/templates/coins-designs-nl.html.tmpl
parent883d19afa11056f5bcc5d9d04a6239274450ae33 (diff)
Do some minor restyling of coin design pages
Diffstat (limited to 'src/templates/coins-designs-nl.html.tmpl')
-rw-r--r--src/templates/coins-designs-nl.html.tmpl50
1 files changed, 30 insertions, 20 deletions
diff --git a/src/templates/coins-designs-nl.html.tmpl b/src/templates/coins-designs-nl.html.tmpl
index 0f50b00..42008b1 100644
--- a/src/templates/coins-designs-nl.html.tmpl
+++ b/src/templates/coins-designs-nl.html.tmpl
@@ -9,26 +9,36 @@
</header>
<main class="container">
{{ $nlargs := (map "DutchStart" `<span lang="nl"><em>` "DutchEnd" "em,span") }}
- <div class="design-container">
- <img
- alt="Dutch €0.50 coin (Queen Beatrix)"
- src="/designs/nl-050-1.avif"
- />
- <img
- alt="Dutch €0.50 coin (King Willem-Alexander)"
- src="/designs/nl-050-2.avif"
- />
- </div>
- <div class="design-container">
- <img
- alt="Dutch €1 coin (Queen Beatrix)"
- src="/designs/nl-100-1.avif"
- />
- <img
- alt="Dutch €1 coin (King Willem-Alexander)"
- src="/designs/nl-100-2.avif"
- />
- </div>
+ <figure>
+ <div class="design-container">
+ <img
+ alt="Dutch €0.50 coin (Queen Beatrix)"
+ src="/designs/nl-050-1.avif"
+ />
+ <img
+ alt="Dutch €1 coin (Queen Beatrix)"
+ src="/designs/nl-100-1.avif"
+ />
+ </div>
+ <figcaption>
+ {{ .Get "Dutch coins (1999–2013)" }}
+ </figcaption>
+ </figure>
+ <figure>
+ <div class="design-container">
+ <img
+ alt="Dutch €0.50 coin (King Willem-Alexander)"
+ src="/designs/nl-050-2.avif"
+ />
+ <img
+ alt="Dutch €1 coin (King Willem-Alexander)"
+ src="/designs/nl-100-2.avif"
+ />
+ </div>
+ <figcaption>
+ {{ .Get "Dutch coins (since 2014)" }}
+ </figcaption>
+ </figure>
<p>
{{ .Get "From the years 1999–2013 all Dutch euro coins featured the portrait of Queen Beatrix of the Netherlands. After her abdication from the throne in 2013 the designs of all denominations were changed to feature the portrait of the new King Willem-Alexander. After her abdication the direction in which the monarchs portrait faced was flipped; a tradition shared by the coins of many monarchies around the world." }}
</p>