Compare commits

..

2 Commits

Author SHA1 Message Date
d6cf112d05 added banner for avhplan 2026-04-09 22:17:53 +02:00
35cfd46e21 added more images to deej0461 2026-04-09 22:04:53 +02:00
6 changed files with 12 additions and 2 deletions

View File

@@ -21,13 +21,23 @@ Software-wise, I set this up with the original deej software to control main vol
<ImageGallery <ImageGallery
images={[ images={[
{
src: "prototype.webp",
alt: "An Arduino Pro Micro with a white LED attached to it. The LED is glowing.",
desc: ["initial prototype to test LED functionality"],
},
{
src: "soldering.webp",
alt: "An Arduino with keyboard switches, LEDs, and a slider wired into it. The components are connected with relatively long cables.",
desc: ["it may look like a prototype, but these are the production-ready innards of the machine!"],
},
{ {
src: "printing.webp", src: "printing.webp",
alt: "A Bambu Lab A1 mini 3D printer in the middle of printing casing parts using a golden filament. The printer head has two googly eyes attached.", alt: "A Bambu Lab A1 mini 3D printer in the middle of printing casing parts using a golden filament. The printer head has two googly eyes attached.",
desc: ["googly-eyed printer hard at work"], desc: ["googly-eyed printer hard at work"],
}, },
{ {
src: "soldering.webp", src: "assembly.webp",
alt: "An Arduino set into a 3D printed case with a slider, two LEDs, and four key switches soldered to it using wires. The components are spread out and hanging out the top of the case.", alt: "An Arduino set into a 3D printed case with a slider, two LEDs, and four key switches soldered to it using wires. The components are spread out and hanging out the top of the case.",
desc: ["no PCB? no problem"], desc: ["no PCB? no problem"],
}, },

View File

@@ -339,7 +339,7 @@ export const projects: Project[] = [
{ {
category: ProjectCategory.APPS, category: ProjectCategory.APPS,
id: "avhplan", id: "avhplan",
banner: "icon.webp", banner: "graphic.webp",
bannerAlt: "", bannerAlt: "",
title: "AvH-Vertretungsplan", title: "AvH-Vertretungsplan",
subtitle: "Substitution Plan App", subtitle: "Substitution Plan App",

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

After

Width:  |  Height:  |  Size: 178 KiB