Updates CV after feedback

This commit is contained in:
Dennis Schoepf 2024-10-01 16:54:34 +02:00
parent 2309104ebb
commit 7f86f1c886
3 changed files with 36 additions and 41 deletions

View file

@ -7,7 +7,7 @@
)
}
#let education(degree, university, from, to, location, content) = {
#let education(degree, university, from, to, location) = {
grid(
align: horizon,
rows: (auto, auto),
@ -29,7 +29,6 @@
)
v(4pt)
content
}
#let work(role, company, from, to, location, content) = {
@ -64,6 +63,7 @@
email,
phone,
address,
links,
doc
) = {
set page(
@ -106,6 +106,11 @@
11pt,
(email, phone, address).join(" ++ "),
),
text(
white,
10pt,
links.join(" ++ "),
),
),
),
block(
@ -113,7 +118,7 @@
black,
weight: "bold",
14pt,
positions.join(" && \n"),
positions.join(", ", last: " &\n"),
),
)
)