diff --git a/src/lib/components/subtitled-image.svelte b/src/lib/components/subtitled-image.svelte
index ac781b1..f3dc4ca 100644
--- a/src/lib/components/subtitled-image.svelte
+++ b/src/lib/components/subtitled-image.svelte
@@ -1,21 +1,29 @@
{#snippet subtitledImageContent()}
-
-
+ {#if video}
+
+ {:else}
+
+ {/if}
+
{#if subtitle}
DIY charging port mod
+October 2024
+ +I modded my New 3DS XL (SNES Edition) to give it a USB-C port to charge!
+ +I used a small USB-C breakout I had lying around that is wired straight into the charging pads of the original charging port, which is left completely intact. The breakout board also has a 5.1kΩ resistor between ground and one of the CC pins (which I had to manually find because it's unlabelled) to allow for using C-to-C cables.
+ +What I wrecked in turn was the wrist strap loop, which I completely cut out to create the hole for the port. The stylus port also got cut down to make space, but my stylus is kind of broken and doesn't stay put when I put it into the system, so I didn't really care about that.
+ +It works well! The hole isn't the prettiest but it was pretty simple to pull off, and extremely cheap as well. In turn I got a 3DS that I can charge using any USB-C cable and I no longer need to lug around the proprietary 3DS charger!
+ +PC companion audio source controller
August 2024
diff --git a/static/projects/small/3ds-usb-c/finished.webp b/static/projects/small/3ds-usb-c/finished.webp new file mode 100644 index 0000000..341b1d6 Binary files /dev/null and b/static/projects/small/3ds-usb-c/finished.webp differ diff --git a/static/projects/small/3ds-usb-c/hole.webp b/static/projects/small/3ds-usb-c/hole.webp new file mode 100644 index 0000000..c8f6eff Binary files /dev/null and b/static/projects/small/3ds-usb-c/hole.webp differ diff --git a/static/projects/small/3ds-usb-c/showcase.mp4 b/static/projects/small/3ds-usb-c/showcase.mp4 new file mode 100644 index 0000000..ed055ad Binary files /dev/null and b/static/projects/small/3ds-usb-c/showcase.mp4 differ diff --git a/static/projects/small/bt-speaker/20241023_175436.jpg b/static/projects/small/bt-speaker/20241023_175436.jpg new file mode 100755 index 0000000..cfe0126 Binary files /dev/null and b/static/projects/small/bt-speaker/20241023_175436.jpg differ diff --git a/static/projects/small/bt-speaker/20241024_185311.jpg b/static/projects/small/bt-speaker/20241024_185311.jpg new file mode 100755 index 0000000..519b380 Binary files /dev/null and b/static/projects/small/bt-speaker/20241024_185311.jpg differ diff --git a/static/projects/small/bt-speaker/20241025_224315.jpg b/static/projects/small/bt-speaker/20241025_224315.jpg new file mode 100755 index 0000000..9098679 Binary files /dev/null and b/static/projects/small/bt-speaker/20241025_224315.jpg differ