155 lines
No EOL
5 KiB
HTML
155 lines
No EOL
5 KiB
HTML
---
|
|
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>
|
|
<LINK REL="stylesheet" TYPE="text/css" HREF="/assets/RETRO.CSS" />
|
|
<LINK REL="shortcut icon" HREF="/assets/img/favicon.png" />
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
<TABLE ID="MYTABLE">
|
|
<THEAD>
|
|
<TR>
|
|
<TH COLSPAN="3">
|
|
<H1>WELCOME!</H1>
|
|
</TH>
|
|
</TR>
|
|
</THEAD>
|
|
<TBODY>
|
|
<TR>
|
|
<TD>
|
|
<TABLE>
|
|
<THEAD>
|
|
<TR>
|
|
<TH>
|
|
<H2>Links!</H2>
|
|
</TH>
|
|
</TR>
|
|
</THEAD>
|
|
<TBODY>
|
|
<TR>
|
|
<TD>
|
|
<A HREF="/">Old site</A>
|
|
</TD>
|
|
</TR>
|
|
{%- assign main_pages = site.content | where: "less_important", null -%}
|
|
{%- for html_page in main_pages -%}
|
|
{%- unless html_page.url == '/' -%}
|
|
<TR>
|
|
<TD>
|
|
<A HREF="{{ html_page.url }}">{{ html_page.title }}</A>
|
|
</TD>
|
|
</TR>
|
|
{%- endunless -%}
|
|
{%- endfor %}
|
|
</TBODY>
|
|
</TABLE>
|
|
</TD>
|
|
<TD ID=" MAIN">
|
|
<H2>Who?</H2>
|
|
My name is Lynne, a twenty-two year old woman living in Australia (the land down under!)
|
|
<BR />
|
|
<BR />
|
|
|
|
<IMG SRC='/assets/img/retro/LESBUN.GIF' />
|
|
<BR />
|
|
|
|
<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>
|
|
<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'>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'>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. ;)
|
|
|
|
<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>
|
|
You won't find me on any data-slurping "social media" websites. Drop me a line at
|
|
<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
|
|
world will be
|
|
fighting back.
|
|
<MARQUEE>Information wants to be free...</MARQUEE>
|
|
<BR />
|
|
<BR />
|
|
|
|
</TD>
|
|
<TD>
|
|
You are visitor number <TT>PHP Parse error</TT>!
|
|
<BR />
|
|
<BR />
|
|
<IMG SRC='/assets/img/retro/FREE.GIF' />
|
|
<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!
|
|
<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 />
|
|
Background image by <A HREF='http://emma31.tripod.com/allbacks.html'>Emma31</A>!
|
|
</TH>
|
|
</TR>
|
|
</TFOOT>
|
|
</TABLE>
|
|
|
|
</BODY>
|
|
|
|
</HTML> |