diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-29 22:39:48 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-29 22:39:48 +0100 |
commit | 9cad508b5c98ca1029460807249cafb712f28f1e (patch) | |
tree | 2ad62d1ca57b7dc691550865cb7fb0b55c26da34 /src/en/index.html | |
parent | c88b4c2d0842dfbb32fa744dde781601b9e4e7cf (diff) |
Migrate the site to GSP and a Makefile
Diffstat (limited to 'src/en/index.html')
-rw-r--r-- | src/en/index.html | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/src/en/index.html b/src/en/index.html deleted file mode 100644 index b03a153..0000000 --- a/src/en/index.html +++ /dev/null @@ -1,64 +0,0 @@ -<!DOCTYPE html> -<html lang=XX> - <head> - <meta charset=UTF-8 /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <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>My 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> |