Compare commits
No commits in common. "d1de15af29670c395b8330558dc7335fa3df5f47" and "e145ace1a6ece1bddf449c4d5a06104c2126f1d3" have entirely different histories.
d1de15af29
...
e145ace1a6
4 changed files with 8 additions and 37 deletions
|
@ -3,7 +3,7 @@ title: About
|
||||||
---
|
---
|
||||||
{% include h.html level=2 content="What I do" %}
|
{% include h.html level=2 content="What I do" %}
|
||||||
<p>
|
<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.
|
story-driven games, photography, and writing.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -51,20 +51,18 @@ title: About
|
||||||
{% include h.html level=2 content="What I use" %}
|
{% include h.html level=2 content="What I use" %}
|
||||||
<p>
|
<p>
|
||||||
All my computers and laptops run Linux, perhaps unsurprisingly. I mainly stick to
|
All my computers and laptops run Linux, perhaps unsurprisingly. I mainly stick to
|
||||||
<a href="https://fedoraproject.org">Fedora</a> and <a href="https://debian.org">Debian</a>, although in the past I
|
<a href="https://archlinux.org">Arch</a> and <a href="https://debian.org">Debian</a>. Every Android phone I've ever
|
||||||
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
|
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
|
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. One UI finally won me
|
<a href="https://lineageos.org/">LineageOS</a> at some point, usually soon after purchase. This includes my current
|
||||||
over, and rooting phones is just too annoying now, with
|
phone.
|
||||||
<a href="https://developer.android.com/google/play/integrity">Play Integrity</a> (formerly SafetyNet) and all that.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
I consider myself an advocate for free and open source software, and all of my existing projects are licensed under
|
I consider myself an advocate for free and open source software, and all of my existing projects are licensed under
|
||||||
copyleft or permissive licences.
|
copyleft or permissive licences.
|
||||||
</p>
|
</p>
|
||||||
<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>!
|
<a rel="me" href="https://fedi.lynnesbian.space/@lynnesbian">my account at fedi.lynnesbian.space</a>!
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -17,12 +17,10 @@ custom_heading: true
|
||||||
|
|
||||||
{% include h.html level=2 content="Quick Links" %}
|
{% include h.html level=2 content="Quick Links" %}
|
||||||
<p>
|
<p>
|
||||||
I'm on the Fediverse! Follow me:
|
I'm on the Fediverse! Follow me: <a rel="me" href="https://fedi.lynnesbian.space/@lynnesbian">@lynnesbian@fedi.lynnesbian.space</a>
|
||||||
<a rel="me" href="https://fedi.lynnesbian.space/@lynnesbian">@lynnesbian@fedi.lynnesbian.space</a>
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://bune.city/">My abandoned blog</a> updated very infrequently, and focused mostly on technology and/or
|
<a href="https://bune.city/">My abandoned blog</a> updated very infrequently, and focused mostly on technology and/or games.
|
||||||
games.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
My <a href="https://keybase.io/lynnesbian/pgp_keys.asc">public PGP key</a> is available on Keybase. I've proven
|
My <a href="https://keybase.io/lynnesbian/pgp_keys.asc">public PGP key</a> is available on Keybase. I've proven
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/style.css">
|
<link rel="stylesheet" type="text/css" href="/assets/style.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/fonts/fonts.css">
|
<link rel="stylesheet" type="text/css" href="/assets/fonts/fonts.css">
|
||||||
<link rel="shortcut icon" href="/assets/img/favicon.png">
|
<link rel="shortcut icon" href="/assets/img/favicon.png">
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
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;
|
|
||||||
}
|
|
Loading…
Reference in a new issue