mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
107 lines
4.7 KiB
HTML
107 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<base href="/" />
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="copyright" content="Marvin Blum" />
|
|
<meta name="author" content="Marvin Blum" />
|
|
<meta name="title" content="Marvin Blum" />
|
|
<meta name="description" content="A full stack software engineer from Germany, open source and Linux enthusiast and co-founder of Emvi." />
|
|
<meta name="msapplication-TileColor" content="#000000" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="twitter:card" content="profile" />
|
|
<meta name="twitter:site" content="@m5blum" />
|
|
<meta name="twitter:title" content="Marvin Blum" />
|
|
<meta name="twitter:description" content="A full stack software engineer from Germany, open source and Linux enthusiast and co-founder of Emvi." />
|
|
<meta name="twitter:image" content="https://marvinblum.de/avatar.png" />
|
|
<meta property="og:url" content="https://marvinblum.de/" />
|
|
<meta property="og:title" content="Marvin Blum" />
|
|
<meta property="og:description" content="A full stack software engineer from Germany, open source and Linux enthusiast and co-founder of Emvi." />
|
|
<meta property="og:image" content="https://marvinblum.de/avatar.png" />
|
|
<title>marvin blum</title>
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
<link rel="stylesheet" type="text/css" href="normalize.css" />
|
|
<link rel="stylesheet" type="text/css" href="concrete.css" />
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="title">
|
|
<div>
|
|
<h1>marvin blum</h1>
|
|
<h2>welcome to my website!</h2>
|
|
</div>
|
|
<img src="avatar.png" alt="Marvin Blum" />
|
|
</div>
|
|
<div class="menu">
|
|
<a href="mailto:marvin@marvinblum.de" class="button">Contact me</a>
|
|
<a href="https://github.com/Kugelschieber" target="_blank" class="button">GitHub</a>
|
|
<a href="https://twitter.com/m5blum" target="_blank" class="button">Twitter</a>
|
|
</div>
|
|
<section>
|
|
<h2>who am I?</h2>
|
|
<p>
|
|
I'm a full stack software engineer from Germany, open source and Linux enthusiast and co-founder of <a href="https://emvi.com/" target="_blank">Emvi</a>.
|
|
In love with Go, but fluent in a lot of programming languages.
|
|
</p>
|
|
</section>
|
|
<section>
|
|
<h2>projects</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="https://emvi.com/" target="_blank">Emvi</a> a note taking, collaboration and knowledge management tool for personal use and teams of any size
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/emvi/logbuch" target="_blank">logbuch</a> a simple Golang logging library
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/emvi/null" target="_blank">null</a> a Golang library for nullable types supporting databases and json
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/emvi/hide" target="_blank">hide</a> a Golang library to obscure IDs on the API layer
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/assetto-corsa-web/accweb" target="_blank">accweb</a> a web interface to manage game servers
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>skills</h2>
|
|
<ul>
|
|
<li>Go (Golang)</li>
|
|
<li>JavaScript (Vue, Node)</li>
|
|
<li>HTML, CSS, Sass and all the web fuzz</li>
|
|
<li>Java</li>
|
|
<li>PHP</li>
|
|
<li>Linux</li>
|
|
<li>Docker</li>
|
|
<li>Kubernetes</li>
|
|
<li>... and more</li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>work</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="https://www.bertelsmann.com/divisions/arvato/#st-1" target="_blank">arvato</a> as a Java developer
|
|
</li>
|
|
<li>
|
|
<a href="https://skalar.marketing/" target="_blank">skalar marketing</a> as a full stack developer and web designer
|
|
</li>
|
|
<li>
|
|
<a href="https://emvi.com/" target="_blank">Emvi</a> co-founder of a note taking, collaboration and knowledge management SaaS startup
|
|
</li>
|
|
<li>
|
|
some freelancing from time to time
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<hr />
|
|
<section>
|
|
<p>
|
|
Like to see more? Read my blog articles on <a href="https://emvi.com/blog" target="_blank">Emvi</a>, my project page on <a href="https://github.com/Kugelschieber" target="_blank">GitHub</a> or send me a <a href="mailto:marvin@marvinblum.de">mail</a>.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</html>
|