From 31434620434c2b902f925071e353a713409803b7 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sat, 16 Oct 2021 16:04:23 +1000 Subject: [PATCH] retro.html is now CSS free ;) --- _content/retro.html | 48 ++++++++++++++++++++++----------------------- assets/RETRO.CSS | 25 ----------------------- 2 files changed, 24 insertions(+), 49 deletions(-) delete mode 100644 assets/RETRO.CSS diff --git a/_content/retro.html b/_content/retro.html index 3391c92..c274200 100644 --- a/_content/retro.html +++ b/_content/retro.html @@ -8,12 +8,12 @@ layout: none Welcome to my web site! - - - + + +
- - -
@@ -23,7 +23,7 @@ layout: none
+ @@ -35,7 +35,7 @@ layout: none {%- assign main_pages = site.content | where: "less_important", null -%} @@ -43,7 +43,7 @@ layout: none {%- unless html_page.url == '/' -%} {%- endunless -%} @@ -51,14 +51,14 @@ layout: none
- Old site + Old site
- {{ html_page.title }} + {{ html_page.title }}
+

Who?

My name is Lynne, a twenty-three 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 @@ -69,26 +69,25 @@ layout: none 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. + 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. ;) @@ -107,7 +106,7 @@ layout: none sound paranoid, but in my opinion, it's better safe than sorry.

Where?

You won't find me on any data-slurping "social media" websites. Drop me a line at - lynne@bune.city if you need to get in touch. + lynne@bune.city if you need to get in touch.

When?

Until the end of cyber freedom as we know it, the webmasters, webmistresses and webmakers of the @@ -118,13 +117,13 @@ layout: none
+ You are visitor number PHP Parse error!

- - + +
Take back your computing freedom - switch to GNU/Linux today! @@ -144,11 +143,12 @@ layout: none
Web content and design by Lynne.
- Background image by Emma31! + Background image by Emma31!
+ diff --git a/assets/RETRO.CSS b/assets/RETRO.CSS deleted file mode 100644 index b279a53..0000000 --- a/assets/RETRO.CSS +++ /dev/null @@ -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; -} \ No newline at end of file