Files
marvinblum/tpl/intro.html
2024-05-28 17:11:43 +02:00

20 lines
420 B
HTML

<nav>
<div>
<p>TODO</p>
</div>
<div>
<a href="mailto:marvin.blum@emvi.com" class="contact">Contact me</a>
</div>
</nav>
<section class="intro">
<article>
<h1>Hi, I'm Marvin, co-founder of Pirsch Analytics, software engineer, and open-source enthusiast.</h1>
<img src="/static/img/me.jpg" alt="Picture" />
</article>
</section>
<footer>
<p>TODO</p>
</footer>