broken
crispy-caesus 114518720+crispy-caesus@users.noreply.github.com
Sat, 22 Feb 2025 18:53:20 +0100
3 files changed,
19 insertions(+),
11 deletions(-)
M
static/index.css
→
static/index.css
@@ -47,7 +47,7 @@
.top { display: flex; flex-direction: row; - gap: 1em; + gap: 0em; } .links {
M
templates/index.html
→
templates/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">