diff options
author | metamuffin <yvchraiqi@protonmail.com> | 2022-07-12 17:58:08 +0200 |
---|---|---|
committer | metamuffin <yvchraiqi@protonmail.com> | 2022-07-12 17:58:08 +0200 |
commit | 6b7881e3c3a69f68d35e9b7e8d60dc22c89d79de (patch) | |
tree | 98b934d6c4c312940efe55e185699a80239c9c1e | |
parent | 41d2dad2f85990d0aae05600ea9f6d598faf4239 (diff) | |
download | metamuffin-website-6b7881e3c3a69f68d35e9b7e8d60dc22c89d79de.tar metamuffin-website-6b7881e3c3a69f68d35e9b7e8d60dc22c89d79de.tar.bz2 metamuffin-website-6b7881e3c3a69f68d35e9b7e8d60dc22c89d79de.tar.zst |
usual updates
-rw-r--r-- | views/about.pug | 9 | ||||
-rw-r--r-- | views/layout.pug | 9 | ||||
-rw-r--r-- | views/links.pug | 8 |
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 |