crispypin.cc_old/docs/index.html

38 lines
1.4 KiB
HTML
Raw Normal View History

2021-06-25 00:42:46 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2022-01-18 17:57:42 +01:00
<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">
2022-01-20 03:31:33 +01:00
<title>crispypin.cc</title>
2021-06-25 00:42:46 +02:00
</head>
<body>
<header>
2022-01-18 18:04:48 +01:00
<a href="/" id="logo"><img src="/logo.png" alt=""></a>
</header>
<nav>
2022-01-18 18:04:48 +01:00
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blender/">Blender stuff</a></li>
2022-01-20 03:31:33 +01:00
<li><a href="/projects/">Projects</a></li>
<li><a href="/fractals/">Fractals</a></li>
2022-03-22 17:56:17 +01:00
<li><a href="https://gol.crispypin.cc/?cellsize=5&time=2&margin=0&populate=true">Game of Life</a></li>
2022-01-20 03:31:33 +01:00
<li><a href="https://crispypin.itch.io/">Games</a></li>
2022-01-18 18:04:48 +01:00
</ul>
</nav>
<main>
2022-01-20 03:31:33 +01:00
<h1>Hello!</h1>
<p>Welcome to my corner of the internet. I use this page to showcase some of my interesting projects in an easier to see way compared to just github. (This is very much a WIP)</p>
2022-01-18 18:04:48 +01:00
</main>
<footer>
2022-01-18 18:04:48 +01:00
<p>Copyright © 2022 - CrispyPin</p>
<div class="links">
<a href="https://github.com/CrispyPin"><img src="/icons/github.png" alt="" width=32px></a>
2022-04-25 21:14:56 +02:00
<a href="https://crispypin.itch.io/"><img src="/icons/itch.io.svg" alt="" width=32px></a>
2022-01-18 18:04:48 +01:00
<a href="https://www.youtube.com/channel/UCFW1QTsbFgux8VrduCz_ckQ"><img src="/icons/youtube.png" alt="" width=32px></a>
</div>
</footer>
2021-06-25 00:42:46 +02:00
</body>
</html>