diff options
Diffstat (limited to 'src/de/euro/index.html')
-rw-r--r-- | src/de/euro/index.html | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/src/de/euro/index.html b/src/de/euro/index.html new file mode 100644 index 0000000..d70bd8e --- /dev/null +++ b/src/de/euro/index.html @@ -0,0 +1,108 @@ +<!DOCTYPE html> +<html lang=XX> + <head> + <meta charset=UTF-8 /> + <title>Euro-Coins & -Banknotes</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>Euro-Coins and -Banknotes</h1> + <h6>My Primary Collection</h6> + </header> + </section> + + <section> + <p> + This is my euro collection. It’s the largest collection I’ve ever + amassed. It’s also my primary collection as I reside in the Eurozone. + I do own uncirculated-coins and -banknotes, but all coins and + banknotes listed on this section of the site are circulated. + <br /><br /> + There are various examples of euro coins that have slight varieties + between their standard circulation releases and their coincard/set + releases, such as different mintmarks for example. In these cases, + the NIFC variety will <strong>not</strong> be listed on this site + <em>unless</em> I happen to get one for my collection (see <a + href=mt>Malta</a> for an example). The same applies to error coins. + </p> + </section> + + <section class="cl-section slant-up"> + <div> + <h2>Euro Coins</h2> + <table class=country-table> + <tbody> + <tr> + <td><a href=ad>Andorra</a></td> + <td><a href=at>Austria</a></td> + <td><a href=be>Belgium</a></td> + <td><a href=hr>Croatia</a></td> + </tr> + <tr> + <td><a href=cy>Cyprus</a></td> + <td><a href=ee>Estonia</a></td> + <td><a href=fi>Finland</a></td> + <td><a href=fr>France</a></td> + </tr> + <tr> + <td><a href=de>Germany</a></td> + <td><a href=gr>Greece</a></td> + <td><a href=ie>Ireland</a></td> + <td><a href=it>Italy</a></td> + </tr> + <tr> + <td><a href=lv>Latvia</a></td> + <td><a href=lt>Lithuania</a></td> + <td><a href=lu>Luxembourg</a></td> + <td><a href=mt>Malta</a></td> + </tr> + <tr> + <td><a href=mc>Monaco</a></td> + <td><a href=nl>Netherlands</a></td> + <td><a href=pt>Portugal</a></td> + <td><a href=sm>San Marino</a></td> + </tr> + <tr> + <td><a href=sk>Slovakia</a></td> + <td><a href=si>Slovenia</a></td> + <td><a href=es>Spain</a></td> + <td><a href=va>Vatican City</a></td> + </tr> + </tbody> + </table> + </div> + </section> + + <section class="cl-section slant-up"> + <div> + <h2>Euro Banknotes</h2> + <table class=country-table> + <tbody> + <tr> + <td><a href=5>€5</a></td> + <td><a href=10>€10</a></td> + <td><a href=20>€20</a></td> + <td><a href=50>€50</a></td> + </tr> + <tr> + <td><a href=100>€100</a></td> + <td><a href=200>€200</a></td> + <td><a href=500>€500</a></td> + <td><a href=tn>Test Notes</a></td> + </tr> + </tbody> + </table> + </div> + </section> + + <section><!-- FOOTER --></section> + </main> + </body> +</html> |