diff --git a/assets/marvin.jpg b/assets/marvin.jpg new file mode 100644 index 0000000..4e8239b Binary files /dev/null and b/assets/marvin.jpg differ diff --git a/assets/style.css b/assets/style.css index 603eb52..09b5459 100644 --- a/assets/style.css +++ b/assets/style.css @@ -42,10 +42,6 @@ html, body { color: var(--dark-gray); } -body { - padding: 128px; -} - h1 { font-size: 60px; line-height: 78px; @@ -121,6 +117,7 @@ small { .content { max-width: 640px; + margin: 128px; } .footer { @@ -169,3 +166,24 @@ small { width: 8px; height: 16px; } + +.cv { + display: flex; + gap: 32px; + margin: 0 0 16px 0; +} + +.cv div:first-child { + width: 128px; + color: var(--light-gray); +} + +.fullpage-img { + position: fixed; + right: 0; + left: 896px; + top: 0; + bottom: 0; + overflow: hidden; + display: flex; +} diff --git a/content/cv/index.html b/content/cv/index.html new file mode 100644 index 0000000..96a181b --- /dev/null +++ b/content/cv/index.html @@ -0,0 +1,40 @@ +{{partial "head" .}} + +
+ {{partial "back-to-homepage" .}} +

Curriculum Vitae

+

Work Experience

+
+
+ 2020 — Now +
+
+ Software Developer
+ skalar GmbH +
+
+
+
+ 2018 — Now +
+
+ Co-Founder
+ Emvi Software GmbH +
+
+
+
+ 2014 — 2020 +
+
+ Software Developer
+ arvato business support GmbH +
+
+ {{partial "footer" .}} +
+
+ Marvin +
+ +{{partial "end" .}} diff --git a/content/index.html b/content/index.html index f372558..d75a126 100644 --- a/content/index.html +++ b/content/index.html @@ -6,7 +6,7 @@

Hi, my name is Marvin. I'm a full-stack software engineer from Germany, open-source and Linux enthusiast, and co-founder of Emvi, where we build and maintain software projects for clients, and work on existing software.

I’m building Pirsch Analytics — a privacy-friendly, cookie-less web analytics solution made for personal websites, freelancers, and agencies.

Get in touch + {{partial "footer" .}} -{{partial "footer" .}} {{partial "end" .}} diff --git a/content/legal/index.html b/content/legal/index.html index 2427354..5bb02a0 100644 --- a/content/legal/index.html +++ b/content/legal/index.html @@ -12,7 +12,7 @@

Cookie Policy

This page does not use cookies.

+ {{partial "footer" .}} -{{partial "footer" .}} {{partial "end" .}}