bump age, fedi link
This commit is contained in:
parent
e3cf74d48c
commit
a0f3efb05a
4 changed files with 33 additions and 39 deletions
|
@ -17,7 +17,10 @@ custom_heading: true
|
||||||
|
|
||||||
{% include h.html level=2 content="Quick Links" %}
|
{% include h.html level=2 content="Quick Links" %}
|
||||||
<p>
|
<p>
|
||||||
<a href="https://bune.city/">My blog</a> is updated very infrequently, and focuses mostly on technology and/or games.
|
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.
|
||||||
</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
|
||||||
|
|
|
@ -8,12 +8,12 @@ layout: none
|
||||||
|
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>Welcome to my web site!</TITLE>
|
<TITLE>Welcome to my web site!</TITLE>
|
||||||
|
<LINK REL="stylesheet" TYPE="text/css" HREF="/assets/RETRO.CSS" />
|
||||||
<LINK REL="shortcut icon" HREF="/assets/img/favicon.png" />
|
<LINK REL="shortcut icon" HREF="/assets/img/favicon.png" />
|
||||||
</HEAD>
|
</HEAD>
|
||||||
|
|
||||||
<BODY LEFTMARGIN="0" TOPMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0" BACKGROUND="/assets/img/retro/BG.GIF">
|
<BODY>
|
||||||
<FONT COLOR="WHITE" FACE="SERIF" SIZE="4PX">
|
<TABLE ID="MYTABLE">
|
||||||
<TABLE ID="MYTABLE" WIDTH="768PX" BORDER="6PX GREY RIDGE">
|
|
||||||
<THEAD>
|
<THEAD>
|
||||||
<TR>
|
<TR>
|
||||||
<TH COLSPAN="3">
|
<TH COLSPAN="3">
|
||||||
|
@ -23,7 +23,7 @@ layout: none
|
||||||
</THEAD>
|
</THEAD>
|
||||||
<TBODY>
|
<TBODY>
|
||||||
<TR>
|
<TR>
|
||||||
<TD VALIGN="TOP">
|
<TD>
|
||||||
<TABLE>
|
<TABLE>
|
||||||
<THEAD>
|
<THEAD>
|
||||||
<TR>
|
<TR>
|
||||||
|
@ -35,7 +35,7 @@ layout: none
|
||||||
<TBODY>
|
<TBODY>
|
||||||
<TR>
|
<TR>
|
||||||
<TD>
|
<TD>
|
||||||
<A HREF="/"><FONT COLOR="LIGHTBLUE">Old site</FONT></A>
|
<A HREF="/">Old site</A>
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
{%- assign main_pages = site.content | where: "less_important", null -%}
|
{%- assign main_pages = site.content | where: "less_important", null -%}
|
||||||
|
@ -43,7 +43,7 @@ layout: none
|
||||||
{%- unless html_page.url == '/' -%}
|
{%- unless html_page.url == '/' -%}
|
||||||
<TR>
|
<TR>
|
||||||
<TD>
|
<TD>
|
||||||
<A HREF="{{ html_page.url }}"><FONT COLOR="LIGHTBLUE">{{ html_page.title }}</FONT></A>
|
<A HREF="{{ html_page.url }}">{{ html_page.title }}</A>
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
{%- endunless -%}
|
{%- endunless -%}
|
||||||
|
@ -51,14 +51,14 @@ layout: none
|
||||||
</TBODY>
|
</TBODY>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
</TD>
|
</TD>
|
||||||
<TD>
|
<TD ID=" MAIN">
|
||||||
<H2>Who?</H2>
|
<H2>Who?</H2>
|
||||||
My name is Lynne, a twenty-four year old woman living in Australia (the land down under!)
|
My name is Lynne, a twenty-five year old woman living in Australia (the land down under!)
|
||||||
<BR />
|
<BR />
|
||||||
<BR />
|
<BR />
|
||||||
|
|
||||||
<IMG SRC='/assets/img/retro/LESBUN.GIF' />
|
<IMG SRC='/assets/img/retro/LESBUN.GIF' />
|
||||||
<BR /><BR />
|
<BR />
|
||||||
|
|
||||||
<H2>What?</H2>
|
<H2>What?</H2>
|
||||||
I make <I>free and open source software</I>, which is software that can be modified and distributed
|
I make <I>free and open source software</I>, which is software that can be modified and distributed
|
||||||
|
@ -69,25 +69,26 @@ layout: none
|
||||||
<UL>
|
<UL>
|
||||||
{% for project in site.projects %}
|
{% for project in site.projects %}
|
||||||
<LI>
|
<LI>
|
||||||
<A HREF="{{ project.url }}" TITLE=" {{ project.description | replace: '"', '"'}}"><FONT
|
<A HREF="{{ project.url }}"
|
||||||
COLOR="LIGHTBLUE">{{project.name }}</FONT></A>
|
TITLE=" {{ project.description | replace: '"', '"'}}">{{ project.name }}</A>
|
||||||
</LI>
|
</LI>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</UL>
|
</UL>
|
||||||
Of course, I've done much more than just that! :)
|
Of course, I've done much more than just that! :)
|
||||||
<BR />
|
<BR />
|
||||||
You can see more of my projects on <A HREF='https://git.bune.city/lynnesbian'><FONT COLOR="LIGHTBLUE">my own
|
You can see more of my projects on <A HREF='https://git.bune.city/lynnesbian'>my own personal Git
|
||||||
personal Git web page</FONT></A>, or <A HREF='https://github.com/Lynnesbian'><FONT COLOR="LIGHTBLUE">my online
|
web
|
||||||
GitHub account</FONT></A>.
|
page</A>, or <A HREF='https://github.com/Lynnesbian'>my online GitHub account</A>.
|
||||||
|
|
||||||
<H2>How?</H2>
|
<H2>How?</H2>
|
||||||
Some of the tools I often use to work are:
|
Some of the tools I often use to work are:
|
||||||
<UL>
|
<UL>
|
||||||
<LI><A HREF='https://archlinux.org'><FONT COLOR="LIGHTBLUE">Arch GNU/Linux</FONT></A></LI>
|
<LI><A HREF='https://archlinux.org'>Arch GNU/Linux</A></LI>
|
||||||
<LI><A HREF='https://debian.org'><FONT COLOR="LIGHTBLUE">Debian GNU/Linux</FONT></A></LI>
|
<LI><A HREF='https://debian.org'>Debian GNU/Linux</A></LI>
|
||||||
<LI><A HREF='https://code.visualstudio.com/'><FONT COLOR="LIGHTBLUE">MicroSoft Visual Studio Code</FONT></A>
|
<LI><A HREF='https://code.visualstudio.com/'>MicroSoft Visual Studio Code</A> [WARNING: Not free
|
||||||
[WARNING: Not free software by default, unless you download the open source edition]</LI>
|
software by
|
||||||
<LI><A HREF='https://getfirefox.com'><FONT COLOR="LIGHTBLUE">Mozilla FireFox</FONT></A></LI>
|
default, unless you download the open source edition]</LI>
|
||||||
|
<LI><A HREF='https://getfirefox.com'>Mozilla FireFox</A></LI>
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
The best way to create free software is <I>with</I> free software. ;)
|
The best way to create free software is <I>with</I> free software. ;)
|
||||||
|
@ -106,7 +107,7 @@ layout: none
|
||||||
sound paranoid, but in my opinion, it's better safe than sorry.
|
sound paranoid, but in my opinion, it's better safe than sorry.
|
||||||
<H2>Where?</H2>
|
<H2>Where?</H2>
|
||||||
You won't find me on any data-slurping "social media" websites. Drop me a line at
|
You won't find me on any data-slurping "social media" websites. Drop me a line at
|
||||||
<A HREF='mailto:lynne@bune.city'><FONT COLOR="LIGHTBLUE">lynne@bune.city</FONT></A> if you need to get in touch.
|
<A HREF='mailto:lynne@bune.city'>lynne@bune.city</A> if you need to get in touch.
|
||||||
|
|
||||||
<H2>When?</H2>
|
<H2>When?</H2>
|
||||||
Until the end of cyber freedom as we know it, the webmasters, webmistresses and webmakers of the
|
Until the end of cyber freedom as we know it, the webmasters, webmistresses and webmakers of the
|
||||||
|
@ -117,13 +118,13 @@ layout: none
|
||||||
<BR />
|
<BR />
|
||||||
|
|
||||||
</TD>
|
</TD>
|
||||||
<TD VALIGN="TOP">
|
<TD>
|
||||||
You are visitor number <TT>PHP Parse error</TT>!
|
You are visitor number <TT>PHP Parse error</TT>!
|
||||||
<BR />
|
<BR />
|
||||||
<BR />
|
<BR />
|
||||||
<IMG SRC='/assets/img/retro/FREE.GIF' />
|
<IMG SRC='/assets/img/retro/FREE.GIF' />
|
||||||
<A HREF='https://getfirefox.com'><FONT COLOR="LIGHTBLUE"><IMG SRC='/assets/img/retro/GETFF.GIF' /></FONT></A>
|
<A HREF='https://getfirefox.com'><IMG SRC='/assets/img/retro/GETFF.GIF' /></A>
|
||||||
<A HREF='https://debian.org'><FONT COLOR="LIGHTBLUE"><IMG SRC='/assets/img/retro/DEBIAN.GIF' /></FONT></A>
|
<A HREF='https://debian.org'><IMG SRC='/assets/img/retro/DEBIAN.GIF' /></A>
|
||||||
<IMG SRC='/assets/img/retro/CSSCOMPT.GIF' />
|
<IMG SRC='/assets/img/retro/CSSCOMPT.GIF' />
|
||||||
<BR />
|
<BR />
|
||||||
Take back your computing freedom - switch to GNU/Linux today!
|
Take back your computing freedom - switch to GNU/Linux today!
|
||||||
|
@ -143,12 +144,11 @@ layout: none
|
||||||
<BR />
|
<BR />
|
||||||
Web content and design by Lynne.
|
Web content and design by Lynne.
|
||||||
<BR />
|
<BR />
|
||||||
Background image by <A HREF='http://emma31.tripod.com/allbacks.html'><FONT COLOR="LIGHTBLUE">Emma31</FONT></A>!
|
Background image by <A HREF='http://emma31.tripod.com/allbacks.html'>Emma31</A>!
|
||||||
</TH>
|
</TH>
|
||||||
</TR>
|
</TR>
|
||||||
</TFOOT>
|
</TFOOT>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
</FONT>
|
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang='en-AU' prefix="og: https://ogp.me/ns#">
|
<html lang='en-AU' prefix="og: http://ogp.me/ns#">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
@ -7,16 +7,8 @@
|
||||||
<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">
|
||||||
<link
|
|
||||||
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&family=IBM+Plex+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap"
|
|
||||||
rel="stylesheet"
|
|
||||||
>
|
|
||||||
<script src='/assets/script.js'></script>
|
<script src='/assets/script.js'></script>
|
||||||
<!--suppress JSUnresolvedLibraryURL -->
|
<script async src="https://ackee.lynnesbian.space/script.js" data-ackee-server="https://ackee.lynnesbian.space" data-ackee-domain-id="f0217e7d-ec2a-4a9b-baf3-d2d2215810ba"></script>
|
||||||
<script async src="https://ackee.lynnesbian.space/script.js"
|
|
||||||
data-ackee-server="https://ackee.lynnesbian.space"
|
|
||||||
data-ackee-domain-id="f0217e7d-ec2a-4a9b-baf3-d2d2215810ba"
|
|
||||||
></script>
|
|
||||||
<title>{{ page.title | default: "lynnesbian dot space" }}</title>
|
<title>{{ page.title | default: "lynnesbian dot space" }}</title>
|
||||||
<meta property="og:title" content="{{ page.title | default: 'Henlo!' }}">
|
<meta property="og:title" content="{{ page.title | default: 'Henlo!' }}">
|
||||||
<meta property="og:site_name" content="lynnesbian dot space">
|
<meta property="og:site_name" content="lynnesbian dot space">
|
||||||
|
@ -29,7 +21,7 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<section id="header-content">
|
<section id="header-content">
|
||||||
<picture>
|
<picture id="logo">
|
||||||
<source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp">
|
<source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp">
|
||||||
<img id="logo"
|
<img id="logo"
|
||||||
src="/assets/img/lynnesoft-centred.png"
|
src="/assets/img/lynnesoft-centred.png"
|
||||||
|
|
|
@ -8,5 +8,4 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
{{ content | rstrip | default: "There's nothing here yet." }}
|
{{ content | rstrip | default: "There's nothing here yet." }}
|
||||||
<!--suppress HtmlUnknownTarget -->
|
|
||||||
<a href="/projects.html">Back to all projects</a>
|
<a href="/projects.html">Back to all projects</a>
|
Loading…
Reference in a new issue