From b21a6c4a1e802b4fce2b76902f86805611ba8805 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 26 Sep 2024 20:30:03 +0200 Subject: Add a designs page for Austria --- src/templates/coins-designs-at.html.tmpl | 59 +++++++++++++++++++++++++++++++ static/designs/at-001.avif | Bin 0 -> 17082 bytes static/designs/at-002.avif | Bin 0 -> 21470 bytes static/designs/at-005.avif | Bin 0 -> 20413 bytes static/designs/at-010.avif | Bin 0 -> 28985 bytes static/designs/at-020.avif | Bin 0 -> 26177 bytes static/designs/at-050.avif | Bin 0 -> 25055 bytes static/designs/at-100.avif | Bin 0 -> 303907 bytes static/designs/at-200.avif | Bin 0 -> 26586 bytes 9 files changed, 59 insertions(+) create mode 100644 src/templates/coins-designs-at.html.tmpl create mode 100644 static/designs/at-001.avif create mode 100644 static/designs/at-002.avif create mode 100644 static/designs/at-005.avif create mode 100644 static/designs/at-010.avif create mode 100644 static/designs/at-020.avif create mode 100644 static/designs/at-050.avif create mode 100644 static/designs/at-100.avif create mode 100644 static/designs/at-200.avif diff --git a/src/templates/coins-designs-at.html.tmpl b/src/templates/coins-designs-at.html.tmpl new file mode 100644 index 0000000..7b47c6b --- /dev/null +++ b/src/templates/coins-designs-at.html.tmpl @@ -0,0 +1,59 @@ +{{ define "content" }} +
+ {{ template "navbar" . }} +

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

+
+
+

+ {{ .T ` + The Austrian euro coins can be grouped into three different themes. + The bronze coins feature Austrian flowers, the gold coins feature + Austrian architecture, and the bimetalic coins feature famous + Austrian people. All coins also feature an Austrian flag as well + as the coins denomination. These coins together with the %sGreek + euro coins%s are the only coins that feature the denomination on both + the common- and national-sides of the coin.` + `` `` | safe + }} +

+
+ Austrian 1 euro cent coin + Austrian 2 euro cent coin + Austrian 5 euro cent coin +
+

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

+
+ Austrian 10 euro cent coin + Austrian 20 euro cent coin + Austrian 50 euro cent coin +
+

+ {{ .T ` + 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. The final gold coin — the €0.50 coin — + features the Secession Building: an exhibition hall in the Art + Nouveau style. + ` }} +

+
+ Austrian 1 euro coin + Austrian 2 euro coin +
+

+ {{ .T ` + The two bimetallic coins feature the busts of the musical composer + Wolfgang Amadeus Mozarts on the €1 coin, and the Austrian pacifist + and Nobel Peace Prize winner Bertha von Suttner. + ` }} +

+
+{{ end }} diff --git a/static/designs/at-001.avif b/static/designs/at-001.avif new file mode 100644 index 0000000..b54db65 Binary files /dev/null and b/static/designs/at-001.avif differ diff --git a/static/designs/at-002.avif b/static/designs/at-002.avif new file mode 100644 index 0000000..a9707b3 Binary files /dev/null and b/static/designs/at-002.avif differ diff --git a/static/designs/at-005.avif b/static/designs/at-005.avif new file mode 100644 index 0000000..49ed85f Binary files /dev/null and b/static/designs/at-005.avif differ diff --git a/static/designs/at-010.avif b/static/designs/at-010.avif new file mode 100644 index 0000000..3dba83c Binary files /dev/null and b/static/designs/at-010.avif differ diff --git a/static/designs/at-020.avif b/static/designs/at-020.avif new file mode 100644 index 0000000..acd51cc Binary files /dev/null and b/static/designs/at-020.avif differ diff --git a/static/designs/at-050.avif b/static/designs/at-050.avif new file mode 100644 index 0000000..8b1862a Binary files /dev/null and b/static/designs/at-050.avif differ diff --git a/static/designs/at-100.avif b/static/designs/at-100.avif new file mode 100644 index 0000000..eb2df12 Binary files /dev/null and b/static/designs/at-100.avif differ diff --git a/static/designs/at-200.avif b/static/designs/at-200.avif new file mode 100644 index 0000000..e3907b1 Binary files /dev/null and b/static/designs/at-200.avif differ -- cgit v1.2.3