Compare commits
8 Commits
590824e8dc
...
cf5c834af7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf5c834af7 | ||
|
|
763da9cdac | ||
|
|
5ea5a44aa6 | ||
|
|
d6eabe51a0 | ||
|
|
c0cb0747a1 | ||
|
|
1870528321 | ||
|
|
d26d7b7385 | ||
|
|
8cb734b231 |
24
views/id.pug
24
views/id.pug
@ -2,20 +2,26 @@
|
||||
img(src="/static/img/profile.png", alt="Yarmo's profile picture").profile-picture.u-photo
|
||||
h1
|
||||
a(href="https://yarmo.eu", rel="me", title="yarmo.eu").u-url.u-uid
|
||||
span.p-name Yarmo Mackenbach
|
||||
span(style="display:none").p-honorific-prefix Mr.
|
||||
span.p-name
|
||||
span.p-given-name Yarmo
|
||||
|
|
||||
span.p-additional-name Mackenbach
|
||||
br
|
||||
p.p-note
|
||||
| Developer of
|
||||
a(href="https://keyoxide.org") Keyoxide.org
|
||||
| .
|
||||
br
|
||||
| Finished a PhD in <span class="p-category">Neurosciences</span>
|
||||
br
|
||||
| Finished a PhD in <span class="p-category">neurosciences</span>.
|
||||
p
|
||||
| Pronouns:
|
||||
a(href="https://pronoun.is/he").u-pronoun he/him/his
|
||||
p
|
||||
| PGP:
|
||||
a(href="https://keyoxide.org/9f0048ac0b23301e1f77e994909f6bd6f80f485d", rel="me", title="Keyoxide profile") Keyoxide profile
|
||||
a(href="https://keyoxide.org/9f0048ac0b23301e1f77e994909f6bd6f80f485d", rel="me", title="Keyoxide profile").u-url Keyoxide profile
|
||||
| /
|
||||
a(href="/9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc", download="/9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc", rel="pgpkey publickey authn", type="text/plain", title="PGP public key") key.asc
|
||||
a(href="/9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc", download="/9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc", rel="pgpkey publickey authn", type="text/plain", title="PGP public key") public.asc
|
||||
| /
|
||||
a(href="/static/img/qr_fp.png", title="PGP fingerprint QR") QR
|
||||
p
|
||||
@ -23,6 +29,7 @@
|
||||
| #<span class="p-category">FOSS</span>
|
||||
| #<span class="p-category">privacy</span>
|
||||
| #<span class="p-category">encryption</span>
|
||||
| #<span class="p-category">decentralization</span>
|
||||
| #<span class="p-category">music</span>
|
||||
p
|
||||
| Links:
|
||||
@ -33,5 +40,8 @@
|
||||
a(href="https://fosstodon.org/@yarmo", rel="me", title="Fediverse").u-url Fediverse
|
||||
| /
|
||||
a(href="https://git.yarmo.eu/yarmo", rel="me", title="Gitea").u-url Gitea
|
||||
| /
|
||||
a(href="/contact") more
|
||||
p
|
||||
| Location:
|
||||
span.p-country-name The Netherlands
|
||||
pre(style="display:none").u-key
|
||||
include ../9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc
|
||||
|
||||
@ -16,10 +16,22 @@ block content
|
||||
| > blog
|
||||
h1
|
||||
| Yarmo's blog
|
||||
nav
|
||||
| Go to:
|
||||
a(href="/about") about me
|
||||
| |
|
||||
a(href="/notes") notes
|
||||
| |
|
||||
a(href="/blogroll") blogroll
|
||||
| |
|
||||
a(href="/feeds") feeds
|
||||
| |
|
||||
a(href="/contact") contact
|
||||
|
||||
main
|
||||
|
||||
include id
|
||||
div(style="display:none")
|
||||
include id
|
||||
|
||||
.longform_list.h-feed
|
||||
each $item in $posts
|
||||
|
||||
@ -13,13 +13,12 @@ block content
|
||||
ul
|
||||
li
|
||||
a(href="https://keyoxide.org") Keyoxide.org
|
||||
li recovering from the PhD
|
||||
li finding a job
|
||||
li finishing a scientific publication
|
||||
li numerous FOSS projects
|
||||
li the search for employment in a whole different field
|
||||
li new music
|
||||
|
||||
h3 Enjoying
|
||||
ul
|
||||
li renovating rooms in my house
|
||||
li becoming a modular synth daddy
|
||||
li room renovations
|
||||
li modular synthesis
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user