aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/templates/coins-designs-de.html.tmpl39
-rw-r--r--static/designs/de-001.avifbin0 -> 68749 bytes
-rw-r--r--static/designs/de-010.avifbin0 -> 80931 bytes
-rw-r--r--static/designs/de-100.avifbin0 -> 70964 bytes
4 files changed, 39 insertions, 0 deletions
diff --git a/src/templates/coins-designs-de.html.tmpl b/src/templates/coins-designs-de.html.tmpl
new file mode 100644
index 0000000..5818491
--- /dev/null
+++ b/src/templates/coins-designs-de.html.tmpl
@@ -0,0 +1,39 @@
+{{ define "content" }}
+<header>
+ {{ template "navbar" . }}
+ <h1>{{ .Get "German Euro Coin Designs" }}</h1>
+</header>
+<main>
+ <p>
+ {{ .Get "The German euro coins feature three different designs. A unique feature of German euro coins are the mint marks on each coin. German has five active mints today: Berlin (A), Munich (D), Stuttgart (F), Karlsruhe (G), and Hamburg (J)." }}
+ </p>
+ <p>
+ {{ .Get "The bronze coins display an oak twig which is similar to the one found on the old Pfennig coins from the D-Mark era. The mint mark is located on the left hand side of the stem of the oak twig." }}
+ </p>
+ <div class="design-container">
+ <img
+ alt="{{ .Get `German €0.01 coin` }}"
+ src="/designs/de-001.avif"
+ >
+ </div>
+ <p>
+ {{ .Get "The bronze coins feature the Brandenburg Gate, a symbol of Berlin and Germany as a whole as it is inextricably linked with German division and subsequent reunification. The mint mark is located below the year." }}
+ </p>
+ <div class="design-container">
+ <img
+ alt="{{ .Get `German €0.10 coin` }}"
+ src="/designs/de-010.avif"
+ >
+ </div>
+ <p>
+ {{ .Get "The bimetallic coins feature the German eagle. The eagle is a common motif in German heraldry and represents strength and freedom. The mint mark is located to the right of the year." }}
+ </p>
+ <div class="design-container">
+ <img
+ alt="{{ .Get `German €1 coin` }}"
+ src="/designs/de-100.avif"
+ >
+ </div>
+</main>
+{{ end }}
+
diff --git a/static/designs/de-001.avif b/static/designs/de-001.avif
new file mode 100644
index 0000000..0e368c1
--- /dev/null
+++ b/static/designs/de-001.avif
Binary files differ
diff --git a/static/designs/de-010.avif b/static/designs/de-010.avif
new file mode 100644
index 0000000..563d09c
--- /dev/null
+++ b/static/designs/de-010.avif
Binary files differ
diff --git a/static/designs/de-100.avif b/static/designs/de-100.avif
new file mode 100644
index 0000000..6fd39fd
--- /dev/null
+++ b/static/designs/de-100.avif
Binary files differ