104 lines
3.9 KiB
HTML
104 lines
3.9 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="List of projects I've worked on." />
|
|
<title>Daniel Bulant - Projects</title>
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<link href="/assets/styles.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="bg-gradient"></div>
|
|
|
|
<nav>
|
|
<a href="/" class="font-bold">
|
|
Daniel Bulant
|
|
<span class="text-gray-500">></span>
|
|
Projects
|
|
</a>
|
|
<div class="links">
|
|
<a href="/profile" class="btn">/profile</a>
|
|
<a href="/projects" class="btn">/projects</a>
|
|
<a href="/group" class="btn">/group</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="nav-spacer"></div>
|
|
|
|
<main>
|
|
<h1>Projects</h1>
|
|
<ul>
|
|
<li class="card">
|
|
<a class="btn btn-link-out" href="https://haxagon.cz"
|
|
>Haxagon</a
|
|
>
|
|
- cybersecurity e-learning platform for highschools, with
|
|
real-time data streaming, advanced permissions and virtual
|
|
machines.
|
|
</li>
|
|
<li class="card">
|
|
<a
|
|
class="btn btn-link-out"
|
|
href="https://danbulant.itch.io/heaventaker"
|
|
>
|
|
Heaventaker
|
|
</a>
|
|
- a short WIP Helltaker fan-game.
|
|
</li>
|
|
<li class="card">
|
|
<a
|
|
class="btn btn-link-out"
|
|
href="https://tictactoe.danbulant.eu"
|
|
>
|
|
Tictactoe
|
|
</a>
|
|
- ultimate tictactoe variant with (simple) online and local
|
|
multiplayer.
|
|
</li>
|
|
<li class="card">
|
|
<a
|
|
class="btn btn-link-out"
|
|
href="https://github.com/danbulant/chip8"
|
|
>
|
|
Chip8 emulator
|
|
</a>
|
|
<p>
|
|
with support for more memory using a hack, as well as a
|
|
<a
|
|
class="btn btn-link-out"
|
|
href="https://github.com/danbulant/chip8badapple"
|
|
>
|
|
Bad Apple ROM generator
|
|
</a>
|
|
using that hack.
|
|
</p>
|
|
</li>
|
|
<li class="card">
|
|
<a
|
|
class="btn btn-link-out"
|
|
href="https://github.com/danbulant/Mangades"
|
|
>
|
|
A site
|
|
</a>
|
|
for generating EPUBs and CBZs from Mangadex entries.
|
|
</li>
|
|
<li class="card">
|
|
<a
|
|
class="btn btn-link-out"
|
|
href="https://github.com/danbulant/wooting-fun"
|
|
>
|
|
Bad Apple on Wooting keyboards
|
|
</a>
|
|
using their addressable RGB LEDs.
|
|
</li>
|
|
</ul>
|
|
</main>
|
|
</body>
|
|
</html>
|