diff options
Diffstat (limited to 'src/templates/coins-designs-at.html.tmpl')
| -rw-r--r-- | src/templates/coins-designs-at.html.tmpl | 43 |
1 files changed, 29 insertions, 14 deletions
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> |