mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
CV.
This commit is contained in:
BIN
assets/marvin.jpg
Normal file
BIN
assets/marvin.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 292 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
40
content/cv/index.html
Normal file
40
content/cv/index.html
Normal 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" .}}
|
||||
@@ -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>I’m 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>
|
||||
{{partial "footer" .}}
|
||||
</div>
|
||||
|
||||
{{partial "footer" .}}
|
||||
{{partial "end" .}}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</p>
|
||||
<h2>Cookie Policy</h2>
|
||||
<p>This page does not use cookies.</p>
|
||||
{{partial "footer" .}}
|
||||
</div>
|
||||
|
||||
{{partial "footer" .}}
|
||||
{{partial "end" .}}
|
||||
|
||||
Reference in New Issue
Block a user