index — crispy-website @ 7fdc57d03c35ab74f3db63278fba9efb3915074b

My personal homepage (very crispy)

formatting
crispy-caesus crispy@crispy-caesus.eu
Fri, 27 Feb 2026 23:40:17 +0100
commit

7fdc57d03c35ab74f3db63278fba9efb3915074b

parent

8fa96ba2387fff4ca9669cb7df186abd21ec78ff

2 files changed, 40 insertions(+), 39 deletions(-)

jump to
M templates/index.htmltemplates/index.html

@@ -20,15 +20,15 @@ alt="my profile picture"

class="banana-img non-pixelated" /> <p> - I'm a 19-year-old university student from Germany, aspiring to become a - system administrator. I like tinkering around with my Linux - systems and write a little program here and there. + I'm a 19-year-old university student from Germany, aspiring to + become a system administrator. I like tinkering around with my + Linux systems and write a little program here and there. </p> <p> - Currently I am doing my bachelor's in a Duale Hochschule. - In my free time (and potentially <i>sometimes</i> in class) - I work on my homelab and regret all the other projects I started and - am lagging behind in. + Currently I am doing my bachelor's in a Duale Hochschule. In my + free time (and potentially <i>sometimes</i> in class) I work on my + homelab and regret all the other projects I started and am lagging + behind in. </p> </article> <div class="small-box container cool-people">

@@ -120,12 +120,9 @@ E-Mail

</a> - crispy@crispy-caesus.eu <p> - Probably my preferred communication medium. At least with - <a - title="My PGP key" - href="static/crispykey.asc" - >PGP</a>. - I really like its decentralized and independent nature. Besides + Probably my preferred communication medium. At least with + <a title="My PGP key" href="static/crispykey.asc">PGP</a>. I + really like its decentralized and independent nature. Besides the technical stuff, I just enjoy it over than instant messaging. I prefer writing longer, more thought out messages, instead of a bunch of small talk with no purpose (not that I

@@ -146,9 +143,8 @@ - @crispy:crispy-caesus.eu

<p> Decentralized instant messaging network/protocol which I like for well... instant messaging. While it has spaces it's not - really great at managing them, so I can't recommend it for - large communities. - Thus I mainly use it for DMs and group chats. + really great at managing them, so I can't recommend it for large + communities. Thus I mainly use it for DMs and group chats. </p> </li>

@@ -160,9 +156,9 @@ <br />

<p> Over the past months I've created my little legally aquired library of DRM-free music, which I stream through my navidrome - instance. There are a bunch of reasons why I - prefer this way of aquiring/listening to music, most of which - boils down to independence and artist support. + instance. There are a bunch of reasons why I prefer this way of + aquiring/listening to music, most of which boils down to + independence and artist support. </p> </li> </ul>

@@ -172,15 +168,14 @@ <footer>

<div class="credits box"> <p> Art drawn by the amazing - <a - title="VanillaPunkk Instagram" - href="https://www.instagram.com/vannillapunkk/" - target="_blank" - rel="noopener nofererrer" - >VanillaPunkk</a + <a + title="VanillaPunkk Instagram" + href="https://www.instagram.com/vannillapunkk/" + target="_blank" + rel="noopener nofererrer" + >VanillaPunkk</a > - | - Thanks to some friends for helping with the CSS + | Thanks to some friends for helping with the CSS </p> </div> </footer>
M templates/music.htmltemplates/music.html

@@ -1,25 +1,31 @@

<!doctype html> <html lang="en"> - -<head> + <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>toothbrushing music</title> <link rel="stylesheet" href="static/music.css" /> -</head> + </head> -<body> + <body> <h1>My bought music</h1> - <a title="Bandcamp" href="https://bandcamp.com/crispy-caesus" target="_blank" rel="noopener noreferrer"> - My Bandcamp + <a + title="Bandcamp" + href="https://bandcamp.com/crispy-caesus" + target="_blank" + rel="noopener noreferrer" + > + My Bandcamp </a> - <p>For the timebeing this page won't exist anymore as I probably lost the DB in a migration</p> + <p> + For the timebeing this page won't exist anymore as I probably lost the DB + in a migration + </p> <p>I hope I can bring it back at some point</p> <img - src="static/toothrush.png" - alt="toothbrush vibing" - class="toothbrush-img non-pixelated" + src="static/toothrush.png" + alt="toothbrush vibing" + class="toothbrush-img non-pixelated" /> -</body> - + </body> </html>