Updates front page styling
This commit is contained in:
parent
fbf50f893a
commit
640e1a197f
5 changed files with 16 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
/template/cv.pdf
|
||||||
|
|
|
||||||
0
.project
Normal file
0
.project
Normal file
Binary file not shown.
|
|
@ -7,8 +7,7 @@
|
||||||
Mail: [#link("mailto:me@dnsc.io", "me@dnsc.io")],
|
Mail: [#link("mailto:me@dnsc.io", "me@dnsc.io")],
|
||||||
Telefon: [+49 175 5758108],
|
Telefon: [+49 175 5758108],
|
||||||
Adresse: [Edignaweg 1, 82256 Fürstenfeldbruck],
|
Adresse: [Edignaweg 1, 82256 Fürstenfeldbruck],
|
||||||
Web: [#link("https://dnsc.io", "dnsc.io") #link("https://www.xing.com/profile/Dennis_Schoepf2", "xing") #link("https://www.linkedin.com/in/dennis-sch%C3%B6pf-06b335102/", "linkedin")],
|
Web: [#link("https://dnsc.io", "dnsc.io") #link("https://www.xing.com/profile/Dennis_Schoepf2", "xing") #link("https://www.linkedin.com/in/dennis-sch%C3%B6pf-06b335102/", "linkedin") #link("https://github.com/dennisschoepf", "github")],
|
||||||
Code: [#link("https://codeberg.org/dnscio", "codeberg") #link("https://github.com/dennisschoepf", "github")],
|
|
||||||
),
|
),
|
||||||
[Softwareentwickler],
|
[Softwareentwickler],
|
||||||
([*Firma GmbH*], [Straße 1], [82256 Stadt]),
|
([*Firma GmbH*], [Straße 1], [82256 Stadt]),
|
||||||
|
|
@ -39,9 +38,10 @@
|
||||||
[heute],
|
[heute],
|
||||||
[Remote/München],
|
[Remote/München],
|
||||||
list(
|
list(
|
||||||
|
"Full-Stack-Entwicklung für Ticketing-Lösungen mit > 1.000.000 monatlichen Tickets (Nest.js, Angular, React Native + Swift/Kotlin) und Entwicklung von Dev-Tooling mit Typescript/Go",
|
||||||
[Konzeption von innovativen Lösungen im ÖPNV in Zusammenarbeit mit Fachexperten, UI/UX & Entwicklungsteams wie z.B. der nativen #link("https://ride-ticketing.de/app", "RIDE White-Label-App")],
|
[Konzeption von innovativen Lösungen im ÖPNV in Zusammenarbeit mit Fachexperten, UI/UX & Entwicklungsteams wie z.B. der nativen #link("https://ride-ticketing.de/app", "RIDE White-Label-App")],
|
||||||
"Projektmanagement (Kanban), fachliche Leitung von dynamischen Teams in der Produktentwicklung & Technische + organisatorische Abstimmung mit Firmenkunden",
|
"Projektmanagement (Kanban), fachliche Leitung von dynamischen Teams in der Produktentwicklung & Technische + organisatorische Abstimmung mit Firmenkunden"
|
||||||
"Full-Stack-Entwicklung für Ticketing-Lösungen mit > 1.000.000 monatlichen Tickets (Nest.js, Angular, React Native + Swift/Kotlin) und Entwicklung von Dev-Tooling mit Typescript/Go")
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
#work(
|
#work(
|
||||||
|
|
@ -104,3 +104,7 @@
|
||||||
- *Soft Skills*: Projektmanagement, Konzeption, Workshops und fachliche Präsentationen
|
- *Soft Skills*: Projektmanagement, Konzeption, Workshops und fachliche Präsentationen
|
||||||
- *Sprachen*: Deutsch (Muttersprache), Englisch (verhandlungssicher), Französisch/Spanisch (Grundkenntnisse)
|
- *Sprachen*: Deutsch (Muttersprache), Englisch (verhandlungssicher), Französisch/Spanisch (Grundkenntnisse)
|
||||||
|
|
||||||
|
|
||||||
|
// Local Variables:
|
||||||
|
// jinx-languages: "de_DE"
|
||||||
|
// End:
|
||||||
|
|
|
||||||
|
|
@ -80,23 +80,23 @@
|
||||||
dir: ltr,
|
dir: ltr,
|
||||||
spacing: 12pt,
|
spacing: 12pt,
|
||||||
block(
|
block(
|
||||||
height: 165pt,
|
height: 160pt,
|
||||||
clip: true,
|
clip: true,
|
||||||
radius: 10pt,
|
radius: 10pt,
|
||||||
image("../assets/profile.jpg"),
|
image("../assets/profile.jpg"),
|
||||||
),
|
),
|
||||||
block(
|
block(
|
||||||
height: 165pt,
|
height: 160pt,
|
||||||
width: 355pt,
|
width: 360pt,
|
||||||
radius: 10pt,
|
radius: 10pt,
|
||||||
fill: black,
|
fill: black,
|
||||||
inset: (
|
inset: (
|
||||||
top: 16pt,
|
top: 24pt,
|
||||||
left: 18pt,
|
left: 24pt,
|
||||||
right: 18pt,
|
right: 24pt,
|
||||||
),
|
),
|
||||||
stack(
|
stack(
|
||||||
spacing: 20pt,
|
spacing: 22pt,
|
||||||
stack(
|
stack(
|
||||||
dir: ltr,
|
dir: ltr,
|
||||||
spacing: 10pt,
|
spacing: 10pt,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue