Finish up header for CV
This commit is contained in:
parent
a6ee751a3f
commit
2309104ebb
2 changed files with 32 additions and 30 deletions
|
|
@ -9,7 +9,7 @@
|
|||
doc,
|
||||
)
|
||||
|
||||
= #text(luma(180), [\$ \~>]) arbeitserfahrung
|
||||
= #text(luma(180), [\$ \~> ./])arbeitserfahrung
|
||||
|
||||
#work(
|
||||
[Technischer Projektmanager & Softwareentwickler],
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
]
|
||||
)
|
||||
|
||||
= #text(luma(180), [\$ \~>]) ausbildung
|
||||
= #text(luma(180), [\$ \~> ./])ausbildung
|
||||
|
||||
#education(
|
||||
[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
|
||||
- Soft Skills: Projektmanagement (Lean/Kanban), Konzeption (Workshops), Präsentationen
|
||||
|
||||
= #text(luma(180), [\$ \~>]) freizeit
|
||||
= #text(luma(180), [\$ \~> ./])freizeit
|
||||
|
||||
Triathlon, DIY Keyboards, Mountainbiken & Skifahren
|
||||
|
|
|
|||
|
|
@ -74,21 +74,24 @@
|
|||
|
||||
grid(
|
||||
columns: (1fr, 3fr),
|
||||
rows: 130pt,
|
||||
rows: (auto, auto),
|
||||
gutter: 12pt,
|
||||
grid.cell(
|
||||
rowspan: 2,
|
||||
block(
|
||||
height: 100%,
|
||||
clip: true,
|
||||
radius: 10pt,
|
||||
image("../assets/profile.jpg"),
|
||||
)
|
||||
),
|
||||
block(
|
||||
radius: 10pt,
|
||||
width: 100%,
|
||||
height: 100%,
|
||||
fill: black,
|
||||
inset: (
|
||||
top: 16pt,
|
||||
left: 18pt
|
||||
left: 18pt,
|
||||
bottom: 16pt,
|
||||
),
|
||||
stack(
|
||||
spacing: 12pt,
|
||||
|
|
@ -98,30 +101,29 @@
|
|||
text(red, 22pt, [\$ dennis\@schöpf \~>]),
|
||||
text(white, 22pt, [*lebenslauf*]),
|
||||
),
|
||||
text(
|
||||
white,
|
||||
14pt,
|
||||
positions.join("\n", last: " & "),
|
||||
),
|
||||
v(16pt),
|
||||
stack(
|
||||
spacing: 6pt,
|
||||
stack(
|
||||
dir: ltr,
|
||||
spacing: 6pt,
|
||||
text(red, 12pt, [\$ \~>]),
|
||||
text(white, 12pt, [*kontakt*]),
|
||||
),
|
||||
text(
|
||||
white,
|
||||
11pt,
|
||||
(email, phone, address).join(" ++ "),
|
||||
)
|
||||
),
|
||||
)
|
||||
),
|
||||
),
|
||||
block(
|
||||
text(
|
||||
black,
|
||||
weight: "bold",
|
||||
14pt,
|
||||
positions.join(" && \n"),
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
set align(left)
|
||||
doc
|
||||
|
||||
/*block(text(
|
||||
white,
|
||||
11pt,
|
||||
[https://dnsc.io ++ https://codeberg.org/dnscio]
|
||||
))*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue