summaryrefslogtreecommitdiffhomepage
path: root/src/de/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/index.html')
-rw-r--r--src/de/index.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/src/de/index.html b/src/de/index.html
new file mode 100644
index 0000000..b81583d
--- /dev/null
+++ b/src/de/index.html
@@ -0,0 +1,63 @@
+<!DOCTYPE html>
+<html lang=XX>
+ <head>
+ <meta charset=UTF-8 />
+ <title>Thomas’ Euro Collection</title>
+ <link rel="shortcut icon" type="image/svg" href="/favicon.svg" />
+ <link rel="stylesheet" type="text/css" href="/style.css" />
+ </head>
+
+ <body>
+ <nav><!-- NAV-BAR --></nav>
+
+ <main>
+ <section>
+ <header>
+ <h1>Thomas’ Euro Collection</h1>
+ <h6>…and some world stuff too!</h6>
+ </header>
+ </section>
+
+ <section>
+ <p>
+ This website houses the entirety of my circulated euro-coin and
+ -banknote collection. It also has some non-euro currencies too!
+ Unless explicitly stated otherwise, all coins and banknotes listed on
+ this site should be circulated. In other words, they shouldn’t’ve
+ just come from a coin set I purchased from a coin mint. I think it’s
+ just a lot cooler knowing that a piece of money was previously used in
+ a real-world transaction.
+ </p>
+ </section>
+
+ <section class="c-section slant-up">
+ <a href=/XX/euro>
+ <h2>Euro-Coins and -Banknotes</h2>
+ <p>
+ The main focus of my currency collecting with a single currency that
+ spans 26 countries and almost 350 million people. Standard issues,
+ commemorative issues, and banknotes from all series are all
+ included.
+ </p>
+ <img src="/eu-stars.svg" />
+ </a>
+ </section>
+
+ <section class="c-section slant-up">
+ <a href=#>
+ <h2>World-Coins and -Banknotes</h2>
+ <p>
+ Money from around the world! This collection gets progressively
+ larger over time, but is not my primary focus. There are a few
+ countries in which I take a special interest though.
+ <br /><br />
+ <em>This section is currently unavailable.</em>
+ </p>
+ <img src="/globe.svg" />
+ </a>
+ </section>
+
+ <section><!-- FOOTER --></section>
+ </main>
+ </body>
+</html>