diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-11-08 23:14:24 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-11-08 23:14:24 +0100 |
| commit | c61d7f22a55698265e9c0994c3c376e2ef55b94f (patch) | |
| tree | 245598cd60191c963fcd42d9d615442afe0980d4 /src | |
| parent | 82687ee535a2ba556f9d91468f2096b37b28c5d9 (diff) | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/templates/coins-designs-fr.html.tmpl | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/src/templates/coins-designs-fr.html.tmpl b/src/templates/coins-designs-fr.html.tmpl new file mode 100644 index 0000000..ee3e392 --- /dev/null +++ b/src/templates/coins-designs-fr.html.tmpl @@ -0,0 +1,67 @@ +{{ define "header" }} +{{ template "header-navbar" . }} +{{ end }} + +{{ define "content" }} +<header class="container"> + {{ template "navbar" . }} + <h1>{{ .Get "French Euro Coin Designs" }}</h1> +</header> +<main class="container"> + {{ $frargs := (map "FrenchStart" `<span lang="fr"><em>` "FrenchEnd" "em,span") }} + <figure> + <div class="design-container"> + <img alt="{{ .Get `French series 1 €0.01 coin` }}" src="/designs/fr-001-1.avif" /> + </div> + <figcaption> + {{ .Get "French 1c, 2c and 5c coins (since 1999)" }} + </figcaption> + </figure> + <p> + {{ .Get "The 1c, 2c and 5c coins were designed by Fabienne Courtiade, an engraver from the Paris Mint, and feature the face of {Link:L}Marianne{-:E}. To the right of her face are the stylised letters ‘RF’, an abbreviation for ‘{FrenchStart:r}République française{FrenchEnd:E}’ (English: ‘French Republic’)." + (map "Link" (.Printer.Wikipedia "Marianne")) $frargs }} + </p> + + <figure> + <div class="design-container"> + <img alt="{{ .Get `French series 1 €0.50 coin` }}" src="/designs/fr-050-1.avif" /> + </div> + <figcaption> + {{ .Get "French 10c, 20c and 50c coins (1999–2023)" }} + </figcaption> + </figure> + <figure> + <div class="design-container"> + <img alt="{{ .Get `French series 2 €0.10 coin` }}" src="/designs/fr-010-2.avif" /> + <img alt="{{ .Get `French series 2 €0.20 coin` }}" src="/designs/fr-020-2.avif" /> + <img alt="{{ .Get `French series 2 €0.50 coin` }}" src="/designs/fr-050-2.avif" /> + </div> + <figcaption> + {{ .Get "French 10c, 20c and 50c coins (since 2024)" }} + </figcaption> + </figure> + <p> + {{ .Get "The original 10c, 20c and 50c coins were designed by Laurent Jorlo and depict {LinkS:L}the Sower{-:E} (French: ‘{FrenchStart:r}La Semeuse{FrenchEnd:E}’) – a design carried over from the former {LinkF:L}French franc{-:E} – set within a motif of the French flag. Beginning in 2024, the 10c, 20c and 50c coins were each given their own similar, yet unique redesigns. The new designs by Joaquin Jimenez once again feature the Sower within a motif of the French flag, but relegated to a less prominent position with the center of the coins being occupied by the portraits of frenchwomen {LinkSV:L}Simone Veil{-:E}, {LinkJB:L}Josephine Baker{-:E} and {LinkMSC:L}Marie Skłodowska-Curie{-:E} respectively. The name of each respective frenchwoman is written down the middle of each portrait. All designs feature the letters ‘RF’ to the right of the Sower." + (map "LinkS" (.Printer.Wikipedia "La Semeuse") + "LinkF" (.Printer.Wikipedia "French franc") + "LinkSV" (.Printer.Wikipedia "Simone Veil") + "LinkJB" (.Printer.Wikipedia "Josephine Baker") + "LinkMSC" (.Printer.Wikipedia "Marie Curie")) + $frargs }} + </p> + + <figure> + <div class="design-container"> + <img alt="{{ .Get `French series 1 €1.00 coin` }}" src="/designs/fr-100-1.avif" /> + <img alt="{{ .Get `French series 2 €2.00 coin` }}" src="/designs/fr-200-2.avif" /> + </div> + <figcaption> + {{ .Get "French €1 and €2 coins (1999–2021, 2022–today)" }} + </figcaption> + </figure> + <p> + {{ .Get "The original €1 and €2 coins designed by Joaquin Jimenez feature a tree representing the {Link:L}tree of life{-:E} encircled by a hexagon and the text ‘{FrenchStart:r}LIBERTÉ, EGALITÉ, FRATERNITÉ{FrenchEnd:E}’ (English: ‘LIBERTY, EGALITY, FRATERNITY’), the motto of the French republic. The letters ‘RF’ appear on either side of the trunk of the tree. Beginning in 2022 the coins were redesigned, but kept the same fundamental design. The letters ‘RF’ were moved to the bottom of the coins and the motto of the French republic was placed within the tree." + (map "Link" (.Printer.Wikipedia "Tree of life")) $frargs }} + </p> +</main> +{{ end }} |