index — crispy-website @ fa1c0d2a27b75cb80d4f8b0c9a0c6ef12e6bc630

My personal homepage (very crispy)

broken
crispy-caesus 114518720+crispy-caesus@users.noreply.github.com
Sat, 22 Feb 2025 18:53:20 +0100
commit

fa1c0d2a27b75cb80d4f8b0c9a0c6ef12e6bc630

parent

04cf8cf792ca0a30c5d8eca08b6e393967870994

3 files changed, 19 insertions(+), 11 deletions(-)

jump to
M static/index.cssstatic/index.css

@@ -47,7 +47,7 @@

.top { display: flex; flex-direction: row; - gap: 1em; + gap: 0em; } .links {
M templates/index.htmltemplates/index.html

@@ -11,19 +11,27 @@ </head>

<body> <div class="top"> - <div class="box container"> - <article> - <h1>hi</h1> - <img src="static/banan.png" alt="my profile picture" class="banana-img"> - <p>I'm an 18-year-old student from Germany, aspiring to become a system administrator. I like - tinkering - around - with my Linux system and write a little program here and there.</p> - <p>Currently I'm learning a bunch about server monitoring, as part of a school project</p> + <div> + <div class="box container"> + <article> + <h1>hi</h1> + <img src="static/banan.png" alt="my profile picture" class="banana-img"> + <p>I'm an 18-year-old student from Germany, aspiring to become a system administrator. I like + tinkering + around + with my Linux system and write a little program here and there.</p> + <p>Currently I'm learning a bunch about server monitoring, as part of a school project</p> - </article> + </article> + </div> + <div class="small-box container"> + cool people + <br> + <a href="https://crispy-caesus.eu"><img src="static/crispybutton.png"></a> + <a href="https://erine.dev"><img src="static/crispybutton.png"></a> + </div> </div> <div class="box links">