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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<!DOCTYPE html>
<html lang=XX>
<head>
<meta charset=UTF-8 />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Changelog</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>Collection Updates</h1>
<h6>…and some site updates too</h6>
</header>
</section>
<section>
<p>
This is the site changelog; all updates and changes to the website or
my collections are documented here. Due to logistical reasons this is
only available in English.
</p>
</section>
<section class="cl-section slant-down">
<div>
<h2>18<sup>th</sup> of April, 2023</h2>
<p>
Today was pretty successful. I passed by Chase Bank near closing
hours and it was a good thing I did too. The customer right before
me in the line to the teller deposited $10 in dollar coins. I
bought them from the bank and got two new finds: a “Great Law of
Peace” native-american dollar from Philadelphia, and a Herbert
Hoover NIFC presidential dollar from Philadelphia.
<br /><br />
I also hunted a printer (it accepts cash payment to print stuff). I
managed to get 5 new “America the Beautiful” quarters, 5 new state
quarters, my first ever districts quarter, and a new “Westward
Journey” nickel. The “America the Beautiful” quarters were: Block
Island (P), Great Sand Dunes (D), Homestead (D),
Marsh-Billings-Rockefeller (D), and War in the Pacific (P). The
state quarters were: Connecticut (P), Idaho (P), Massachusetts (P),
Utah (P), and Wyoming (P). The district quarter was American Samoa
(D) and the nickel was a Bison (P).
<br /><br />
Finally I visited a currency-exchange office hoping to find my first
€500 bill. They didn’t have any but I managed to snag a French €200
from the Europa series, a new find for myself.
</p>
</div>
</section>
<section class="cl-section slant-down">
<div>
<h2>Start of Changelog</h2>
<p>
This is the start of the sites changelog. The site has been around
since the 11th of February 2023, and this collection began around
April of 2022, so theres a lot of “history” here that won’t end up
documented. If you really care for some reason, you can check the
git-log of the site on the git repository. From now on I’ll be
documenting all my new finds here both so I can look back on it in
the future for fun, and incase anyone finds anything here
interesting. I suppose it makes the site a bit more human.
I am currently in the United States on vacation, so the next couple
of site updates are going to be primarily american coins.
</p>
</div>
</section>
<section><!-- FOOTER --></section>
</main>
</body>
</html>
|