Dark footer, added photos for offsite backup rack

This commit is contained in:
2025-11-06 17:37:33 -08:00
parent 128dc14459
commit 3e34b94ec5
21 changed files with 57 additions and 16 deletions

View File

@@ -1,16 +1,18 @@
---
import HobbyLayout from "@layouts/HobbyLayout.astro";
import Carousel from "@components/CustomCarousel.astro";
import type {carouselGroup} from "@interfaces/image-carousel.ts";
import starlink_headquarters_selfie
from "@assets/experience/spacex/hardware-test-engineer-i-ii/starlink_headquarters_selfie.jpg";
import Carousel from "@components/CustomCarousel.astro";
import enclosure_front from "@assets/hobby/homelab/offsite-backup-rack/enclosure-front.jpg";
const headerCarouselGroup: carouselGroup = {
animation: "slide",
images: [
starlink_headquarters_selfie
enclosure_front,
]
}
---