imported the "beautiful" retro site
160
_content/retro.html
Normal file
|
@ -0,0 +1,160 @@
|
|||
---
|
||||
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" />
|
||||
</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.html_pages | 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 centralised blogging websites. You can, however, find me on the Fediverse - an
|
||||
open
|
||||
and federated social networking platform that allows for messages to flow freely from computer to
|
||||
computer
|
||||
through centralised servers ("instances") - without relying on a single point of failure. Drop me a
|
||||
line at <A HREF='@lynnesbian@fedi.lynnesbian.space'>@lynnesbian@fedi.lynnesbian.space</A>, or if
|
||||
you're more
|
||||
old-school, you can email me at <A HREF='mailto:lynne@bune.city'>lynne@bune.city</A>.
|
||||
|
||||
<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>
|
25
assets/RETRO.CSS
Normal file
|
@ -0,0 +1,25 @@
|
|||
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;
|
||||
}
|
BIN
assets/img/retro/BG.GIF
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
assets/img/retro/CSSCOMPT.GIF
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/img/retro/DEBIAN.GIF
Executable file
After Width: | Height: | Size: 904 B |
BIN
assets/img/retro/FREE.GIF
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/img/retro/GETFF.GIF
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/img/retro/LESBUN.GIF
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
assets/img/retro/bg.jpeg
Normal file
After Width: | Height: | Size: 24 KiB |