mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Added font, styled left part of homepage.
This commit is contained in:
24
partials/footer.html
Normal file
24
partials/footer.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<div class="footer">
|
||||
<div class="footer-icons">
|
||||
<a href="https://github.com/Kugelschieber" target="_blank">
|
||||
<img src="assets/icons/github.svg" alt="GitHub" />
|
||||
</a>
|
||||
<a href="https://twitter.com/m5blum" target="_blank">
|
||||
<img src="assets/icons/twitter.svg" alt="Twitter" />
|
||||
</a>
|
||||
<a href="https://www.indiehackers.com/m5blum" target="_blank">
|
||||
<img src="assets/icons/indiehackers.svg" alt="IndieHackers" />
|
||||
</a>
|
||||
<a href="/cv">
|
||||
<img src="assets/icons/cv.svg" alt="GitHub" />
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
<small>© 2021 Marvin Blum. This page does not use cookies. Website Analytics by Pirsch.</small>
|
||||
</p>
|
||||
<p>
|
||||
<small>
|
||||
<a href="/legal">Legal</a>
|
||||
</small>
|
||||
</p>
|
||||
</div>
|
||||
@@ -35,6 +35,11 @@
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="assets/favicon/manifest.json">
|
||||
<link rel="stylesheet" type="text/css" href="assets/style.css" />
|
||||
|
||||
<title>Marvin Blum — Full-Stack Software Developer</title>
|
||||
|
||||
<script defer type="text/javascript" src="https://api.pirsch.io/pirsch.js"
|
||||
id="pirschjs"
|
||||
data-code="1vNLFfXQ6qdYSaa9x1CGNwLwFDbD19zT"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user