diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/about.pug | 5 | ||||
-rw-r--r-- | views/layout.pug | 1 | ||||
-rw-r--r-- | views/links.pug | 12 | ||||
-rw-r--r-- | views/projects.pug | 2 |
4 files changed, 14 insertions, 6 deletions
diff --git a/views/about.pug b/views/about.pug index bdadbdf..d4a783e 100644 --- a/views/about.pug +++ b/views/about.pug @@ -10,11 +10,6 @@ block content | i am also interested in the free software movement. | i am *not* interested to use capitalization on this page. - h3 my friends websites - ul - li: a(href="https://potatoxel.org/") potatoxel - li: a(href="https://pixificial.xyz/") pixificial - li: a(href="https://bgfxc4.de/") bgfxc4 (warning: proprietary javascript) h3 notes p diff --git a/views/layout.pug b/views/layout.pug index c1479b2..5d15f5e 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -12,6 +12,7 @@ html(lang="en") ul li: a(href="/about") about li: a(href="/projects") projects + li: a(href="/links") links li: a(href="/contact") contact hr diff --git a/views/links.pug b/views/links.pug new file mode 100644 index 0000000..62c923a --- /dev/null +++ b/views/links.pug @@ -0,0 +1,12 @@ +//- SPDX-License-Identifier: AGPL-3.0-only +extends layout + +block content + h2 links + + 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 (warning: 10 lines of proprietary javascript) diff --git a/views/projects.pug b/views/projects.pug index cea0aaf..735ea68 100644 --- a/views/projects.pug +++ b/views/projects.pug @@ -3,5 +3,5 @@ extends layout block content h2 projects - h3 todo + span todo |