Compare commits

...

4 Commits

4 changed files with 37 additions and 8 deletions

View File

@ -3,7 +3,7 @@ title: About
---
{% include h.html level=2 content="What I do" %}
<p>
My interests include creating and improving free software, learning all I can about computer science, playing
My interests include creating and improving free software, learning all I can about computer science, playing
story-driven games, photography, and writing.
</p>
<p>
@ -51,18 +51,20 @@ title: About
{% include h.html level=2 content="What I use" %}
<p>
All my computers and laptops run Linux, perhaps unsurprisingly. I mainly stick to
<a href="https://archlinux.org">Arch</a> and <a href="https://debian.org">Debian</a>. Every Android phone I've ever
<a href="https://fedoraproject.org">Fedora</a> and <a href="https://debian.org">Debian</a>, although in the past I
used <a href="https://archlinux.org">Arch</a>. Up until my most recent one, every Android phone I've ever
owned (with the exception of <a href="https://www.gsmarena.com/huawei_u8150_ideos-3513.php">my very first</a>) ended
up running <a href="https://en.wikipedia.org/wiki/CyanogenMod">Cyanogenmod</a> or
<a href="https://lineageos.org/">LineageOS</a> at some point, usually soon after purchase. This includes my current
phone.
<a href="https://lineageos.org/">LineageOS</a> at some point, usually soon after purchase. One UI finally won me
over, and rooting phones is just too annoying now, with
<a href="https://developer.android.com/google/play/integrity">Play Integrity</a> (formerly SafetyNet) and all that.
</p>
<p>
I consider myself an advocate for free and open source software, and all of my existing projects are licensed under
copyleft or permissive licences.
</p>
<p>
I'm fairly active on the Fediverse, and I self-host Mastodon. You can follow me on
I'm fairly active on the Fediverse, and I self-host Mastodon. You can follow me on
<a rel="me" href="https://fedi.lynnesbian.space/@lynnesbian">my account at fedi.lynnesbian.space</a>!
</p>
<p>

View File

@ -17,10 +17,12 @@ custom_heading: true
{% include h.html level=2 content="Quick Links" %}
<p>
I'm on the Fediverse! Follow me: <a rel="me" href="https://fedi.lynnesbian.space/@lynnesbian">@lynnesbian@fedi.lynnesbian.space</a>
I'm on the Fediverse! Follow me:
<a rel="me" href="https://fedi.lynnesbian.space/@lynnesbian">@lynnesbian@fedi.lynnesbian.space</a>
</p>
<p>
<a href="https://bune.city/">My abandoned blog</a> updated very infrequently, and focused mostly on technology and/or games.
<a href="https://bune.city/">My abandoned blog</a> updated very infrequently, and focused mostly on technology and/or
games.
</p>
<p>
My <a href="https://keybase.io/lynnesbian/pgp_keys.asc">public PGP key</a> is available on Keybase. I've proven

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/assets/style.css">
<link rel="stylesheet" type="text/css" href="/assets/fonts/fonts.css">
<link rel="shortcut icon" href="/assets/img/favicon.png">

25
assets/RETRO.CSS Normal file
View File

@ -0,0 +1,25 @@
BODY {
margin: 0;
background: url('/assets/img/retro/BG.GIF');
color: white;
font-family: serif;
}
A {
color: lightblue;
}
#MYTABLE {
width: 768px;
}
#MAIN {
border: 6px grey ridge;
width: 525px;
}
TD {
vertical-align: top;
}
TH {
font-weight: 400;
}
IMG {
margin-bottom: 10px;
}