From bda44e93541fa478abf3ce4b3461f026a90fa8cb Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 11 Sep 2023 05:15:20 +0200 Subject: Move the site from HTML to GSP --- src/www/index.gsp | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/www/index.html | 123 ----------------------------------------------------- 2 files changed, 118 insertions(+), 123 deletions(-) create mode 100644 src/www/index.gsp delete mode 100644 src/www/index.html (limited to 'src/www') diff --git a/src/www/index.gsp b/src/www/index.gsp new file mode 100644 index 0000000..c46c5bc --- /dev/null +++ b/src/www/index.gsp @@ -0,0 +1,118 @@ +html lang="en" { + head { m4_include(head.gsp) } + body { + header { + div { + h1 {-Other Websites} + m4_include(nav.gsp) + } + + figure .quote { + blockquote { + p {= + The essence of m4_abbr(XML) is this: the problem it solves it not + hard, and it does not solve the problem well. + } + } + figcaption {-Phil Wadler} + } + } + + main { + p {- + On this section of the website you can find links to all sorts of other + websites I think are somewhat interesting. Some of these are my own + sites, and some of them aren’t. Feel free to explore. + } + + h3 {-My Websites} + ul { + li { + a target="_blank" href="https://archive.thomasvoss.com" {- + @cite{-archive} — Mario Kart Wii time trials archive + } + } + li { + a target="_blank" href="https://cv.thomasvoss.com" {- + @cite{-cv} — my résumé/curriculum vitæ + } + } + li { + a target="_blank" href="https://euro.thomasvoss.com" {- + @cite{-euro} — my euro coin and -banknote collection + } + } + li { + a target="_blank" href="https://git.thomasvoss.com" {- + @cite{-git} — my git server + } + } + li { + a target="_blank" href="https://paste.thomasvoss.com" {- + @cite{-paste} — my paste server + } + } + li { + a target="_blank" href="https://retime.mcbe.wtf" {- + @cite{-retime} — a webtool for retiming speedruns + } + } + } + + h3 {-Not My Websites} + ul { + li { + a target="_blank" href="https://classicshorts.com" {- + @cite{-classicshorts} — a collection of short stories + } + } + li { + a target="_blank" href="https://iannis.io" {- + @cite{-iannis.io} — blog posts on programming topics + } + } + li { + a target="_blank" href="https://redblobgames.com" {- + @cite{-redblobgames} — algorithms in the context of video games + } + } + li { + a target="_blank" href="https://tdmm.eu" {- + @cite{-tdmm} — blog posts on low-level development + } + } + li { + a target="_blank" href="https://blog.bal-e.org/" {- + @cite{-bal-e} — it’s like tdmm.eu I guess + } + } + li { + a target="_blank" href="http://textfiles.com" {- + @cite{-textfiles} — a collection of thousands of plain-text files + } + } + li { + a target="_blank" href="https://cat-v.org" {- + @cite{-cat-v} — @q{-The Internet is not for sissies.} + } + } + } + + h3 {-Assorted Links} + ul { + li { + a + target="_blank" + href="https://web.archive.org/web/20230619115633/http://lists.warhead.org.uk/pipermail/iwe/2005-July/000130.html" + { + cite {-Why Lisp Macros are Cool} + } + } + } + } + + hr{} + + footer { m4_footer } + } +} diff --git a/src/www/index.html b/src/www/index.html deleted file mode 100644 index 82ac06c..0000000 --- a/src/www/index.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - m4_include(head.html) - - -
-
-

Other Websites

- m4_include(nav.html) -
- -
-
-

The essence of XML is this: the problem it solves is not - hard, and it does not solve the problem well.

-
-
- Phil Wadler -
-
-
- -
-

- On this section of the website you can find links to all sorts of - other websites I think are somewhat interesting. Some of these - are my own sites, and some of them aren’t. Feel free to explore. -

- -

My websites:

- - -

Not my websites:

- - -

Assorted Links

- -
- -
- - - - -- cgit v1.2.3