aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-11-06 01:56:55 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-11-06 01:56:55 +0100
commita47ac6647cfe5a7ff079234042576589e23ae8ef (patch)
tree97a76a67f50eef97e2fe586a0d864107442bc809
parentd5c73db823ecfd433c9061cec10cad968add14c4 (diff)
Add Finnish designs
-rw-r--r--src/templates/coins-designs-fi.html.tmpl32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/templates/coins-designs-fi.html.tmpl b/src/templates/coins-designs-fi.html.tmpl
new file mode 100644
index 0000000..3bbe238
--- /dev/null
+++ b/src/templates/coins-designs-fi.html.tmpl
@@ -0,0 +1,32 @@
+{{ define "header" }}
+{{ template "header-navbar" . }}
+{{ end }}
+
+{{ define "content" }}
+<header class="container">
+ {{ template "navbar" . }}
+ <h1>{{ .Get "Finnish Euro Coin Designs" }}</h1>
+</header>
+<main class="container">
+ <div class="design-container">
+ <img alt="{{ .Get `Finnish €0.01 coin` }}" src="/designs/fi-001-1.avif" />
+ <img alt="{{ .Get `Finnish €1.00 coin` }}" src="/designs/fi-100-1.avif" />
+ <img alt="{{ .Get `Finnish €2.00 coin` }}" src="/designs/fi-200-1.avif" />
+ </div>
+ <p>
+ {{ .Get "The Finnish euro coins feature 3 different designs: one for the cents, one for the €1 coin and one for the €2 coin. All coins minted between 1999–2006 bear the mintmaster mark ‘M’ for Raimo Makkonen. From 2007 onwards, the mintmaster mark was replaced with the logo of the Mint of Finland and the Finnish country code (‘FI’) was added." }}
+ </p>
+ <p>
+ {{ .Get "The cent coins feature the Finnish heraldic lion that can be found on the {Link:L}Finnish coat of arms{-:E}. It was also found on various Finnish Mark coins from 1921–2001."
+ (map "Link" (.Printer.Wikipedia "Coat of arms of Finland")) }}
+ </p>
+ <p>
+ {{ .Get "The €1 coin features two {Link:L}Whooper swans{-:E} – the national bird of Finland – flying over a Finnish landscape. The coin was designed by Pertti Mäkinen as part of a design contest for a commemorative coin design in 1997 to celebrate the 80th anniversary of Finnish independence."
+ (map "Link" (.Printer.Wikipedia "Whooper swan")) }}
+ </p>
+ <p>
+ <!-- Citation for the design contest: https://coinsinfo.wixsite.com/euro/finland -->
+ {{ .Get "The €2 coin was designed by Raimo Heino and features a motif of cloudberries and cloudberry flowers. This design was made as part of a design contest hosted in 1988." }}
+ </p>
+</main>
+{{ end }}