33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Adrian Baumgart</title>
|
||
|
<link href="./index.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Adrian Baumgart</h1>
|
||
|
<caption>I'm too lazy to make a good website so this is all there is</caption>
|
||
|
<h2>About me</h2>
|
||
|
<ul>
|
||
|
<li>Computer Science student @ Karlsruhe Institute of Technology (KIT)</li>
|
||
|
<li>Occasional hobbyist photographer</li>
|
||
|
<li>Interested in server stuff (especially self-hosted projects)</li>
|
||
|
<li>Event technician for 7 years at high school</li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Contact & Social media</h2>
|
||
|
<ul>
|
||
|
<li>Email: <a href="mailto:adrian@abmgrt.dev">adrian@abmgrt.dev</a></li>
|
||
|
<ul>
|
||
|
<li>PGP Public Key: <a href="./pgp/adrian@abmgrt.dev.asc">1926 6AB5 BE9E B9C5</a></li>
|
||
|
</ul>
|
||
|
<li>Matrix: <a href="https://matrix.to/#/@adrian:abmgrt.dev">@adrian:abmgrt.dev</a></li>
|
||
|
<li>Github: <a href="https://github.com/rainloreley">@rainloreley</a></li>
|
||
|
<li>Gitea: <a href="https://git.abmgrt.dev/rainloreley">git.abmgrt.dev/rainloreley</a></li>
|
||
|
<li>Instagram: <a href="https://www.instagram.com/rainloreley/">@rainloreley</a></li>
|
||
|
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|