add index.html

main
Philipp Rothmann 2023-10-02 12:16:55 +02:00
parent 57e351a1f4
commit 97b37ac111
1 changed files with 30 additions and 7 deletions

View File

@ -1,8 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>Philipp Rothmann</title>
</head>
<body>
Hello, World!
</body>
</html>
<head>
<title>Philipp Rothmann</title>
</head>
<body>
<h1>Hello, You!</h1>
<h1>I'm Philipp, aka. yksflip</h1>
<br />
<h3>You might know me from:</h3>
<ul>
<li><a href="https://github.com/foodcoops/foodsoft/">Foodsoft</a> - Ordersystem for Foodcooperatives</li>
<li><a href="https://luebeck.freifunk.net">Freifunk Lübeck</a> - Community network in Lübeck</li>
<li><a href="https://coopcloud.tech">Coop-Cloud</a> - Public Interest Infrastructure</li>
<li><a href="https://local-it.org">local-it</a> - digital souvereignity, foss, hosting stuff</li>
<li><a href="https://chaotikum.org">Chaotikum</a> - Hackspace zu Lübeck</li>
</ul>
<h3>You can find me here:</h3>
<ul>
<li><a href="https://github.com/yksflip">Github</a></li>
<li><a href="https://chaos.social/@yksflip">Mastodon</a></li>
</ul>
<h3>Contact me</h3>
Send me an <a href="mailto:moin@philipprothmann.de">E-Mail</a> or text me on <a href="https://matrix.to/#/@yksflip:matrix.kaputt.cloud">Matrix</a>! :)
</body>
</html>