Updates CV after getting feedback

This commit is contained in:
Dennis Schoepf 2024-10-12 18:39:26 +02:00
parent 7f86f1c886
commit a5e1af046c
2 changed files with 18 additions and 16 deletions

View file

@ -56,6 +56,7 @@
content
}
#let cv(
short,
name,
@ -72,6 +73,14 @@
)
set text(11pt, font: "Victor Mono")
show link: it => {
set text(red)
underline(it)
sym.space.nobreak.narrow
sym.arrow.tr
}
grid(
columns: (1fr, 3fr),
rows: (auto, auto),
@ -125,10 +134,4 @@
set align(left)
doc
/*block(text(
white,
11pt,
[https://dnsc.io ++ https://codeberg.org/dnscio]
))*/
}