Compare commits
2 Commits
8647da389d
...
d6cf112d05
| Author | SHA1 | Date | |
|---|---|---|---|
| d6cf112d05 | |||
| 35cfd46e21 |
@@ -21,13 +21,23 @@ Software-wise, I set this up with the original deej software to control main vol
|
||||
|
||||
<ImageGallery
|
||||
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",
|
||||
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"],
|
||||
},
|
||||
{
|
||||
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.",
|
||||
desc: ["no PCB? no problem"],
|
||||
},
|
||||
|
||||
@@ -339,7 +339,7 @@ export const projects: Project[] = [
|
||||
{
|
||||
category: ProjectCategory.APPS,
|
||||
id: "avhplan",
|
||||
banner: "icon.webp",
|
||||
banner: "graphic.webp",
|
||||
bannerAlt: "",
|
||||
title: "AvH-Vertretungsplan",
|
||||
subtitle: "Substitution Plan App",
|
||||
|
||||
BIN
static/projects/apps/avhplan/graphic.webp
Normal file
BIN
static/projects/apps/avhplan/graphic.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
static/projects/electronics/deej0461/assembly.webp
Normal file
BIN
static/projects/electronics/deej0461/assembly.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 218 KiB |
BIN
static/projects/electronics/deej0461/prototype.webp
Normal file
BIN
static/projects/electronics/deej0461/prototype.webp
Normal file
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 |
Reference in New Issue
Block a user