diff --git a/content/projects.md b/content/projects.md index a3762fe..4a52c95 100644 --- a/content/projects.md +++ b/content/projects.md @@ -21,7 +21,7 @@ Website source code: https://forge.gaussian.dev/adam/gaussian.dev _2024-02_ - Analog oscilloscope simulator, for playing "oscilloscope music". -![Demo 1](/glowie-1.webp) ![Demo 2](/glowie-2.webp) +![Demo 1](glowie-1.webp) ![Demo 2](glowie-2.webp) [Watch on YouTube](https://www.youtube.com/watch?v=eRhQOdXDpUo) @@ -31,7 +31,7 @@ https://github.com/agausmann/glowie _2022-08_ - Custom 60% ortholinear keyboard with a 2x 7-segment HUD. -![SN1](/riemann-sn1.webp) +![SN1](riemann-sn1.webp) https://codeberg.org/agausmann/riemann-kb - Firmware, PCB design, and case design @@ -60,7 +60,7 @@ https://github.com/agausmann/smm2-stats _2021-10_ - The name speaks for itself. 24x18 at 15 FPS, hundreds of thousands of simulated logic components. -![Bad Apple in Logic World](/logicworld-badapple.webp) +![Bad Apple in Logic World](logicworld-badapple.webp) [See the results](https://youtu.be/R5hdmBmmn0g) World generator: https://github.com/agausmann/LogicWorld-BadApple @@ -71,7 +71,7 @@ World generator: https://github.com/agausmann/LogicWorld-BadApple _2021-08_ - Universal clock with a rotating map and shading effects. Inspired by [xkcd now](https://xkcd.com/now/) -![Global clock](/global-clock.webp) +![Global clock](global-clock.webp) https://codeberg.org/agausmann/global-clock @@ -80,7 +80,7 @@ https://codeberg.org/agausmann/global-clock _2021-03_ - A physical controller for the Windows Volume Mixer (sndvol). Set the volume for individual applications without alt-tabbing. My first PCB project. -![WindowMaster Rev1](/windowmaster-rev1.webp) +![WindowMaster Rev1](windowmaster-rev1.webp) https://github.com/agausmann/WindowMaster @@ -92,7 +92,7 @@ For a more polished, cross-platform experience, I recommend looking into _Started 2020-12_ - A digital logic simulator, inspired by redstone from Minecraft Alpha and some other mechanics from Logic World. -![Full adder in FlipFlop](/flipflop-full-adder.webp) +![Full adder in FlipFlop](flipflop-full-adder.webp) Development has slowed, but I still have some plans for future developments. diff --git a/static/flipflop-full-adder.webp b/static/projects/flipflop-full-adder.webp similarity index 100% rename from static/flipflop-full-adder.webp rename to static/projects/flipflop-full-adder.webp diff --git a/static/global-clock.webp b/static/projects/global-clock.webp similarity index 100% rename from static/global-clock.webp rename to static/projects/global-clock.webp diff --git a/static/glowie-1.webp b/static/projects/glowie-1.webp similarity index 100% rename from static/glowie-1.webp rename to static/projects/glowie-1.webp diff --git a/static/glowie-2.webp b/static/projects/glowie-2.webp similarity index 100% rename from static/glowie-2.webp rename to static/projects/glowie-2.webp diff --git a/static/logicworld-badapple.webp b/static/projects/logicworld-badapple.webp similarity index 100% rename from static/logicworld-badapple.webp rename to static/projects/logicworld-badapple.webp diff --git a/static/riemann-sn1.webp b/static/projects/riemann-sn1.webp similarity index 100% rename from static/riemann-sn1.webp rename to static/projects/riemann-sn1.webp diff --git a/static/windowmaster-rev1.webp b/static/projects/windowmaster-rev1.webp similarity index 100% rename from static/windowmaster-rev1.webp rename to static/projects/windowmaster-rev1.webp