diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/about.pug | 6 | ||||
-rw-r--r-- | views/contact.pug | 2 | ||||
-rw-r--r-- | views/layout.pug | 14 |
3 files changed, 13 insertions, 9 deletions
diff --git a/views/about.pug b/views/about.pug index 3eda61a..210916f 100644 --- a/views/about.pug +++ b/views/about.pug @@ -3,4 +3,8 @@ extends layout block content h2 about p hello. i am a muffin. i enjoy starting projects and never finishing them. i am also interested in the free software movement. i am *not* interested to use capitalization on this page. -
\ No newline at end of file + + h3 notes + p + | this webpage is optimized to be viewed with non-graphical browser. #[br] + | also styling is left as an exercise to the reader. #[br]
\ No newline at end of file diff --git a/views/contact.pug b/views/contact.pug index aa89cef..8716d04 100644 --- a/views/contact.pug +++ b/views/contact.pug @@ -3,6 +3,6 @@ extends layout block content h2 contact ul - li Matrix: #[a(href="https://matrix.to/#/@metamuffin:metamuffin.org") @metamuffin:metamuffin.org] + li matrix: #[a(href="https://matrix.to/#/@metamuffin:metamuffin.org") @metamuffin:metamuffin.org] li thats it. diff --git a/views/layout.pug b/views/layout.pug index 769fa3b..082922c 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -7,17 +7,17 @@ html(lang="en") h2 metamuffin nav ul - li:a(href="/about") about - li:a(href="/projects") projects - li:a(href="/contact") contact + li: a(href="/about") about + li: a(href="/projects") projects + li: a(href="/contact") contact hr block content - p Pretty empty here... + p pretty empty here... hr footer p metamuffin.org version of commit #{commit} - p Copyright (C) 2021 metamuffin - p See #[a(href="/licence") licence]. - p Sources can be found on #[a(href="https://codeberg.org/metamuffin/website") codeberg]. + p copyright (C) 2021 metamuffin + p see #[a(href="/licence") licence]. + p sources can be found on #[a(href="https://codeberg.org/metamuffin/website") codeberg]. |