Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Jastrow 1a291a00f3 Changed wording of icon 2020-05-28 13:00:28 +02:00
Jan Jastrow 082337fdef Use system font stack instead 2020-05-28 13:00:11 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -41,11 +41,11 @@
</span>E-Mail
</a></li>
<li><a href="https://jan.jastrow.me/blog/">
<span class="link-icon"><svg aria-label="Connected world icon" clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none"><path d="m0 0h24v24h-24z"/><g stroke="#000" stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="m3.6 9h16.8"/><path d="m3.6 15h16.8"/><path d="m11.5 3c-3.432 5.499-3.432 12.501 0 18"/><path d="m12.5 3c3.432 5.499 3.432 12.501 0 18"/></g></g></svg>
<span class="link-icon"><svg aria-label="Connected globe icon" clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none"><path d="m0 0h24v24h-24z"/><g stroke="#000" stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="m3.6 9h16.8"/><path d="m3.6 15h16.8"/><path d="m11.5 3c-3.432 5.499-3.432 12.501 0 18"/><path d="m12.5 3c3.432 5.499 3.432 12.501 0 18"/></g></g></svg>
</span>Personal blog
</a></li>
<li><a href="https://schwerkraftlabor.de/blog">
<span class="link-icon"><svg aria-label="Connected world icon" clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none"><path d="m0 0h24v24h-24z"/><g stroke="#000" stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="m3.6 9h16.8"/><path d="m3.6 15h16.8"/><path d="m11.5 3c-3.432 5.499-3.432 12.501 0 18"/><path d="m12.5 3c3.432 5.499 3.432 12.501 0 18"/></g></g></svg>
<span class="link-icon"><svg aria-label="Connected globe icon" clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none"><path d="m0 0h24v24h-24z"/><g stroke="#000" stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="m3.6 9h16.8"/><path d="m3.6 15h16.8"/><path d="m11.5 3c-3.432 5.499-3.432 12.501 0 18"/><path d="m12.5 3c3.432 5.499 3.432 12.501 0 18"/></g></g></svg>
</span>Tech blog
</a></li>
<li><a href="https://github.com/JanJastrow/" rel="me">

View File

@ -7,7 +7,7 @@ body {
color: $svg_color;
display: flex;
flex-direction: column;
font-family: sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
line-height: 1.5;
}