Finish up header for CV

This commit is contained in:
Dennis Schoepf 2024-09-15 20:45:41 +02:00
parent a6ee751a3f
commit 2309104ebb
2 changed files with 32 additions and 30 deletions

View file

@ -9,7 +9,7 @@
doc, doc,
) )
= #text(luma(180), [\$ \~>]) arbeitserfahrung = #text(luma(180), [\$ \~> ./])arbeitserfahrung
#work( #work(
[Technischer Projektmanager & Softwareentwickler], [Technischer Projektmanager & Softwareentwickler],
@ -63,7 +63,7 @@
] ]
) )
= #text(luma(180), [\$ \~>]) ausbildung = #text(luma(180), [\$ \~> ./])ausbildung
#education( #education(
[M.Sc.Eng. Human-Computer-Interaction], [M.Sc.Eng. Human-Computer-Interaction],
@ -87,11 +87,11 @@
] ]
) )
= #text(luma(180), [\$ \~>]) fähigkeiten = #text(luma(180), [\$ \~> ./])fähigkeiten
- Technisch: Typescript/Javascript, React (Native), Angular, Nest.js, Docker, Go, Swift, Kotlin - Technisch: Typescript/Javascript, React (Native), Angular, Nest.js, Docker, Go, Swift, Kotlin
- Soft Skills: Projektmanagement (Lean/Kanban), Konzeption (Workshops), Präsentationen - Soft Skills: Projektmanagement (Lean/Kanban), Konzeption (Workshops), Präsentationen
= #text(luma(180), [\$ \~>]) freizeit = #text(luma(180), [\$ \~> ./])freizeit
Triathlon, DIY Keyboards, Mountainbiken & Skifahren Triathlon, DIY Keyboards, Mountainbiken & Skifahren

View file

@ -74,21 +74,24 @@
grid( grid(
columns: (1fr, 3fr), columns: (1fr, 3fr),
rows: 130pt, rows: (auto, auto),
block( gutter: 12pt,
height: 100%, grid.cell(
clip: true, rowspan: 2,
radius: 10pt, block(
image("../assets/profile.jpg"), clip: true,
radius: 10pt,
image("../assets/profile.jpg"),
)
), ),
block( block(
radius: 10pt, radius: 10pt,
width: 100%, width: 100%,
height: 100%,
fill: black, fill: black,
inset: ( inset: (
top: 16pt, top: 16pt,
left: 18pt left: 18pt,
bottom: 16pt,
), ),
stack( stack(
spacing: 12pt, spacing: 12pt,
@ -100,28 +103,27 @@
), ),
text( text(
white, white,
14pt, 11pt,
positions.join("\n", last: " & "), (email, phone, address).join(" ++ "),
), ),
v(16pt), ),
stack( ),
spacing: 6pt, block(
stack( text(
dir: ltr, black,
spacing: 6pt, weight: "bold",
text(red, 12pt, [\$ \~>]), 14pt,
text(white, 12pt, [*kontakt*]), positions.join(" && \n"),
), ),
text(
white,
11pt,
(email, phone, address).join(" ++ "),
)
),
)
) )
) )
set align(left) set align(left)
doc doc
/*block(text(
white,
11pt,
[https://dnsc.io ++ https://codeberg.org/dnscio]
))*/
} }