From 48bae3ca2d4dbae8239b4d0bdb9abff3c15b733d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 20 Oct 2024 23:43:29 +0200 Subject: Add a designs page for Croatia --- src/templates/coins-designs-hr.html.tmpl | 79 +++++++++++++++++++++++++++++++ static/designs/hr-001.avif | Bin 0 -> 49111 bytes static/designs/hr-050.avif | Bin 0 -> 53424 bytes static/designs/hr-100.avif | Bin 0 -> 41658 bytes static/designs/hr-200.avif | Bin 0 -> 42320 bytes 5 files changed, 79 insertions(+) create mode 100644 src/templates/coins-designs-hr.html.tmpl create mode 100644 static/designs/hr-001.avif create mode 100644 static/designs/hr-050.avif create mode 100644 static/designs/hr-100.avif create mode 100644 static/designs/hr-200.avif diff --git a/src/templates/coins-designs-hr.html.tmpl b/src/templates/coins-designs-hr.html.tmpl new file mode 100644 index 0000000..fa32689 --- /dev/null +++ b/src/templates/coins-designs-hr.html.tmpl @@ -0,0 +1,79 @@ +{{ define "content" }} +
+ {{ template "navbar" . }} +

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

+
+
+
+ Croatian 1 euro cent coin + Croatian 50 euro cent coin +
+
+ Croatian 1 euro coin + Croatian 2 euro coin +
+

+ {{ .T ` + The Croatian euro coins feature four different themes, with + each design featuring the Croatian checkerboard and the + countries name in Croatian (‘%sHRVATSKA%s’). + ` `` `` }} +

+

+ {{ .T ` + The 1-, 2-, and 5 euro cent coins were designed by Maja + Škripelj and feature a motif of the letters ‘HR’ in the + %sGlagolitic script%s — an old Slavic script that saw use in + Croatia up until the 19th century — with ‘HR’ representing + Croatia’s country code.` + `` + `` | safe + }} +

+

+ {{ .T ` + The 10-, 20-, and 50 euro cent coins were designed by Ivan + Domagoj Račić and feature the portrait of the inventor and + engineer %sNikola Tesla%s. The design of these coins caused + controversy when they were first announced with the National + Bank of Serbia claiming that it would be an appropriation of + the cultural and scientific heritage of the Serbian people to + feature the portrait of someone who ‘declared himself to be + Serbian by origin’.` + `` + `` | safe + }} +

+

+ {{ .T ` + The 1 euro coin was designed by Jagor Šunde, David Čemeljić + and Fran Zekan and features a marten. The marten is the + semi-official national animal of Croatia and the Kuna — + their pre-Euro currency — was named after the marten (‘%skuna + zlatica%s’ in Croatian). + ` `` `` | safe }} +

+

+ + {{ .T ` + The 2 euro coin was designed by Ivan Šivak and features the + map of Croatia. The coin also has an edge-inscription that + reads ‘%sO LIJEPA O DRAGA O SLATKA SLOBODO%s’ (‘OH BEAUTIFUL, + OH DEAR, OH SWEET FREEDOM’) which is a line from the play + %sDubravka%s by Ivan Gundulić. + ` `` `` + `` + `` | safe }} +

+
+{{ end }} diff --git a/static/designs/hr-001.avif b/static/designs/hr-001.avif new file mode 100644 index 0000000..95461c0 Binary files /dev/null and b/static/designs/hr-001.avif differ diff --git a/static/designs/hr-050.avif b/static/designs/hr-050.avif new file mode 100644 index 0000000..5af4acb Binary files /dev/null and b/static/designs/hr-050.avif differ diff --git a/static/designs/hr-100.avif b/static/designs/hr-100.avif new file mode 100644 index 0000000..7ac2716 Binary files /dev/null and b/static/designs/hr-100.avif differ diff --git a/static/designs/hr-200.avif b/static/designs/hr-200.avif new file mode 100644 index 0000000..807c033 Binary files /dev/null and b/static/designs/hr-200.avif differ -- cgit v1.2.3