Compare commits

..

No commits in common. "81001d3290f56e0a8370b94df5235a1d68db2657" and "c290faea0f4468593e98455d9116dd12ce314f44" have entirely different histories.

5 changed files with 54 additions and 83 deletions

View file

@ -79,7 +79,7 @@ nav .links {
.btn { .btn {
isolation: isolate; isolation: isolate;
position: relative; position: relative;
display: inline-flex; display: 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);
}*/ }

View file

@ -3,8 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="My group for Web of Things." /> <title>Daniel Bulant - Profile</title>
<title>Daniel Bulant - Group</title>
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

View file

@ -3,10 +3,6 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Home page for my website for Web of Things."
/>
<title>Daniel Bulant - AU Home</title> <title>Daniel Bulant - AU Home</title>
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />

View file

@ -3,7 +3,6 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Overview of me." />
<title>Daniel Bulant - Profile</title> <title>Daniel Bulant - Profile</title>
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
@ -44,18 +43,61 @@
I like working on different projects, sometimes useful, I like working on different projects, sometimes useful,
sometimes silly. sometimes silly.
</p> </p>
<p> <h2>Live projects / examples of my work</h2>
I worked on a variety of <ul>
<a class="btn btn-link" href="/projects">projects</a>, <li>
mostly websites, but also on: <a href="https://haxagon.cz">Haxagon</a> -
</p> cybersecurity e-learning platform for highschools,
<ul style="padding-left: 1rem"> 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>
<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

View file

@ -3,8 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <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 - Profile</title>
<title>Daniel Bulant - Projects</title>
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@ -34,71 +33,6 @@
<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>