retro.html is now CSS free ;)
This commit is contained in:
parent
35d1242029
commit
3143462043
2 changed files with 24 additions and 49 deletions
|
@ -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>
|
||||
<TABLE ID="MYTABLE">
|
||||
<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">
|
||||
<THEAD>
|
||||
<TR>
|
||||
<TH COLSPAN="3">
|
||||
|
@ -23,7 +23,7 @@ layout: none
|
|||
</THEAD>
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD>
|
||||
<TD VALIGN="TOP">
|
||||
<TABLE>
|
||||
<THEAD>
|
||||
<TR>
|
||||
|
@ -35,7 +35,7 @@ layout: none
|
|||
<TBODY>
|
||||
<TR>
|
||||
<TD>
|
||||
<A HREF="/">Old site</A>
|
||||
<A HREF="/"><FONT COLOR="LIGHTBLUE">Old site</FONT></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 }}">{{ html_page.title }}</A>
|
||||
<A HREF="{{ html_page.url }}"><FONT COLOR="LIGHTBLUE">{{ html_page.title }}</FONT></A>
|
||||
</TD>
|
||||
</TR>
|
||||
{%- endunless -%}
|
||||
|
@ -51,14 +51,14 @@ layout: none
|
|||
</TBODY>
|
||||
</TABLE>
|
||||
</TD>
|
||||
<TD ID=" MAIN">
|
||||
<TD>
|
||||
<H2>Who?</H2>
|
||||
My name is Lynne, a twenty-three 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,26 +69,25 @@ layout: none
|
|||
<UL>
|
||||
{% for project in site.projects %}
|
||||
<LI>
|
||||
<A HREF="{{ project.url }}"
|
||||
TITLE=" {{ project.description | replace: '"', '"'}}">{{ project.name }}</A>
|
||||
<A HREF="{{ project.url }}" TITLE=" {{ project.description | replace: '"', '"'}}"><FONT
|
||||
COLOR="LIGHTBLUE">{{project.name }}</FONT></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>.
|
||||
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>.
|
||||
|
||||
<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>
|
||||
<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>
|
||||
</UL>
|
||||
|
||||
The best way to create free software is <I>with</I> free software. ;)
|
||||
|
@ -107,7 +106,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'>lynne@bune.city</A> if you need to get in touch.
|
||||
<A HREF='mailto:lynne@bune.city'><FONT COLOR="LIGHTBLUE">lynne@bune.city</FONT></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
|
||||
|
@ -118,13 +117,13 @@ layout: none
|
|||
<BR />
|
||||
|
||||
</TD>
|
||||
<TD>
|
||||
<TD VALIGN="TOP">
|
||||
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>
|
||||
<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>
|
||||
<IMG SRC='/assets/img/retro/CSSCOMPT.GIF' />
|
||||
<BR />
|
||||
Take back your computing freedom - switch to GNU/Linux today!
|
||||
|
@ -144,11 +143,12 @@ layout: none
|
|||
<BR />
|
||||
Web content and design by Lynne.
|
||||
<BR />
|
||||
Background image by <A HREF='http://emma31.tripod.com/allbacks.html'>Emma31</A>!
|
||||
Background image by <A HREF='http://emma31.tripod.com/allbacks.html'><FONT COLOR="LIGHTBLUE">Emma31</FONT></A>!
|
||||
</TH>
|
||||
</TR>
|
||||
</TFOOT>
|
||||
</TABLE>
|
||||
</FONT>
|
||||
|
||||
</BODY>
|
||||
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
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;
|
||||
}
|
Loading…
Reference in a new issue