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>
|
<HEAD>
|
||||||
<TITLE>Welcome to my web site!</TITLE>
|
<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" />
|
<LINK REL="shortcut icon" HREF="/assets/img/favicon.png" />
|
||||||
</HEAD>
|
</HEAD>
|
||||||
|
|
||||||
<BODY>
|
<BODY LEFTMARGIN="0" TOPMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0" BACKGROUND="/assets/img/retro/BG.GIF">
|
||||||
<TABLE ID="MYTABLE">
|
<FONT COLOR="WHITE" FACE="SERIF" SIZE="4PX">
|
||||||
|
<TABLE ID="MYTABLE" WIDTH="768PX" BORDER="6PX GREY RIDGE">
|
||||||
<THEAD>
|
<THEAD>
|
||||||
<TR>
|
<TR>
|
||||||
<TH COLSPAN="3">
|
<TH COLSPAN="3">
|
||||||
|
@ -23,7 +23,7 @@ layout: none
|
||||||
</THEAD>
|
</THEAD>
|
||||||
<TBODY>
|
<TBODY>
|
||||||
<TR>
|
<TR>
|
||||||
<TD>
|
<TD VALIGN="TOP">
|
||||||
<TABLE>
|
<TABLE>
|
||||||
<THEAD>
|
<THEAD>
|
||||||
<TR>
|
<TR>
|
||||||
|
@ -35,7 +35,7 @@ layout: none
|
||||||
<TBODY>
|
<TBODY>
|
||||||
<TR>
|
<TR>
|
||||||
<TD>
|
<TD>
|
||||||
<A HREF="/">Old site</A>
|
<A HREF="/"><FONT COLOR="LIGHTBLUE">Old site</FONT></A>
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
{%- assign main_pages = site.content | where: "less_important", null -%}
|
{%- assign main_pages = site.content | where: "less_important", null -%}
|
||||||
|
@ -43,7 +43,7 @@ layout: none
|
||||||
{%- unless html_page.url == '/' -%}
|
{%- unless html_page.url == '/' -%}
|
||||||
<TR>
|
<TR>
|
||||||
<TD>
|
<TD>
|
||||||
<A HREF="{{ html_page.url }}">{{ html_page.title }}</A>
|
<A HREF="{{ html_page.url }}"><FONT COLOR="LIGHTBLUE">{{ html_page.title }}</FONT></A>
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
{%- endunless -%}
|
{%- endunless -%}
|
||||||
|
@ -51,14 +51,14 @@ layout: none
|
||||||
</TBODY>
|
</TBODY>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
</TD>
|
</TD>
|
||||||
<TD ID=" MAIN">
|
<TD>
|
||||||
<H2>Who?</H2>
|
<H2>Who?</H2>
|
||||||
My name is Lynne, a twenty-three year old woman living in Australia (the land down under!)
|
My name is Lynne, a twenty-three year old woman living in Australia (the land down under!)
|
||||||
<BR />
|
<BR />
|
||||||
<BR />
|
<BR />
|
||||||
|
|
||||||
<IMG SRC='/assets/img/retro/LESBUN.GIF' />
|
<IMG SRC='/assets/img/retro/LESBUN.GIF' />
|
||||||
<BR />
|
<BR /><BR />
|
||||||
|
|
||||||
<H2>What?</H2>
|
<H2>What?</H2>
|
||||||
I make <I>free and open source software</I>, which is software that can be modified and distributed
|
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>
|
<UL>
|
||||||
{% for project in site.projects %}
|
{% for project in site.projects %}
|
||||||
<LI>
|
<LI>
|
||||||
<A HREF="{{ project.url }}"
|
<A HREF="{{ project.url }}" TITLE=" {{ project.description | replace: '"', '"'}}"><FONT
|
||||||
TITLE=" {{ project.description | replace: '"', '"'}}">{{ project.name }}</A>
|
COLOR="LIGHTBLUE">{{project.name }}</FONT></A>
|
||||||
</LI>
|
</LI>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</UL>
|
</UL>
|
||||||
Of course, I've done much more than just that! :)
|
Of course, I've done much more than just that! :)
|
||||||
<BR />
|
<BR />
|
||||||
You can see more of my projects on <A HREF='https://git.bune.city/lynnesbian'>my own personal Git
|
You can see more of my projects on <A HREF='https://git.bune.city/lynnesbian'><FONT COLOR="LIGHTBLUE">my own
|
||||||
web
|
personal Git web page</FONT></A>, or <A HREF='https://github.com/Lynnesbian'><FONT COLOR="LIGHTBLUE">my online
|
||||||
page</A>, or <A HREF='https://github.com/Lynnesbian'>my online GitHub account</A>.
|
GitHub account</FONT></A>.
|
||||||
|
|
||||||
<H2>How?</H2>
|
<H2>How?</H2>
|
||||||
Some of the tools I often use to work are:
|
Some of the tools I often use to work are:
|
||||||
<UL>
|
<UL>
|
||||||
<LI><A HREF='https://archlinux.org'>Arch GNU/Linux</A></LI>
|
<LI><A HREF='https://archlinux.org'><FONT COLOR="LIGHTBLUE">Arch GNU/Linux</FONT></A></LI>
|
||||||
<LI><A HREF='https://debian.org'>Debian GNU/Linux</A></LI>
|
<LI><A HREF='https://debian.org'><FONT COLOR="LIGHTBLUE">Debian GNU/Linux</FONT></A></LI>
|
||||||
<LI><A HREF='https://code.visualstudio.com/'>MicroSoft Visual Studio Code</A> [WARNING: Not free
|
<LI><A HREF='https://code.visualstudio.com/'><FONT COLOR="LIGHTBLUE">MicroSoft Visual Studio Code</FONT></A>
|
||||||
software by
|
[WARNING: Not free software by default, unless you download the open source edition]</LI>
|
||||||
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://getfirefox.com'>Mozilla FireFox</A></LI>
|
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
The best way to create free software is <I>with</I> free software. ;)
|
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.
|
sound paranoid, but in my opinion, it's better safe than sorry.
|
||||||
<H2>Where?</H2>
|
<H2>Where?</H2>
|
||||||
You won't find me on any data-slurping "social media" websites. Drop me a line at
|
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>
|
<H2>When?</H2>
|
||||||
Until the end of cyber freedom as we know it, the webmasters, webmistresses and webmakers of the
|
Until the end of cyber freedom as we know it, the webmasters, webmistresses and webmakers of the
|
||||||
|
@ -118,13 +117,13 @@ layout: none
|
||||||
<BR />
|
<BR />
|
||||||
|
|
||||||
</TD>
|
</TD>
|
||||||
<TD>
|
<TD VALIGN="TOP">
|
||||||
You are visitor number <TT>PHP Parse error</TT>!
|
You are visitor number <TT>PHP Parse error</TT>!
|
||||||
<BR />
|
<BR />
|
||||||
<BR />
|
<BR />
|
||||||
<IMG SRC='/assets/img/retro/FREE.GIF' />
|
<IMG SRC='/assets/img/retro/FREE.GIF' />
|
||||||
<A HREF='https://getfirefox.com'><IMG SRC='/assets/img/retro/GETFF.GIF' /></A>
|
<A HREF='https://getfirefox.com'><FONT COLOR="LIGHTBLUE"><IMG SRC='/assets/img/retro/GETFF.GIF' /></FONT></A>
|
||||||
<A HREF='https://debian.org'><IMG SRC='/assets/img/retro/DEBIAN.GIF' /></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' />
|
<IMG SRC='/assets/img/retro/CSSCOMPT.GIF' />
|
||||||
<BR />
|
<BR />
|
||||||
Take back your computing freedom - switch to GNU/Linux today!
|
Take back your computing freedom - switch to GNU/Linux today!
|
||||||
|
@ -144,11 +143,12 @@ layout: none
|
||||||
<BR />
|
<BR />
|
||||||
Web content and design by Lynne.
|
Web content and design by Lynne.
|
||||||
<BR />
|
<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>
|
</TH>
|
||||||
</TR>
|
</TR>
|
||||||
</TFOOT>
|
</TFOOT>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
|
</FONT>
|
||||||
|
|
||||||
</BODY>
|
</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