2021-05-02 08:46:59 +00:00
|
|
|
---
|
|
|
|
title: "Retro"
|
|
|
|
less_important: true
|
|
|
|
layout: none
|
|
|
|
---
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
<HTML LANG='en-AU'>
|
|
|
|
|
|
|
|
<HEAD>
|
|
|
|
<TITLE>Welcome to my web site!</TITLE>
|
2021-05-02 09:05:16 +00:00
|
|
|
<LINK REL="shortcut icon" HREF="/assets/img/favicon.png" />
|
2021-05-02 08:46:59 +00:00
|
|
|
</HEAD>
|
|
|
|
|
2021-10-16 06:04:23 +00:00
|
|
|
<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">
|
2021-05-02 08:46:59 +00:00
|
|
|
<THEAD>
|
|
|
|
<TR>
|
|
|
|
<TH COLSPAN="3">
|
|
|
|
<H1>WELCOME!</H1>
|
|
|
|
</TH>
|
|
|
|
</TR>
|
|
|
|
</THEAD>
|
|
|
|
<TBODY>
|
|
|
|
<TR>
|
2021-10-16 06:04:23 +00:00
|
|
|
<TD VALIGN="TOP">
|
2021-05-02 08:46:59 +00:00
|
|
|
<TABLE>
|
|
|
|
<THEAD>
|
|
|
|
<TR>
|
|
|
|
<TH>
|
|
|
|
<H2>Links!</H2>
|
|
|
|
</TH>
|
|
|
|
</TR>
|
|
|
|
</THEAD>
|
|
|
|
<TBODY>
|
|
|
|
<TR>
|
|
|
|
<TD>
|
2021-10-16 06:04:23 +00:00
|
|
|
<A HREF="/"><FONT COLOR="LIGHTBLUE">Old site</FONT></A>
|
2021-05-02 08:46:59 +00:00
|
|
|
</TD>
|
|
|
|
</TR>
|
2021-05-02 08:48:29 +00:00
|
|
|
{%- assign main_pages = site.content | where: "less_important", null -%}
|
2021-05-02 08:46:59 +00:00
|
|
|
{%- for html_page in main_pages -%}
|
|
|
|
{%- unless html_page.url == '/' -%}
|
|
|
|
<TR>
|
|
|
|
<TD>
|
2021-10-16 06:04:23 +00:00
|
|
|
<A HREF="{{ html_page.url }}"><FONT COLOR="LIGHTBLUE">{{ html_page.title }}</FONT></A>
|
2021-05-02 08:46:59 +00:00
|
|
|
</TD>
|
|
|
|
</TR>
|
|
|
|
{%- endunless -%}
|
|
|
|
{%- endfor %}
|
|
|
|
</TBODY>
|
|
|
|
</TABLE>
|
|
|
|
</TD>
|
2021-10-16 06:04:23 +00:00
|
|
|
<TD>
|
2021-05-02 08:46:59 +00:00
|
|
|
<H2>Who?</H2>
|
2022-08-06 03:10:55 +00:00
|
|
|
My name is Lynne, a twenty-four year old woman living in Australia (the land down under!)
|
2021-05-02 08:46:59 +00:00
|
|
|
<BR />
|
|
|
|
<BR />
|
|
|
|
|
|
|
|
<IMG SRC='/assets/img/retro/LESBUN.GIF' />
|
2021-10-16 06:04:23 +00:00
|
|
|
<BR /><BR />
|
2021-05-02 08:46:59 +00:00
|
|
|
|
|
|
|
<H2>What?</H2>
|
|
|
|
I make <I>free and open source software</I>, which is software that can be modified and distributed
|
|
|
|
however
|
|
|
|
you please - on any computer in the world!!
|
|
|
|
<BR />
|
|
|
|
Some of my projects include (mouse over to learn more!):
|
|
|
|
<UL>
|
|
|
|
{% for project in site.projects %}
|
|
|
|
<LI>
|
2021-10-16 06:04:23 +00:00
|
|
|
<A HREF="{{ project.url }}" TITLE=" {{ project.description | replace: '"', '"'}}"><FONT
|
|
|
|
COLOR="LIGHTBLUE">{{project.name }}</FONT></A>
|
2021-05-02 08:46:59 +00:00
|
|
|
</LI>
|
|
|
|
{% endfor %}
|
|
|
|
</UL>
|
|
|
|
Of course, I've done much more than just that! :)
|
|
|
|
<BR />
|
2021-10-16 06:04:23 +00:00
|
|
|
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>.
|
2021-05-02 08:46:59 +00:00
|
|
|
|
|
|
|
<H2>How?</H2>
|
|
|
|
Some of the tools I often use to work are:
|
|
|
|
<UL>
|
2021-10-16 06:04:23 +00:00
|
|
|
<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>
|
2021-05-02 08:46:59 +00:00
|
|
|
</UL>
|
|
|
|
|
|
|
|
The best way to create free software is <I>with</I> free software. ;)
|
|
|
|
|
|
|
|
<H2>Why?</H2>
|
|
|
|
I have a passion for creating software for the world to use, and I think that making softwares
|
|
|
|
available free
|
|
|
|
of any restrictions is vitally important. Steve Ballmer may refer to copy-left licenses as a
|
|
|
|
"cancer", but
|
|
|
|
imagine a world without freedom to distribute and modify - Your personal computer could bombard you
|
|
|
|
with paid
|
|
|
|
advertisements, huge corporations would be able to stymie any opposition to their products through
|
|
|
|
sheer force
|
|
|
|
and intentional incompatibilities, and your cell phone might even track your every move! I realise
|
|
|
|
that I
|
|
|
|
sound paranoid, but in my opinion, it's better safe than sorry.
|
|
|
|
<H2>Where?</H2>
|
2021-05-02 09:20:05 +00:00
|
|
|
You won't find me on any data-slurping "social media" websites. Drop me a line at
|
2021-10-16 06:04:23 +00:00
|
|
|
<A HREF='mailto:lynne@bune.city'><FONT COLOR="LIGHTBLUE">lynne@bune.city</FONT></A> if you need to get in touch.
|
2021-05-02 08:46:59 +00:00
|
|
|
|
|
|
|
<H2>When?</H2>
|
|
|
|
Until the end of cyber freedom as we know it, the webmasters, webmistresses and webmakers of the
|
|
|
|
world will be
|
|
|
|
fighting back.
|
|
|
|
<MARQUEE>Information wants to be free...</MARQUEE>
|
|
|
|
<BR />
|
|
|
|
<BR />
|
|
|
|
|
|
|
|
</TD>
|
2021-10-16 06:04:23 +00:00
|
|
|
<TD VALIGN="TOP">
|
2021-05-02 08:46:59 +00:00
|
|
|
You are visitor number <TT>PHP Parse error</TT>!
|
|
|
|
<BR />
|
|
|
|
<BR />
|
|
|
|
<IMG SRC='/assets/img/retro/FREE.GIF' />
|
2021-10-16 06:04:23 +00:00
|
|
|
<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>
|
2021-05-02 08:46:59 +00:00
|
|
|
<IMG SRC='/assets/img/retro/CSSCOMPT.GIF' />
|
|
|
|
<BR />
|
|
|
|
Take back your computing freedom - switch to GNU/Linux today!
|
|
|
|
<BR />
|
|
|
|
<BR />
|
|
|
|
This website proudly uses <B>no JavaScript</B> whatsoever!
|
|
|
|
|
|
|
|
</TD>
|
|
|
|
</TR>
|
|
|
|
</TBODY>
|
|
|
|
<TFOOT>
|
|
|
|
<TR>
|
|
|
|
<TH COLSPAN="3">
|
|
|
|
This page is best viewed with a screen resolution of <B>800x600</B> or greater!
|
|
|
|
<BR />
|
|
|
|
<I>Page last updated January 1 1980 at 00:00.</I>
|
|
|
|
<BR />
|
|
|
|
Web content and design by Lynne.
|
|
|
|
<BR />
|
2021-10-16 06:04:23 +00:00
|
|
|
Background image by <A HREF='http://emma31.tripod.com/allbacks.html'><FONT COLOR="LIGHTBLUE">Emma31</FONT></A>!
|
2021-05-02 08:46:59 +00:00
|
|
|
</TH>
|
|
|
|
</TR>
|
|
|
|
</TFOOT>
|
|
|
|
</TABLE>
|
2021-10-16 06:04:23 +00:00
|
|
|
</FONT>
|
2021-05-02 08:46:59 +00:00
|
|
|
|
|
|
|
</BODY>
|
|
|
|
|
2021-10-15 13:37:23 +00:00
|
|
|
</HTML>
|