-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.95 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="watermark">
<a href="https://neropatti.com/"><img src="watermark.webp"></a>
</div>
<h1>neropatti</h1>
<p>Hi, I'm neropatti, or nero for short.</p>
<p>I (try to) make video games. I do this <a href="https://neropatti.com/stream">live on twitch</a> occasionally. I most often stream on Saturdays, starting around 3AM-6AM GMT.</p>
<p>You might be looking for the <a href=https://neropatti.com/echo-flowers/>echo flower timestamp catalogue</a>.</p>
<!--<p>I have some <a href=https://neropatti.itch.io>released games</a>, but below you can find more examples of my work.</p>-->
<h2>The cool projects</h2>
<a href="https://neropatti.com/voxel-parkour-game"><img src="voxel-parkour-game/media/6.webp" width="300" alt="Voxel parkour game screenshot"></a>
<a href="https://neropatti.com/voxel-dungeon-game"><img src="voxel-dungeon-game/media/thumbnail.webp" width="280" alt="Voxel dungeon game thumbnail"></a>
<h2>Other projects</h2>
<a href="https://neropatti.com/steeled-heart"><img src="steeled-heart/media/game_icon.webp"></a>
<a href="https://neropatti.com/cake-stacker"><img src="cake-stacker/media/game_icon.webp" width="300" alt="Cake stacker logo"></a>
<a href="https://neropatti.com/abyss-trail"><img src="abyss-trail/media/game_icon.webp" width="300" alt="Abyss Trail logo"></a>
<a href="https://neropatti.com/ammo-percentage-indicator"><img src="ammo-percentage-indicator/media/logo_small.webp" width="300" alt="Ammo percentage indicator logo"></a>
<a href="https://neropatti.com/tic-tac-toe"><img src="tic-tac-toe/media/game_icon.webp" width="300" alt="Tic-tac-toe logo"></a>
<a href="https://neropatti.com/build-sprint"><img src="build-sprint/media/game_icon.webp" width="300" alt="Build Sprint logo"></a>
<a href="https://neropatti.com/seamless"><img src="seamless/media/game_icon.webp" width="300" alt="Seamless logo"></a>
<script src="script.js"></script>
</body>
</html>