made it a bit less boring

This commit is contained in:
Crispy 2023-03-21 23:09:50 +01:00
parent a209989246
commit de0d17a5b1
14 changed files with 215 additions and 78 deletions

View file

@ -5,12 +5,14 @@
<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="/icons/cretin.png">
<title>Voxel engine</title>
</head>
<body>
<header>
<img src="/icons/cretin.png" alt="">
<a href="/" id="logo"><img src="/icons/logo.png" alt=""></a>
<img src="/icons/cretin.png" alt="" style="transform: scaleX(-1);">
</header>
<main>
<h1>Godot-Rust Voxel Engine</h1>
@ -45,7 +47,7 @@
<p>fig.3: Long strips of adjacent voxels can be merged into fewer, long quads.</p>
</main>
<footer>
<p>You can find me here:</p>
<p>me on other interweb location(s):</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>