gzip compression, better images and link to concrete.style.

This commit is contained in:
Marvin Blum
2020-06-04 20:00:00 +02:00
committed by Marvin Blum
parent 5049febd48
commit ebf930f2b6
16 changed files with 262 additions and 3 deletions

View File

@@ -20,7 +20,13 @@
<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="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png" />
<link rel="manifest" href="favicon/site.webmanifest" />
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<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" />
@@ -31,7 +37,7 @@
<h1>marvin blum</h1>
<h2>welcome to my website!</h2>
</div>
<img src="avatar.png" alt="Marvin Blum" />
<img src="avatar_100.jpg" alt="Marvin Blum" />
</div>
<div class="menu">
<a href="mailto:marvin@marvinblum.de" class="button">Contact me</a>
@@ -101,6 +107,9 @@
<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>
<p>
This page uses <a href="https://concrete.style/" target="_blank">concrete</a> for styling. Check it out!
</p>
</section>
</body>
</html>