website: update front page

main
Katharina Fey 2 years ago
parent 1b0a23aaf1
commit 6ea46440e8
Signed by: kookie
GPG Key ID: 90734A9E619C8A6C
  1. 25
      infra/website/content/pages/whoami.md
  2. 2
      infra/website/crumbs/static/css/crumbs.css
  3. 69
      infra/website/crumbs/static/css/home.css
  4. 64
      infra/website/crumbs/static/img/irdest.svg
  5. 2
      infra/website/crumbs/templates/base.html

@ -6,14 +6,27 @@ Template: home
**Hi –** Welcome to my dusty corner of the internet.
My name is **Katharina Fey** and I'm a software developer from Berlin.
I like taking photos, writing stories and starting way too many personal projects.
My name is **Katharina Fey** and I'm a software researcher from Berlin.
I like taking photos, making music, and having way too many projects.
You can find some of my work below.
<div class="icons">
<a href="https://twitter.com/spacekookie" id="twitter"><i class="fab fa-twitter"></i> Twitter</a>
<a href="https://github.com/spacekookie" id="github"><i class="fab fa-github"></i> Github</a>
<a href="https://www.flickr.com/photos/155806624@N05/" id="flickr"><i class="fas fa-camera-retro"></i> Flickr</a>
<a href="/keys/" id="keys"><i class="fab fa-keycdn"></i> Keys</a>
<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"><i class="fa-solid fa-camera-retro"></i></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"><i class="fas fa-film"></i></a>
<a> </a>
<a href="https://dev.spacekookie.de/kookie/nomicon/" id="wiggle" class="hbrown"><i class="fa-solid fa-cookie"></i></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>
To get in touch with me, you can also send an e-mail to <a href="mailto:kookie@spacekookie.de" id="email"><b>kookie@spacekookie.de</b></a>

@ -172,7 +172,7 @@ body {
.colour12 { background-color: #6ccaca; }
.colour13 { background-color: #6997c8; }
.colour14 { background-color: #ca98c9; }
.colour15 { background-color: #ce7b59; }
.colour15 { background-color: #be6b49; }
@media (max-width: 480px) {
.nav.gay {

@ -41,39 +41,40 @@ a, a:visited a:hover, a:active, a:link {
display: block;
font-family: Inconsolata;
font-size: 2.5em;
line-height: 1.3em;
font-style: normal;
font-variant: normal;
line-height: 1em;
width: 1em;
height: 1em;
padding: .5em;
margin: .1em;
box-shadow: 15px 15px 1px #111111;
border: #999999 1px solid;
background-color: #363636;
}
#twitter:hover, #twitter:focus {
color: #6997c8;
animation: .45s jump 2 linear;
}
#github:hover, #github:focus {
color: #ef787b;
animation: .45s jump 2 linear;
}
#flickr:hover, #flickr:focus {
color: #99cb9b;
animation: .45s jump 2 linear;
}
#keys:hover, #keys:focus {
color: #ca98c9;
animation: .45s jump 2 linear;
.hblue:hover, .hblue:focus { color: #6997c8; }
.hred:hover, .hred:focus { color: #ef787b; }
.hgreen:hover, .hgreen:focus { color: #99cb9b; }
.hlila:hover, .hlila:focus { color: #ca98c9; }
.hyellow:hover, .hyellow:focus { color: #e7d853; }
.hteal:hover, .hteal:focus { color: #6ccaca; }
.horange:hover, .horange:focus { color: #f6915f; }
.hbrown:hover, .hbrown:focus { color: #be6b49; }
#wiggle:hover, #wiggle:focus {
animation: .15s wiggle ease infinite;
box-shadow: none;
}
#email:hover, #email:focus { color: #6ccaca; }
#legal:hover, #legal:focus {
color: #e7d853;
animation: .45s jump infinite linear;
.icons {
padding: 1em 8em;
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
}
.icons { padding: 0.25em 1em; }
.icons h1 {
font-family: Inconsolata;
@ -83,9 +84,15 @@ a, a:visited a:hover, a:active, a:link {
font-variant: normal;
}
@keyframes jump {
0% { transform: translateY(0); }
20% { transform: translateY(-.075em); }
80% { transform: translateY(.025em); }
100% { transform: translateY(0); }
}
@keyframes wiggle {
0% { transform: translate(0em, 0em); }
12.5% { transform: translate(.025em, -.0725em) rotateZ(2deg); }
25% { transform: translate(.125em, 0em) rotateZ(1.725deg);; }
37.5% { transform: translate(.025em, .025em) rotateZ(-1.725deg);; }
50% { transform: translate(0em, 0em) rotateZ(-1.725deg);; }
62.5% { transform: translate(-.025em, -.1em) rotateZ(-1.725deg);; }
75% { transform: translate(-.125em, 0em) rotateZ(-1.725deg);; }
87.5% { transform: translate(-.1em, .1em) rotateZ(1.725deg);; }
100% { transform: translate(0em, 0em) rotateZ(1.725deg);; }
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

@ -14,7 +14,7 @@
<link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
{% block css %}{% endblock %}
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.6/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.1/css/all.css">
<link rel="alternate" type="application/rss+xml" href="{{ SITEURL }}/rss.xml" title="{{ SITENAME }} — Latest Posts" />
</head>

Loading…
Cancel
Save