summaryrefslogtreecommitdiff
path: root/views/projects.pug
blob: 0017f86518a0667ed5cdaf92ce4c01494ad1087a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//- SPDX-License-Identifier: AGPL-3.0-only
extends layout

block content
    h2 projects
    
    ul 
        li: a(href="https://s.metamuffin.org/games/lunar-lander/") lunar lander
        li: a(href="https://s.metamuffin.org/projects/molecule-viewer/") molecule viewer
        li: a(href="https://s.metamuffin.org/projects/covid-mobility/output/") covid mobility data charts using google's data
    
    pre // TODO this list is not comlpete