From 3faeb67435dbe9fc5f8cae7c8860bc1cd504732f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 27 Sep 2024 21:42:44 +0200 Subject: Add a designs page for Andorra --- src/templates/coins-designs-ad.html.tmpl | 91 +++++++++++++++++++++++++++++++ static/designs/ad-001.avif | Bin 0 -> 21638 bytes static/designs/ad-050.avif | Bin 0 -> 16199 bytes static/designs/ad-100.avif | Bin 0 -> 40791 bytes static/designs/ad-200.avif | Bin 0 -> 21902 bytes 5 files changed, 91 insertions(+) create mode 100644 src/templates/coins-designs-ad.html.tmpl create mode 100644 static/designs/ad-001.avif create mode 100644 static/designs/ad-050.avif create mode 100644 static/designs/ad-100.avif create mode 100644 static/designs/ad-200.avif diff --git a/src/templates/coins-designs-ad.html.tmpl b/src/templates/coins-designs-ad.html.tmpl new file mode 100644 index 0000000..20e13db --- /dev/null +++ b/src/templates/coins-designs-ad.html.tmpl @@ -0,0 +1,91 @@ +{{ define "content" }} +
+ {{ template "navbar" . }} +

{{ .T "Andorran Euro Coin Designs" }}

+
+
+
+ Andorran 1 euro cent coin + Andorran 50 euro cent coin +
+
+ Andorran 1 euro coin + Andorran 2 euro coin +
+

+ {{ .T ` + 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: + ` }} +

+
+
{{ .T "%s, %s, and %s" + (.Printer.M 0.01 false) + (.Printer.M 0.02 false) + (.Printer.M 0.05 false) }}
+
{{ .T "Andorran landscapes, nature, fauna, and flora" }}
+
{{ .T "%s, %s, and %s" + (.Printer.M 0.10 false) + (.Printer.M 0.20 false) + (.Printer.M 0.50 false) }}
+
{{ .T "Andorra’s Romanesque art" }}
+
{{ .Printer.M 1.00 false }}
+
{{ .T "Casa de la Vall" }}
+
+

+ {{ .T ` + The results of the design contest with a few modifications are what + became the coins that entered circulation in 2014. While each set + of denomations has its own design, all four designs promenantly + feature the country name ‘ANDORRA’ along the outer portion of the + design with the year of issue written underneath. + ` }} +

+

+ {{ .T ` + The Andorran 1-, 2-, and 5 euro cent coins all feature the same + design of a Pyrenean chamois in the center of the coin with a + golden eagle flying above. Both animals are native to Andorra as + well as the surrounding regions of France and Spain. + ` }} +

+

+ + {{ .T ` + The Andorran golden cents feature the Romanesque church of Santa + Coloma. The church is the oldest in Andorra, dating back to the + 9th century and is a UNESCO World Heratige site. Originally these + coins were planned to depict an image of Christ, but that plan + failed to go through after objections from the European Commission + on grounds of religious neutrality on August 2013. + ` }} +

+

+ {{ .T ` + The 1 Euro coin features the Case de la Vall: the former + headquarters of the General Council of Andorra. It was constructed + in 1580 as a manor and tower defense by the Busquets family. + ` }} +

+

+ {{ .T ` + Finally, the 2 Euro coin features the coat of arms of Andorra. The + Andorran coat of arms is a grid of 4 other coats of arms which from + top-to-bottom, left-to-right are: + ` }} +

+ {{ .T ` + The bottom of the coat of arms has the motto ‘VIRTVS VNITA FORTIOR’ + (‘UNITED VIRTUE IS STRONGER’). + ` }} +

+
+{{ end }} diff --git a/static/designs/ad-001.avif b/static/designs/ad-001.avif new file mode 100644 index 0000000..354d644 Binary files /dev/null and b/static/designs/ad-001.avif differ diff --git a/static/designs/ad-050.avif b/static/designs/ad-050.avif new file mode 100644 index 0000000..097b27c Binary files /dev/null and b/static/designs/ad-050.avif differ diff --git a/static/designs/ad-100.avif b/static/designs/ad-100.avif new file mode 100644 index 0000000..e545aa4 Binary files /dev/null and b/static/designs/ad-100.avif differ diff --git a/static/designs/ad-200.avif b/static/designs/ad-200.avif new file mode 100644 index 0000000..8a5eed3 Binary files /dev/null and b/static/designs/ad-200.avif differ -- cgit v1.2.3