diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/templates/coins-designs-ad.html.tmpl | 21 | ||||
| -rw-r--r-- | src/templates/coins-designs-at.html.tmpl | 43 | ||||
| -rw-r--r-- | src/templates/coins-designs-be.html.tmpl | 33 | ||||
| -rw-r--r-- | src/templates/coins-designs-cy.html.tmpl | 15 | ||||
| -rw-r--r-- | src/templates/coins-designs-de.html.tmpl | 15 | ||||
| -rw-r--r-- | src/templates/coins-designs-ee.html.tmpl | 17 | ||||
| -rw-r--r-- | src/templates/coins-designs-fi.html.tmpl | 15 | ||||
| -rw-r--r-- | src/templates/coins-designs-hr.html.tmpl | 21 | ||||
| -rw-r--r-- | src/templates/coins-designs-nl.html.tmpl | 50 |
9 files changed, 145 insertions, 85 deletions
diff --git a/src/templates/coins-designs-ad.html.tmpl b/src/templates/coins-designs-ad.html.tmpl index a38ebbf..aaefaca 100644 --- a/src/templates/coins-designs-ad.html.tmpl +++ b/src/templates/coins-designs-ad.html.tmpl @@ -8,14 +8,19 @@ <h1>{{ .Get "Andorran Euro Coin Designs" }}</h1> </header> <main class="container"> - <div class="design-container"> - <img alt="{{ .Get `Andorran €0.01 coin` }}" src="/designs/ad-001-1.avif" /> - <img alt="{{ .Get `Andorran €0.50 coin` }}" src="/designs/ad-050-1.avif" /> - </div> - <div class="design-container"> - <img alt="{{ .Get `Andorran €1 coin` }}" src="/designs/ad-100-1.avif" /> - <img alt="{{ .Get `Andorran €2 coin` }}" src="/designs/ad-200-1.avif" /> - </div> + <figure> + <div class="design-container"> + <img alt="{{ .Get `Andorran €0.01 coin` }}" src="/designs/ad-001-1.avif" /> + <img alt="{{ .Get `Andorran €0.50 coin` }}" src="/designs/ad-050-1.avif" /> + </div> + <div class="design-container"> + <img alt="{{ .Get `Andorran €1 coin` }}" src="/designs/ad-100-1.avif" /> + <img alt="{{ .Get `Andorran €2 coin` }}" src="/designs/ad-200-1.avif" /> + </div> + <figcaption> + {{ .Get "Andorran coins (since 2014)" }} + </figcaption> + </figure> <p> {{ .Get "On March of 2013 Andorra held a public design competition for all denominations except for the €2 denomination which the government pre-decided would bear the coat of arms of Andorra. Each set of denominations had a theme that participants had to center their designs around. These themes were:" }} </p> diff --git a/src/templates/coins-designs-at.html.tmpl b/src/templates/coins-designs-at.html.tmpl index 07c199a..c00daee 100644 --- a/src/templates/coins-designs-at.html.tmpl +++ b/src/templates/coins-designs-at.html.tmpl @@ -13,26 +13,41 @@ (map "Link" "gr") }} </p> - <div class="design-container"> - <img alt="{{ .Get `Austrian €0.01 coin` }}" src="/designs/at-001-1.avif"> - <img alt="{{ .Get `Austrian €0.02 coin` }}" src="/designs/at-002-1.avif"> - <img alt="{{ .Get `Austrian €0.05 coin` }}" src="/designs/at-005-1.avif"> - </div> + <figure> + <div class="design-container"> + <img alt="{{ .Get `Austrian €0.01 coin` }}" src="/designs/at-001-1.avif"> + <img alt="{{ .Get `Austrian €0.02 coin` }}" src="/designs/at-002-1.avif"> + <img alt="{{ .Get `Austrian €0.05 coin` }}" src="/designs/at-005-1.avif"> + </div> + <figcaption> + {{ .Get "Austrian 1c, 2c and 5c coins (since 2002)" }} + </figcaption> + </figure> <p> {{ .Get "The bronze coins feature the Alpine gentian, edelweiss and primrose respectively, and were chosen to symbolize the role that Austria played in the development of EU environmental policy." }} </p> - <div class="design-container"> - <img alt="{{ .Get `Austrian €0.10 coin` }}" src="/designs/at-010-1.avif"> - <img alt="{{ .Get `Austrian €0.20 coin` }}" src="/designs/at-020-1.avif"> - <img alt="{{ .Get `Austrian €0.50 coin` }}" src="/designs/at-050-1.avif"> - </div> + <figure> + <div class="design-container"> + <img alt="{{ .Get `Austrian €0.10 coin` }}" src="/designs/at-010-1.avif"> + <img alt="{{ .Get `Austrian €0.20 coin` }}" src="/designs/at-020-1.avif"> + <img alt="{{ .Get `Austrian €0.50 coin` }}" src="/designs/at-050-1.avif"> + </div> + <figcaption> + {{ .Get "Austrian 10c, 20c and 50c coins (since 2002)" }} + </figcaption> + </figure> <p> {{ .Get "The €0.10 coin features St. Stephen’s Cathedral. It symbolises the Viennese Gothic architectural style dating to around the year 1160. The €0.20 coin features Belvedere Palace. This is an example of Baroque architecture and symbolises the national freedom and sovereignty of Austria. Finally, the €0.50 coin features the Secession Building: an exhibition hall in the Art Nouveau style." }} </p> - <div class="design-container"> - <img alt="{{ .Get `Austrian €1 coin` }}" src="/designs/at-100-1.avif"> - <img alt="{{ .Get `Austrian €2 coin` }}" src="/designs/at-200-1.avif"> - </div> + <figure> + <div class="design-container"> + <img alt="{{ .Get `Austrian €1 coin` }}" src="/designs/at-100-1.avif"> + <img alt="{{ .Get `Austrian €2 coin` }}" src="/designs/at-200-1.avif"> + </div> + <figcaption> + {{ .Get "Austrian €1 and €2 coins (since 2002)" }} + </figcaption> + </figure> <p> {{ .Get "The two bimetallic coins feature the busts of the musical composer Wolfgang Amadeus Mozart on the €1 coin, and the Austrian pacifist and Nobel Peace Prize winner Bertha von Suttner on the €2 coin." }} </p> diff --git a/src/templates/coins-designs-be.html.tmpl b/src/templates/coins-designs-be.html.tmpl index babb76b..a1e7921 100644 --- a/src/templates/coins-designs-be.html.tmpl +++ b/src/templates/coins-designs-be.html.tmpl @@ -21,20 +21,25 @@ <h1>{{ .Get "Belgian Euro Coin Designs" }}</h1> </header> <main class="container"> - <div class="design-container"> - <img - alt="{{ .Get `Belgian €1 coin (King Albert; Series 1)` }}" - src="/designs/be-100-1.avif" - > - <img - alt="{{ .Get `Belgian €1 coin (King Albert; Series 2)` }}" - src="/designs/be-100-2.avif" - > - <img - alt="{{ .Get `Belgian €1 coin (King Philippe)` }}" - src="/designs/be-100-3.avif" - > - </div> + <figure> + <div class="design-container"> + <img + alt="{{ .Get `Belgian €1 coin (King Albert; Series 1)` }}" + src="/designs/be-100-1.avif" + > + <img + alt="{{ .Get `Belgian €1 coin (King Albert; Series 2)` }}" + src="/designs/be-100-2.avif" + > + <img + alt="{{ .Get `Belgian €1 coin (King Philippe)` }}" + src="/designs/be-100-3.avif" + > + </div> + <figcaption> + {{ .Get "Belgian coins (1999–2007, 2008–2013, 2014-today)" }} + </figcaption> + </figure> <p> {{ .Get "Since 1999 Belgium has released three series of euro coins, with each series having a single design repeated on all denominations. Starting in 1999 the Belgian euro coins featured the portrait of King Albert II with the {Link:L}royal monogram{-:E} in the outer ring of the coins." (map "Link" (.Printer.Wikipedia "Royal cypher")) }} diff --git a/src/templates/coins-designs-cy.html.tmpl b/src/templates/coins-designs-cy.html.tmpl index 30ad7c5..2d26517 100644 --- a/src/templates/coins-designs-cy.html.tmpl +++ b/src/templates/coins-designs-cy.html.tmpl @@ -8,11 +8,16 @@ <h1>{{ .Get "Cypriot Euro Coin Designs" }}</h1> </header> <main class="container"> - <div class="design-container"> - <img alt="Cypriot €0.01 coin" src="/designs/cy-001-1.avif" /> - <img alt="Cypriot €0.50 coin" src="/designs/cy-050-1.avif" /> - <img alt="Cypriot €2.00 coin" src="/designs/cy-200-1.avif" /> - </div> + <figure> + <div class="design-container"> + <img alt="Cypriot €0.01 coin" src="/designs/cy-001-1.avif" /> + <img alt="Cypriot €0.50 coin" src="/designs/cy-050-1.avif" /> + <img alt="Cypriot €2.00 coin" src="/designs/cy-200-1.avif" /> + </div> + <figcaption> + {{ .Get "Cypriot coins (since 2008)" }} + </figcaption> + </figure> {{ $langargs := (map "GreekStart" `<span lang="el"><em>` "TurkishStart" `<span lang="tr"><em>` "LangEnd" "em,span") }} diff --git a/src/templates/coins-designs-de.html.tmpl b/src/templates/coins-designs-de.html.tmpl index b2f8132..9c4a65b 100644 --- a/src/templates/coins-designs-de.html.tmpl +++ b/src/templates/coins-designs-de.html.tmpl @@ -10,11 +10,16 @@ <main class="container"> {{ $deargs := (map "GermanStart" `<span lang="de"><em>` "GermanEnd" "em,span") }} - <div class="design-container"> - <img alt="{{ .Get `German €0.01 coin` }}" src="/designs/de-001-1.avif"> - <img alt="{{ .Get `German €0.10 coin` }}" src="/designs/de-010-1.avif"> - <img alt="{{ .Get `German €1 coin` }}" src="/designs/de-100-1.avif"> - </div> + <figure> + <div class="design-container"> + <img alt="{{ .Get `German €0.01 coin` }}" src="/designs/de-001-1.avif"> + <img alt="{{ .Get `German €0.10 coin` }}" src="/designs/de-010-1.avif"> + <img alt="{{ .Get `German €1 coin` }}" src="/designs/de-100-1.avif"> + </div> + <figcaption> + {{ .Get "German coins (since 2002)" }} + </figcaption> + </figure> <p> {{ .Get "The German euro coins feature three different designs. A unique feature of German euro coins are the mint marks on each coin that denote in which city a given coin was minted. Germany has five active mints that produce Euro coins, which are denoted in the table below." }} </p> diff --git a/src/templates/coins-designs-ee.html.tmpl b/src/templates/coins-designs-ee.html.tmpl index 95f31ba..f5d74b6 100644 --- a/src/templates/coins-designs-ee.html.tmpl +++ b/src/templates/coins-designs-ee.html.tmpl @@ -55,12 +55,17 @@ <h1>{{ .Get "Estonian Euro Coin Designs" }}</h1> </header> <main class="container"> - <div class="design-container"> - <img - alt="{{ .Get `Estonian €1 coin` }}" - src="/designs/ee-100-1.avif" - > - </div> + <figure> + <div class="design-container"> + <img + alt="{{ .Get `Estonian €1 coin` }}" + src="/designs/ee-100-1.avif" + > + </div> + <figcaption> + {{ .Get "Estonian coins (since 2011)" }} + </figcaption> + </figure> <p> {{ .Get "The Estonian euro coins feature the same design across all eight denominations. The country’s outline is prominently displayed above the country’s name in Estonian (‘{EstonianStart:r}EESTI{EstonianEnd:E}’)." (map "EstonianStart" `<span lang="et"><em>` "EstonianEnd" "em,span") }} diff --git a/src/templates/coins-designs-fi.html.tmpl b/src/templates/coins-designs-fi.html.tmpl index 3bbe238..bc028d1 100644 --- a/src/templates/coins-designs-fi.html.tmpl +++ b/src/templates/coins-designs-fi.html.tmpl @@ -8,11 +8,16 @@ <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> + <figure> + <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> + <figcaption> + {{ .Get "Finnish coins (since 2002)" }} + </figcaption> + </figure> <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> diff --git a/src/templates/coins-designs-hr.html.tmpl b/src/templates/coins-designs-hr.html.tmpl index f6b0e6a..71581bc 100644 --- a/src/templates/coins-designs-hr.html.tmpl +++ b/src/templates/coins-designs-hr.html.tmpl @@ -9,14 +9,19 @@ </header> <main class="container"> {{ $hrargs := (map "CroatianStart" `<span lang="hr"><em>` "CroatianEnd" "em,span") }} - <div class="design-container"> - <img alt="{{ .Get `Croatian €0.01 coin` }}" src="/designs/hr-001-1.avif" /> - <img alt="{{ .Get `Croatian €0.50 coin` }}" src="/designs/hr-050-1.avif" /> - </div> - <div class="design-container"> - <img alt="{{ .Get `Croatian €1 coin` }}" src="/designs/hr-100-1.avif" /> - <img alt="{{ .Get `Croatian €2 coin` }}" src="/designs/hr-200-1.avif" /> - </div> + <figure> + <div class="design-container"> + <img alt="{{ .Get `Croatian €0.01 coin` }}" src="/designs/hr-001-1.avif" /> + <img alt="{{ .Get `Croatian €0.50 coin` }}" src="/designs/hr-050-1.avif" /> + </div> + <div class="design-container"> + <img alt="{{ .Get `Croatian €1 coin` }}" src="/designs/hr-100-1.avif" /> + <img alt="{{ .Get `Croatian €2 coin` }}" src="/designs/hr-200-1.avif" /> + </div> + <figcaption> + {{ .Get "Croatian coins (since 2023)" }} + </figcaption> + </figure> <p> {{ .Get "The Croatian euro coins feature four different themes, with each design featuring the Croatian checkerboard and the country’s name in Croatian (‘{CroatianStart:r}HRVATSKA{CroatianEnd:E}’). All designs were selected after voting in a public design competition." $hrargs }} 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> |