This commit is contained in:
Adrian Baumgart 2024-06-27 01:24:22 +02:00
parent 62c69d3efe
commit 5ee5496a15
No known key found for this signature in database
2 changed files with 27 additions and 4 deletions

View File

@ -7,7 +7,22 @@ body{
}
h1,h2,h3{
line-height:1.2
line-height: 1;
}
h1 {
margin-bottom: 0px;
}
.location {
display: flex;
align-items: center;
gap: 4px;
}
.location svg {
width: 1rem;
height: 1rem;
}
@media (prefers-color-scheme: dark){
@ -21,4 +36,7 @@ h1,h2,h3{
a:visited{
color:#8e96f0
}
.location svg {
stroke: white;
}
}

View File

@ -9,7 +9,13 @@
</head>
<body>
<h1>Adrian Baumgart</h1>
<caption>I'm too lazy to make a good website so this is all there is.</caption>
<div class="location">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-map-pin">
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path>
<circle cx="12" cy="10" r="3"></circle>
</svg>
<p>Heidelberg, Germany 🇩🇪</p>
</div>
<h2>About me</h2>
<ul>
<li>Computer Science student @ Karlsruhe Institute of Technology (KIT)</li>
@ -25,8 +31,7 @@
<li>PGP Public Key: <a href="./pgp/adrian@abmgrt.dev.asc" id="pgp-link" data-umami-event="pgp-link">1926 6AB5 BE9E B9C5</a></li>
</ul>
<li>Matrix: <a href="https://matrix.to/#/@adrian:abmgrt.dev" id="matrix-link" data-umami-event="matrix-link">@adrian:abmgrt.dev</a></li>
<li>Github: <a href="https://github.com/rainloreley" id="github-link" data-umami-event="github-link">@rainloreley</a></li>
<li>Gitea: <a href="https://git.abmgrt.dev/rainloreley" id="gitea-link" data-umami-event="gitea-link">git.abmgrt.dev/rainloreley</a></li>
<li>Git: <a href="https://github.com/rainloreley" id="github-link" data-umami-event="github-link">github/@rainloreley</a> // <a href="https://git.abmgrt.dev/rainloreley" id="gitea-link" data-umami-event="gitea-link">git.abmgrt.dev/rainloreley</a></li>
<li>Instagram: <a href="https://www.instagram.com/rainloreley/" id="instagram-link" data-umami-event="instagram-link">@rainloreley</a></li>
</ul>