My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/infra/website/crumbs/templates/home.html

52 lines
2.3 KiB

{% extends "base.html" %}
{% block css %}
<link href="{{ SITEURL }}/theme/css/home.css" rel="stylesheet">
{% endblock %}
{% block body %}
<div class="gay nav">
{% include "components/links.html" %}
</div>
{% include "components/title.html" %}
{% include "components/gay.html" %}
<div class="home-content">
<p><strong>Hi —</strong> Welcome to my dusty corner of the
internet.</p>
<p>My name is <strong>Katharina Fey</strong> and I'm a distributed
software researcher and musician from Berlin. I do a lot of
different things on a lot of different platforms. You can find some
of my work below.</p>
<div class="icons">
<a href="https://twitter.com/spacekookie" id="wiggle" class="hblue"><i class="fab fa-twitter"></i></a>
<a href="https://breadmachine.bandcamp.com" id="wiggle" class="horange"><i class="fab fa-bandcamp"></i></a>
<a href="https://git.irde.st/spacekookie" id="wiggle" class="hlila"><i class="fab fa-gitlab"></i></a>
<a href="https://octodon.social/@spacekookie" id="wiggle" class="hblue"><i class="fab fa-mastodon"></i></a>
<a href="https://breadmachine.itch.io" id="wiggle" class="hgreen"><i class="fab fa-itch-io"></i></a>
<a href="/keys/" id="wiggle" class="hyellow"><i class="fab fa-keycdn"></i></a>
<a href="https://pixelfed.de/spacekookie" id="wiggle" class="hlila"><img class="filter-lila" src="/theme/img/pictureblog.png" /></a>
<a href="https://github.com/spacekookie" id="wiggle" class="hred"><i class="fab fa-github"></i></a>
<a href="https://soundcloud.com/0xbreadmachine" id="wiggle" class="horange"><i class="fab fa-soundcloud"></i></a>
<a href="https://diode.zone/a/spacekookie" id="wiggle" class="hyellow"><img class="filter-yellow" src="/theme/img/peertube.png" /></a>
<a> </a>
<a href="https://dev.spacekookie.de/kookie/nomicon/" id="wiggle" class="hbrown"><img class="filter-brown" src="/theme/img/nomicon.png" /></a>
<a href="https://lists.sr.ht/~spacekookie/public-inbox" id="wiggle" class="hteal"><i class="fas fa-inbox"></i></a>
<a> </a>
<a> </a>
</div>
<p>To get in touch with me, you can send me an e-mail to
<a href="mailto:kookie@spacekookie.de" id="email"><b>kookie@spacekookie.de</b></a>
or to my <a href="">public inbox</a>.</p>
<div class="footer">
<a href="/impressum/" id="legal"><i class="fa fa-gavel"></i> Impressum</a>
</div>
</div>
{% endblock %}