index — crispy-website @ 7af9db6322d925522237cb544bf11d28c3899f8a

My personal homepage (very crispy)

index: reorder links
crispy-caesus crispy@crispy-caesus.eu
Tue, 24 Mar 2026 22:42:32 +0100
commit

7af9db6322d925522237cb544bf11d28c3899f8a

parent

287959ae291c4d7562ffb7e2de01e4f7febac886

1 files changed, 31 insertions(+), 33 deletions(-)

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

@@ -77,6 +77,7 @@ </a>

</div> </div> </div> + <div class="box links"> <h2>some links</h2> <ul>

@@ -87,37 +88,6 @@ My little blog, where I'll post cool things I found, thoughts I

have and show some stuff I'm doing </p> </li> - - <li> - <a - title="Codeberg" - href="https://codeberg.org/crispy-caesus" - target="_blank" - rel="noopener nofererrer" - >Codeberg</a - > - - crispy-caesus - <p> - Git server where I have most of my little projects, as well as - the dotfiles for my Linux configuration - </p> - </li> - - <li> - <a - title="Anilist" - href="https://anilist.co/user/crispycaesus/" - target="_blank" - rel="noopener nofererrer" - >Anilist</a - > - - crispycaesus - <p> - A list of the anime I have watched, plan to watch and some - ratings and thoughts on them - </p> - </li> - <li> <a title="E-Mail"

@@ -139,7 +109,6 @@ (not that I don't do that, but in hindsight it always seems

wasteful) </p> </li> - <li> <a title="Matrix"

@@ -156,7 +125,20 @@ for well... instant messaging. I mainly use it as a quick chat

with friends or for small group chats </p> </li> - + <li> + <a + title="Codeberg" + href="https://codeberg.org/crispy-caesus" + target="_blank" + rel="noopener nofererrer" + >Codeberg</a + > + - crispy-caesus + <p> + Git server where I have most of my little projects, as well as + the dotfiles for my Linux configuration + </p> + </li> <li> <a title="toothbrushing music" href="music"> toothbrushing music

@@ -170,9 +152,24 @@ aquiring/listening to music, most of which boils down to

independence and artist support </p> </li> + <li> + <a + title="Anilist" + href="https://anilist.co/user/crispycaesus/" + target="_blank" + rel="noopener nofererrer" + >Anilist</a + > + - crispycaesus + <p> + A list of the anime I have watched, plan to watch and some + ratings and thoughts on them + </p> + </li> </ul> </div> </main> + <footer> <div class="credits box"> <p>

@@ -188,6 +185,7 @@ | Thanks to some friends for helping with the CSS

</p> </div> </footer> + </div> </body> </html>