diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-05-24 02:10:11 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-05-24 02:10:11 +0200 |
commit | 8372e02f11e0914324ebf9f495393b4a9df01dd7 (patch) | |
tree | 5ef7826eb9c1ab1722cdd4f03851e1e914a577fe /src/changelog.html | |
parent | ca5fa047343470826da1843b6ce5a0ae9f02a5fb (diff) |
Changelog fixes
Diffstat (limited to 'src/changelog.html')
-rw-r--r-- | src/changelog.html | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/src/changelog.html b/src/changelog.html new file mode 100644 index 0000000..6402a43 --- /dev/null +++ b/src/changelog.html @@ -0,0 +1,79 @@ +<!DOCTYPE html> +<html lang=XX> + <head> + <meta charset=UTF-8 /> + <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> |