add screenshots, start writing about voxel engine

This commit is contained in:
Crispy 2022-05-07 20:07:54 +02:00
parent 8da53cb9e0
commit 481fcf0227
32 changed files with 124 additions and 169 deletions

View file

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/icons/favicon.png">
<link rel="icon" type="image/x-icon" href="/media/icons/favicon.png">
<title>crispypin.cc</title>
</head>
<body>
@ -15,10 +15,9 @@
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blender/">Blender stuff</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://gol.crispypin.cc/?cellsize=5&time=2&margin=0&populate=true">Game of Life</a></li>
<li><a href="https://crispypin.itch.io/">Games</a></li>
</ul>
</nav>
@ -29,9 +28,9 @@
<footer>
<p>Copyright © 2022 - CrispyPin</p>
<div class="links">
<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/channel/UCFW1QTsbFgux8VrduCz_ckQ"><img src="/icons/youtube.png" alt="" width=32px></a>
<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>
</div>
</footer>
</body>