diff options
author | Bill <bill@billserver.senders.io> | 2022-12-31 14:23:20 -0500 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2022-12-31 14:23:20 -0500 |
commit | 44da246fa5e373c86373889b53263f52af84d525 (patch) | |
tree | 8eed772e39a010703283726389139744978a6bfc /www/wishlist.html | |
parent | ab5ecccf0e282c9a181a8123196e42b8c7ca9009 (diff) |
Major overhaul, markdowns + copyright notice
Diffstat (limited to 'www/wishlist.html')
-rw-r--r-- | www/wishlist.html | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/www/wishlist.html b/www/wishlist.html index cb6fb6a..6c80cb1 100644 --- a/www/wishlist.html +++ b/www/wishlist.html @@ -16,10 +16,15 @@ <a class='title' href='/'>senders.io</a> <nav> - <a href="/resume">Resume</a> <a href="/blog">Blog</a> <a rel= - "noopener noreferrer external" + <a href="/blog">blog</a> <a rel="external noopener noreferrer" target="_blank" - href="https://github.com/s3nd3r5">Github</a> + href="https://github.com/s3nd3r5">github</a> <a rel= + "external noopener noreferrer" + target="_blank" + href="https://git.senders.io">cgit</a> <a rel= + "me external noopener noreferrer" + target="_blank" + href="https://mastodon.online/@senders">mastodon</a> </nav> </div> <div id="body" @@ -225,13 +230,21 @@ hold some overflow for my records like <a rel= "external noopener noreferrer" target="_blank" - href="https://www.etsy.com/market/record_crate">found here on - etsy</a></p> + href="https://www.etsy.com/market/record_crate">found here on etsy</a>. + Ideally it would be something that can hold 10+ records for storage - + but even something that displays a single record (like what is currently + playing) is needed. And probably more within the price limit.</p> <p>Interesting Fountain Pen ink shades: <a rel= "external noopener noreferrer" target="_blank" href="https://www.jetpens.com/Fountain-Pen-Inks/ct/3250">Jetpens Store</a></p> </div> + <div id='copyright'> + © 2023 senders dot io - <a rel="license external noopener noreferrer" + target="_blank" + href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a> + unless otherwise noted. + </div> </body> </html> |