blob: 2501b9d0569ab0c73c1695789f6cb0bbb9f0ff82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<!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>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>
|