website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

commit e8cfaaca12ad00caad1164ffbd14a79554aab21f
parent b61aca6682042e415e52b4546255b2a0bcd7b42a
Author: Shipwreckt <Shipwreckt@mailfence.com>
Date:   Wed, 17 Jul 2024 18:34:42 +0100

Fixed small problem with bitcoin page and added some websites to the links page

Diffstat:
Mpublic/about/bitcoin | 2+-
Mpublic/links.html | 9++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/public/about/bitcoin b/public/about/bitcoin @@ -20,7 +20,7 @@ <main class="description"> <h1>Bitcoin</h1> <p>You do not need to donate to me!</p> - <p>bc1qfdeuda5hl0t6yxfmlx9rkh06fwhw2x7glpx0tn5555kc0dthz53qexwath?message=Shipwreckt</p>i + <p>bc1qfdeuda5hl0t6yxfmlx9rkh06fwhw2x7glpx0tn5555kc0dthz53qexwath?message=Shipwreckt</p> <img src="../Images/misc/BitcoinQrCode.png" alt="bc1qfdeuda5hl0t6yxfmlx9rkh06fwhw2x7glpx0tn5555kc0dthz53qexwath?message=Shipwreckt" width="500" hight="auto"> <img sr></img> </main> diff --git a/public/links.html b/public/links.html @@ -21,10 +21,17 @@ <main class="description"> <hr> <h2>Links</h2> - <p>Other personal websites</p> + <p>Other personal websites of people I know</p> <ul> <li><a href="https://tippfehlr.dev/">tippfehlr.dev</a></li> </ul> + <p>Projects I use and love</p> + <ul> + <li><a href="https://nuclear.js.org/">Nuclear music player</a></li> + <li><a href="https://www.blender.org/">Blender</a></li> + <li><a href="https://librewolf.net/">Librewolf</a></li> + <li><a href="https://gnu.org/">The GNU project</a></li> + </ul> </main> </body> </html>