Dark footer, added photos for offsite backup rack
This commit is contained in:
@@ -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,
|
||||
|
||||
]
|
||||
}
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user