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" %}
|
||||
<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>
|
||||
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>
|
||||
<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" />
|
||||
</HEAD>
|
||||
|
||||
<BODY LEFTMARGIN="0" TOPMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0" BACKGROUND="/assets/img/retro/BG.GIF">
|
||||
<FONT COLOR="WHITE" FACE="SERIF" SIZE="4PX">
|
||||
<TABLE ID="MYTABLE" WIDTH="768PX" BORDER="6PX GREY RIDGE">
|
||||
<BODY>
|
||||
<TABLE ID="MYTABLE">
|
||||
<THEAD>
|
||||
<TR>
|
||||
<TH COLSPAN="3">
|
||||
|
@ -23,7 +23,7 @@ layout: none
|
|||
</THEAD>
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD VALIGN="TOP">
|
||||
<TD>
|
||||
<TABLE>
|
||||
<THEAD>
|
||||
<TR>
|
||||
|
@ -35,7 +35,7 @@ layout: none
|
|||
<TBODY>
|
||||
<TR>
|
||||
<TD>
|
||||
<A HREF="/"><FONT COLOR="LIGHTBLUE">Old site</FONT></A>
|
||||
<A HREF="/">Old site</A>
|
||||
</TD>
|
||||
</TR>
|
||||
{%- assign main_pages = site.content | where: "less_important", null -%}
|
||||
|
@ -43,7 +43,7 @@ layout: none
|
|||
{%- unless html_page.url == '/' -%}
|
||||
<TR>
|
||||
<TD>
|
||||
<A HREF="{{ html_page.url }}"><FONT COLOR="LIGHTBLUE">{{ html_page.title }}</FONT></A>
|
||||
<A HREF="{{ html_page.url }}">{{ html_page.title }}</A>
|
||||
</TD>
|
||||
</TR>
|
||||
{%- endunless -%}
|
||||
|
@ -51,14 +51,14 @@ layout: none
|
|||
</TBODY>
|
||||
</TABLE>
|
||||
</TD>
|
||||
<TD>
|
||||
<TD ID=" MAIN">
|
||||
<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 />
|
||||
|
||||
<IMG SRC='/assets/img/retro/LESBUN.GIF' />
|
||||
<BR /><BR />
|
||||
<BR />
|
||||
|
||||
<H2>What?</H2>
|
||||
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>
|
||||
{% for project in site.projects %}
|
||||
<LI>
|
||||
<A HREF="{{ project.url }}" TITLE=" {{ project.description | replace: '"', '"'}}"><FONT
|
||||
COLOR="LIGHTBLUE">{{project.name }}</FONT></A>
|
||||
<A HREF="{{ project.url }}"
|
||||
TITLE=" {{ project.description | replace: '"', '"'}}">{{ project.name }}</A>
|
||||
</LI>
|
||||
{% endfor %}
|
||||
</UL>
|
||||
Of course, I've done much more than just that! :)
|
||||
<BR />
|
||||
You can see more of my projects on <A HREF='https://git.bune.city/lynnesbian'><FONT COLOR="LIGHTBLUE">my own
|
||||
personal Git web page</FONT></A>, or <A HREF='https://github.com/Lynnesbian'><FONT COLOR="LIGHTBLUE">my online
|
||||
GitHub account</FONT></A>.
|
||||
You can see more of my projects on <A HREF='https://git.bune.city/lynnesbian'>my own personal Git
|
||||
web
|
||||
page</A>, or <A HREF='https://github.com/Lynnesbian'>my online GitHub account</A>.
|
||||
|
||||
<H2>How?</H2>
|
||||
Some of the tools I often use to work are:
|
||||
<UL>
|
||||
<LI><A HREF='https://archlinux.org'><FONT COLOR="LIGHTBLUE">Arch GNU/Linux</FONT></A></LI>
|
||||
<LI><A HREF='https://debian.org'><FONT COLOR="LIGHTBLUE">Debian GNU/Linux</FONT></A></LI>
|
||||
<LI><A HREF='https://code.visualstudio.com/'><FONT COLOR="LIGHTBLUE">MicroSoft Visual Studio Code</FONT></A>
|
||||
[WARNING: Not free software by default, unless you download the open source edition]</LI>
|
||||
<LI><A HREF='https://getfirefox.com'><FONT COLOR="LIGHTBLUE">Mozilla FireFox</FONT></A></LI>
|
||||
<LI><A HREF='https://archlinux.org'>Arch GNU/Linux</A></LI>
|
||||
<LI><A HREF='https://debian.org'>Debian GNU/Linux</A></LI>
|
||||
<LI><A HREF='https://code.visualstudio.com/'>MicroSoft Visual Studio Code</A> [WARNING: Not free
|
||||
software by
|
||||
default, unless you download the open source edition]</LI>
|
||||
<LI><A HREF='https://getfirefox.com'>Mozilla FireFox</A></LI>
|
||||
</UL>
|
||||
|
||||
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.
|
||||
<H2>Where?</H2>
|
||||
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>
|
||||
Until the end of cyber freedom as we know it, the webmasters, webmistresses and webmakers of the
|
||||
|
@ -117,13 +118,13 @@ layout: none
|
|||
<BR />
|
||||
|
||||
</TD>
|
||||
<TD VALIGN="TOP">
|
||||
<TD>
|
||||
You are visitor number <TT>PHP Parse error</TT>!
|
||||
<BR />
|
||||
<BR />
|
||||
<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://debian.org'><FONT COLOR="LIGHTBLUE"><IMG SRC='/assets/img/retro/DEBIAN.GIF' /></FONT></A>
|
||||
<A HREF='https://getfirefox.com'><IMG SRC='/assets/img/retro/GETFF.GIF' /></A>
|
||||
<A HREF='https://debian.org'><IMG SRC='/assets/img/retro/DEBIAN.GIF' /></A>
|
||||
<IMG SRC='/assets/img/retro/CSSCOMPT.GIF' />
|
||||
<BR />
|
||||
Take back your computing freedom - switch to GNU/Linux today!
|
||||
|
@ -143,12 +144,11 @@ layout: none
|
|||
<BR />
|
||||
Web content and design by Lynne.
|
||||
<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>
|
||||
</TR>
|
||||
</TFOOT>
|
||||
</TABLE>
|
||||
</FONT>
|
||||
|
||||
</BODY>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang='en-AU' prefix="og: https://ogp.me/ns#">
|
||||
<html lang='en-AU' prefix="og: http://ogp.me/ns#">
|
||||
|
||||
<head>
|
||||
<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/fonts/fonts.css">
|
||||
<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>
|
||||
<!--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>
|
||||
<meta property="og:title" content="{{ page.title | default: 'Henlo!' }}">
|
||||
<meta property="og:site_name" content="lynnesbian dot space">
|
||||
|
@ -29,7 +21,7 @@
|
|||
<body>
|
||||
<header>
|
||||
<section id="header-content">
|
||||
<picture>
|
||||
<picture id="logo">
|
||||
<source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp">
|
||||
<img id="logo"
|
||||
src="/assets/img/lynnesoft-centred.png"
|
||||
|
|
|
@ -8,5 +8,4 @@ layout: default
|
|||
</div>
|
||||
<p>{{ page.description }}</p>
|
||||
{{ 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