Compare commits
No commits in common. "1a291a00f30c6d6052160416dcaa998142ea2149" and "7edf5f5fd7bc8fdd29da2735caefd01817da465f" have entirely different histories.
1a291a00f3
...
7edf5f5fd7
@ -41,11 +41,11 @@
|
|||||||
</span>E-Mail
|
</span>E-Mail
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a href="https://jan.jastrow.me/blog/">
|
<li><a href="https://jan.jastrow.me/blog/">
|
||||||
<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 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>Personal blog
|
</span>Personal blog
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a href="https://schwerkraftlabor.de/blog">
|
<li><a href="https://schwerkraftlabor.de/blog">
|
||||||
<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 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>Tech blog
|
</span>Tech blog
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a href="https://github.com/JanJastrow/" rel="me">
|
<li><a href="https://github.com/JanJastrow/" rel="me">
|
||||||
|
@ -7,7 +7,7 @@ body {
|
|||||||
color: $svg_color;
|
color: $svg_color;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
font-family: sans-serif;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user