summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-07-17 18:34:42 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-07-17 18:34:42 +0100
commite8cfaaca12ad00caad1164ffbd14a79554aab21f (patch)
tree3e9be7a92b03fe20017123055c760974fbf22974
parentb61aca6682042e415e52b4546255b2a0bcd7b42a (diff)
Fixed small problem with bitcoin page and added some websites to the links page
-rw-r--r--public/about/bitcoin2
-rw-r--r--public/links.html9
2 files changed, 9 insertions, 2 deletions
diff --git a/public/about/bitcoin b/public/about/bitcoin
index f637429..bb0db6d 100644
--- 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
index 4681bd4..dc8d914 100644
--- 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>