summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/about.pug9
-rw-r--r--views/layout.pug9
-rw-r--r--views/links.pug8
3 files changed, 19 insertions, 7 deletions
diff --git a/views/about.pug b/views/about.pug
index f442efb..38e396d 100644
--- a/views/about.pug
+++ b/views/about.pug
@@ -7,6 +7,9 @@ block content
| hi.
| i am a muffin.
| i enjoy starting projects and never finishing them.
- | i am also supporting the free software movement.
- p
- | also styling of this page is left as an exercise to the reader.
+ | i am also participating in the free software movement.
+ h3 random stuff
+ ul
+ li styling of this page is left as an exercise to the reader.
+ li this page doesn't make use of the CSS and JavaScript features of "modern" browsers in order to reduce overhead ("bloat").
+ li nom nom nom \ No newline at end of file
diff --git a/views/layout.pug b/views/layout.pug
index 369ece0..7e20cc5 100644
--- a/views/layout.pug
+++ b/views/layout.pug
@@ -25,8 +25,11 @@ html(lang="en")
hr
footer
- p metamuffin.org version of commit #{commit}
+ p
+ | metamuffin.org version of commit #{commit}
+ | licenced under the GNU AGPL 3.0:
+ | see #[a(href="/licence") licence].
+ | sources can be found on #[a(href="https://codeberg.org/metamuffin/website") codeberg].
p copyright (C) 2020, 2021, 2022 metamuffin
- p see #[a(href="/licence") licence].
- p sources can be found on #[a(href="https://codeberg.org/metamuffin/website") codeberg].
+ p (ignore the following, i can't hide it easily)
p Please disable javascript to view this page.
diff --git a/views/links.pug b/views/links.pug
index 2289abb..1628263 100644
--- a/views/links.pug
+++ b/views/links.pug
@@ -4,9 +4,15 @@ extends layout
block content
h2 links
+ h3 me on other webpages
+ ul
+ li: a(href="https://codeberg.org/metamuffin") codeberg
+
h3 my friends websites
ul
li: a(href="https://potatoxel.org/") potatoxel
li: a(href="https://pixificial.xyz/") pixificial
li: a(href="http://sofviic.com/") sofviic
- li: a(href="https://bgfxc4.de/") bgfxc4 (who uses 10 lines of proprietary javascript on their page. :scream:) \ No newline at end of file
+ li
+ strike #[a(href="https://bgfxc4.de/") bgfxc4] (who uses 10 lines of proprietary javascript on their page. :scream:).
+ span: b now exclusively viewable with js. \ No newline at end of file