diff --git a/assets/RETRO.CSS b/assets/RETRO.CSS new file mode 100644 index 0000000..b279a53 --- /dev/null +++ b/assets/RETRO.CSS @@ -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; +} \ No newline at end of file diff --git a/assets/img/retro/BG.GIF b/assets/img/retro/BG.GIF new file mode 100644 index 0000000..8c516a2 Binary files /dev/null and b/assets/img/retro/BG.GIF differ diff --git a/assets/img/retro/CSSCOMPT.GIF b/assets/img/retro/CSSCOMPT.GIF new file mode 100755 index 0000000..020c75a Binary files /dev/null and b/assets/img/retro/CSSCOMPT.GIF differ diff --git a/assets/img/retro/DEBIAN.GIF b/assets/img/retro/DEBIAN.GIF new file mode 100755 index 0000000..1f617c8 Binary files /dev/null and b/assets/img/retro/DEBIAN.GIF differ diff --git a/assets/img/retro/FREE.GIF b/assets/img/retro/FREE.GIF new file mode 100755 index 0000000..e90b7b2 Binary files /dev/null and b/assets/img/retro/FREE.GIF differ diff --git a/assets/img/retro/GETFF.GIF b/assets/img/retro/GETFF.GIF new file mode 100755 index 0000000..d82f741 Binary files /dev/null and b/assets/img/retro/GETFF.GIF differ diff --git a/assets/img/retro/LESBUN.GIF b/assets/img/retro/LESBUN.GIF new file mode 100644 index 0000000..9deb324 Binary files /dev/null and b/assets/img/retro/LESBUN.GIF differ diff --git a/assets/img/retro/bg.jpeg b/assets/img/retro/bg.jpeg new file mode 100644 index 0000000..a763342 Binary files /dev/null and b/assets/img/retro/bg.jpeg differ diff --git a/retro.html b/retro.html new file mode 100644 index 0000000..03fff8f --- /dev/null +++ b/retro.html @@ -0,0 +1,159 @@ +--- +title: "Retro" +less_important: true +--- + + + + + Welcome to my web site! + + + + + + + + + + + + + + + + + + + + + + +
+

WELCOME!

+
+ + + + + + + + + + + {%- assign main_pages = site.html_pages | where: "less_important", null -%} + {%- for html_page in main_pages -%} + {%- unless html_page.url == '/' -%} + + + + {%- endunless -%} + {%- endfor -%} + +
+

Links!

+
+ Old site +
+ {{ html_page.title }} +
+
+

Who?

+ My name is Lynne, a twenty-one year old woman living in Australia (the land down under!) +
+
+                                         + +
+ +

What?

+ I make free and open source software, which is software that can be modified and distributed + however + you please - on any computer in the world!! +
+ Some of my projects include (mouse over to learn more!): + + Of course, I've done much more than just that! :) +
+ You can see more of my projects on my own personal Git + web + page, or my online GitHub account. + +

How?

+ Some of the tools I often use to work are: + + + The best way to create free software is with free software. ;) + +

Why?

+ 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. +

Where?

+ 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 @lynnesbian@fedi.lynnesbian.space, or if + you're more + old-school, you can email me at lynne@bune.city. + +

When?

+ Until the end of cyber freedom as we know it, the webmasters, webmistresses and webmakers of the + world will be + fighting back. + Information wants to be free... +
+
+ +
+ You are visitor number PHP Parse error! +
+
+ + + + +
+ Take back your computing freedom - switch to GNU/Linux today! +
+
+ This website proudly uses no JavaScript whatsoever! + +
+ This page is best viewed with a screen resolution of 1024x768 or greater! +
+ Page last updated January 1 1980 at 00:00. +
+ Web content and design by Lynne. +
+ Background image by Emma31! +
+ + + + \ No newline at end of file