touch up rest of sites
This commit is contained in:
parent
c290faea0f
commit
848d7e13c4
3 changed files with 74 additions and 52 deletions
|
|
@ -79,7 +79,7 @@ nav .links {
|
||||||
.btn {
|
.btn {
|
||||||
isolation: isolate;
|
isolation: isolate;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
|
|
@ -156,6 +156,6 @@ main {
|
||||||
background-image: url("/assets/icon-link.svg");
|
background-image: url("/assets/icon-link.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
main.profile {
|
/*main.profile {
|
||||||
background: var(--bg-dark);
|
background: var(--bg-dark);
|
||||||
}
|
}*/
|
||||||
|
|
|
||||||
|
|
@ -43,61 +43,18 @@
|
||||||
I like working on different projects, sometimes useful,
|
I like working on different projects, sometimes useful,
|
||||||
sometimes silly.
|
sometimes silly.
|
||||||
</p>
|
</p>
|
||||||
<h2>Live projects / examples of my work</h2>
|
<p>
|
||||||
<ul>
|
I worked on a variety of
|
||||||
<li>
|
<a class="btn btn-link" href="/projects">projects</a>,
|
||||||
<a href="https://haxagon.cz">Haxagon</a> -
|
mostly websites, but also on:
|
||||||
cybersecurity e-learning platform for highschools,
|
</p>
|
||||||
with real-time data streaming, advanced permissions
|
<ul style="padding-left: 1rem">
|
||||||
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>
|
|
||||||
<li>
|
<li>
|
||||||
A custom 32bit CPU made in logisim, with a simulator
|
A custom 32bit CPU made in logisim, with a simulator
|
||||||
written in Rust. Experiments with optimization like
|
written in Rust. Experiments with optimization like
|
||||||
JIT compilation, PGO and LTO. Capable of playing Bad
|
JIT compilation, PGO and LTO. Capable of playing Bad
|
||||||
Apple faster than realtime on most machines.
|
Apple faster than realtime on most machines.
|
||||||
</li>
|
</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>
|
<li>
|
||||||
I'm running a few servers as a sort of home lab,
|
I'm running a few servers as a sort of home lab,
|
||||||
where I experiment with various technologies like
|
where I experiment with various technologies like
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,71 @@
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<h1>Projects</h1>
|
<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>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue