Add some parts of old website

This commit is contained in:
Crispy 2021-06-25 01:33:18 +02:00
parent 3f2922d145
commit 3f2d1ee37b
12 changed files with 411 additions and 13 deletions

View file

@ -1 +1,2 @@
<p>amazing footer</p>
<footer>crispypin.cc</footer>
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>

View file

@ -1,2 +1,4 @@
<h>My awesome header</h>
<header>
<a href="/" id="logo"><img src="/logo.png" alt=""></a>
</header>
&include(navbar.html)

View file

@ -1 +1,9 @@
<p>todo: add links</p>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/games/">Games</a></li>
<li><a href="/fractals/">Fractals</a></li>
<li><a href="/blender/">Blender stuff</a></li>
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
</ul>
</nav>