summaryrefslogtreecommitdiff
path: root/views/about.pug
blob: 9b4293c8824fcce65cefece6378efcf1bebc4e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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]