mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-07-01 19:15:32 +02:00
huge refactor
This commit is contained in:
parent
481fcf0227
commit
f116de48b9
43 changed files with 404 additions and 449 deletions
|
@ -1,8 +1,8 @@
|
|||
<footer>
|
||||
<p>Copyright © 2022 - CrispyPin</p>
|
||||
<div class="links">
|
||||
<a href="https://github.com/CrispyPin"><img src="/media/icons/github.png" alt="" width=32px></a>
|
||||
<a href="https://crispypin.itch.io/"><img src="/media/icons/itch.io.svg" alt="" width=32px></a>
|
||||
<a href="https://www.youtube.com/channel/UCFW1QTsbFgux8VrduCz_ckQ"><img src="/media/icons/youtube.png" alt="" width=32px></a>
|
||||
<a href="https://github.com/CrispyPin"><img src="/icons/github.png" alt="" width=32px></a>
|
||||
<a href="https://crispypin.itch.io/"><img src="/icons/itch.io.svg" alt="" width=32px></a>
|
||||
<a href="https://www.youtube.com/CrispyPin42"><img src="/icons/youtube.png" alt="" width=32px></a>
|
||||
</div>
|
||||
</footer>
|
|
@ -1,4 +1,3 @@
|
|||
<header>
|
||||
<a href="/" id="logo"><img src="/logo.png" alt=""></a>
|
||||
</header>
|
||||
<include navbar.html/>
|
||||
<a href="/" id="logo"><img src="/icons/logo.png" alt=""></a>
|
||||
</header>
|
|
@ -1,9 +0,0 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/projects/">Projects</a></li>
|
||||
<li><a href="/blender/">Blender</a></li>
|
||||
<li><a href="/fractals/">Fractals</a></li>
|
||||
<li><a href="https://crispypin.itch.io/">Games</a></li>
|
||||
</ul>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue