summaryrefslogtreecommitdiff
path: root/views/about.pug
blob: bdadbdf38c5d52e3d5fd53dc2c23a593db99df47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//- SPDX-License-Identifier: AGPL-3.0-only
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.
    
    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 
    | this webpage is optimized to be viewed with non-graphical browser. #[br]
    | also styling is left as an exercise to the reader. #[br]