This commit is contained in:
2021-09-12 19:27:19 +02:00
parent 85d6c82ad3
commit 1429a5f924
5 changed files with 64 additions and 6 deletions

BIN
assets/marvin.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

View File

@@ -42,10 +42,6 @@ html, body {
color: var(--dark-gray); color: var(--dark-gray);
} }
body {
padding: 128px;
}
h1 { h1 {
font-size: 60px; font-size: 60px;
line-height: 78px; line-height: 78px;
@@ -121,6 +117,7 @@ small {
.content { .content {
max-width: 640px; max-width: 640px;
margin: 128px;
} }
.footer { .footer {
@@ -169,3 +166,24 @@ small {
width: 8px; width: 8px;
height: 16px; 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;
}

40
content/cv/index.html Normal file
View File

@@ -0,0 +1,40 @@
{{partial "head" .}}
<div class="content">
{{partial "back-to-homepage" .}}
<h1>Curriculum Vitae</h1>
<h2>Work Experience</h2>
<div class="cv">
<div>
2020 — Now
</div>
<div>
Software Developer<br />
skalar GmbH
</div>
</div>
<div class="cv">
<div>
2018 — Now
</div>
<div>
Co-Founder<br />
Emvi Software GmbH
</div>
</div>
<div class="cv">
<div>
2014 — 2020
</div>
<div>
Software Developer<br />
arvato business support GmbH
</div>
</div>
{{partial "footer" .}}
</div>
<div class="fullpage-img">
<img src="assets/marvin.jpg" alt="Marvin" />
</div>
{{partial "end" .}}

View File

@@ -6,7 +6,7 @@
<p>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.</p> <p>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.</p>
<p>Im building Pirsch Analytics — a privacy-friendly, cookie-less web analytics solution made for personal websites, freelancers, and agencies.</p> <p>Im building Pirsch Analytics — a privacy-friendly, cookie-less web analytics solution made for personal websites, freelancers, and agencies.</p>
<a class="button" href="mailto:marvin@marvinblum.de">Get in touch</a> <a class="button" href="mailto:marvin@marvinblum.de">Get in touch</a>
{{partial "footer" .}}
</div> </div>
{{partial "footer" .}}
{{partial "end" .}} {{partial "end" .}}

View File

@@ -12,7 +12,7 @@
</p> </p>
<h2>Cookie Policy</h2> <h2>Cookie Policy</h2>
<p>This page does not use cookies.</p> <p>This page does not use cookies.</p>
{{partial "footer" .}}
</div> </div>
{{partial "footer" .}}
{{partial "end" .}} {{partial "end" .}}