From 848d7e13c45c4eeaea61c502a2883d243687f0c9 Mon Sep 17 00:00:00 2001
From: Daniel Bulant
Date: Thu, 5 Feb 2026 17:19:25 +0100
Subject: [PATCH] touch up rest of sites
---
a1/assets/styles.css | 6 ++--
a1/profile/index.html | 55 ++++-------------------------------
a1/projects/index.html | 65 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 74 insertions(+), 52 deletions(-)
diff --git a/a1/assets/styles.css b/a1/assets/styles.css
index 00fddd9..ec22621 100644
--- a/a1/assets/styles.css
+++ b/a1/assets/styles.css
@@ -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);
-}
+}*/
diff --git a/a1/profile/index.html b/a1/profile/index.html
index 14c7723..205f235 100644
--- a/a1/profile/index.html
+++ b/a1/profile/index.html
@@ -43,61 +43,18 @@
I like working on different projects, sometimes useful,
sometimes silly.
- Live projects / examples of my work
-
- -
- Haxagon -
- cybersecurity e-learning platform for highschools,
- with real-time data streaming, advanced permissions
- and virtual machines.
-
- -
-
- Heaventaker
-
- - a short WIP Helltaker fan-game.
-
- -
-
- Tictactoe
-
- - ultimate tictactoe variant with (simple) online
- and local multiplayer.
-
-
- Other projects
-
+
+ I worked on a variety of
+ projects,
+ mostly websites, but also on:
+
+
-
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.
- -
-
- Chip8 emulator
-
- with support for more memory using a hack, as well
- as a
-
- Bad Apple ROM generator
-
- using that hack.
-
- -
-
- A site
-
- for generating EPUBs and CBZs from Mangadex entries.
-
- -
-
- Bad Apple on Wooting keyboards
-
- using their addressable RGB LEDs.
-
-
I'm running a few servers as a sort of home lab,
where I experiment with various technologies like
diff --git a/a1/projects/index.html b/a1/projects/index.html
index a55c7a6..5359413 100644
--- a/a1/projects/index.html
+++ b/a1/projects/index.html
@@ -33,6 +33,71 @@
Projects
+