38 lines
649 B
Plaintext
38 lines
649 B
Plaintext
extends templates/main
|
|
|
|
block content
|
|
header
|
|
h1
|
|
| Work
|
|
nav
|
|
| >>
|
|
a(href="/about") about me
|
|
| >
|
|
a(href="/work") work
|
|
|
|
main
|
|
h2 >> Open Source developer
|
|
|
|
h3 Projects
|
|
p
|
|
| Currently working on
|
|
a(href="https://keyoxide.org") Keyoxide
|
|
| .
|
|
|
|
h3 VCS accounts
|
|
.wrapper-table
|
|
table
|
|
tbody
|
|
tr
|
|
td Codeberg
|
|
td
|
|
a(href="https://codeberg.org/yarmo" rel="me") @yarmo
|
|
tr
|
|
td GitLab
|
|
td
|
|
a(href="https://gitlab.com/yarmo" rel="me") @yarmo
|
|
tr
|
|
td Github
|
|
td
|
|
a(href="https://github.com/YarmoM" rel="me") @YarmoM
|