touch up rest of sites

This commit is contained in:
Daniel Bulant 2026-02-05 17:19:25 +01:00
parent c290faea0f
commit 848d7e13c4
3 changed files with 74 additions and 52 deletions

View file

@ -79,7 +79,7 @@ nav .links {
.btn {
isolation: isolate;
position: relative;
display: flex;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.25rem 0.5rem;
@ -156,6 +156,6 @@ main {
background-image: url("/assets/icon-link.svg");
}
main.profile {
/*main.profile {
background: var(--bg-dark);
}
}*/

View file

@ -43,61 +43,18 @@
I like working on different projects, sometimes useful,
sometimes silly.
</p>
<h2>Live projects / examples of my work</h2>
<ul>
<li>
<a href="https://haxagon.cz">Haxagon</a> -
cybersecurity e-learning platform for highschools,
with real-time data streaming, advanced permissions
and virtual machines.
</li>
<li>
<a href="https://danbulant.itch.io/heaventaker">
Heaventaker
</a>
- a short WIP Helltaker fan-game.
</li>
<li>
<a href="https://tictactoe.danbulant.eu">
Tictactoe
</a>
- ultimate tictactoe variant with (simple) online
and local multiplayer.
</li>
</ul>
<h2>Other projects</h2>
<ul>
<p>
I worked on a variety of
<a class="btn btn-link" href="/projects">projects</a>,
mostly websites, but also on:
</p>
<ul style="padding-left: 1rem">
<li>
A custom 32bit CPU made in logisim, with a simulator
written in Rust. Experiments with optimization like
JIT compilation, PGO and LTO. Capable of playing Bad
Apple faster than realtime on most machines.
</li>
<li>
<a href="https://github.com/danbulant/chip8">
Chip8 emulator
</a>
with support for more memory using a hack, as well
as a
<a
href="https://github.com/danbulant/chip8badapple"
>
Bad Apple ROM generator
</a>
using that hack.
</li>
<li>
<a href="https://github.com/danbulant/Mangades">
A site
</a>
for generating EPUBs and CBZs from Mangadex entries.
</li>
<li>
<a href="https://github.com/danbulant/wooting-fun">
Bad Apple on Wooting keyboards
</a>
using their addressable RGB LEDs.
</li>
<li>
I'm running a few servers as a sort of home lab,
where I experiment with various technologies like

View file

@ -33,6 +33,71 @@
<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>