summaryrefslogtreecommitdiffhomepage
path: root/templates/coins_designs_nl.templ
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-09 11:30:15 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-09 11:30:15 +0200
commitdef6431d97bcd33b139a343d2e91c7c07d65d6f1 (patch)
tree6f3cd101b24a65c8aa25b7499451d9dfed4c55a3 /templates/coins_designs_nl.templ
parent6976577db822885a9af1c6d39412fb9ef765ddc9 (diff)
Redesign the /coins/designs/nl page
Diffstat (limited to 'templates/coins_designs_nl.templ')
-rw-r--r--templates/coins_designs_nl.templ25
1 files changed, 10 insertions, 15 deletions
diff --git a/templates/coins_designs_nl.templ b/templates/coins_designs_nl.templ
index 6689e15..d0d82da 100644
--- a/templates/coins_designs_nl.templ
+++ b/templates/coins_designs_nl.templ
@@ -9,40 +9,35 @@ templ CoinsDesignsNl() {
<h1>{ p.T("Dutch Euro Coin Designs") }</h1>
</header>
<main>
- <p>
- { p.T("From 1999 to 2013, all Dutch denominations bore a portrait of Queen Beatrix of the Netherlands. Beginning in 2014 following her abdication, the coins began to bear the portrait of her son King Willem-Alexander.") }
- </p>
- <h2>{ p.T("1-, 2-, 5-, 10-, 20- and 50 Euro Cent Coins") }</h2>
<div class="design-container">
<img
src="/designs/nl-050-beatrix.png"
- alt="Netherlands Queen Beatrix 50 Euro Cent Coin"
+ alt="Netherlands Queen Beatrix €0.50 Coin"
/>
<img
src="/designs/nl-050-willem-alexander.png"
- alt="Netherlands King Willem-Alexander 50 Euro Cent Coin"
+ alt="Netherlands King Willem-Alexander €0.50 Coin"
/>
</div>
- <p>
- { p.T("All the denominations under a euro bear the same design. The coins featuring Queen Beatrix have a small portrait surrounded by various dots and the 12 stars of Europe. In the coins featuring King Willem-Alexander the stars were moved farther out and the dots removed to allow for a larger and more detailed portrait. The coins featuring King Willem-Alexander also feature the text ‘Willem-Alexander — Koning der Nederlanden’ (‘Willem-Alexander — King of the Netherlands’).") }
- </p>
- <h2>{ p.T("1- and 2 Euro Coins") }</h2>
<div class="design-container">
<img
src="/designs/nl-100-beatrix.png"
- alt="Netherlands Queen Beatrix 1 Euro Coin"
+ alt="Netherlands Queen Beatrix €1 Coin"
/>
<img
src="/designs/nl-100-willem-alexander.png"
- alt="Netherlands King Willem-Alexander 1 Euro Coin"
+ alt="Netherlands King Willem-Alexander €1 Coin"
/>
</div>
<p>
- { p.T("The 1- and 2 Euro designs have more detailed portraits than the cent coins but follow the same general theme. The coins featuring King Willem-Alexander includes the same text as the cent coins while the coins featuring Queen Beatrix now feature the text ‘BEATRIX — KONINGIN DER NEDERLANDEN’ (‘BEATRIX — QUEEN OF THE NETHERLANDS’).") }
+ { p.T("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 dating back to the earliest coins of the Kingdom of the Netherlands.") }
+ </p>
+ <p>
+ { p.T("Coins featuring both monarchs contain text reading ‘BEATRIX KONINGIN DER NEDERLANDEN’ (‘BEATRIX QUEEN OF THE NETHERLANDS’) and ‘Willem-Alexander Koning der Nederlanden’ (‘Willem-Alexander King of the Netherlands’) respectively.") }
</p>
<p>
- <!-- TODO: Link to ‘relief’ in the Jargon page! -->
- { p.T("The coins featuring King Willem-Alexander are minted with very low-relief in comparison to the coins featuring Queen Beatrix. As a result these coins often look very worn after little time in circulation.") }
+ <!-- TODO: Link to the relief description in the Jargon page -->
+ { p.T("The €1 and €2 coins featuring King Willem-Alexander were minted with a much lower relief than most euro coins of the same denomination. As a result it is not uncommon for these coins to appear worn after little use in circulation.") }
</p>
</main>
}