Education page finished, improvements to carousel, placeholder content from old website
This commit is contained in:
@@ -1,6 +1,22 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.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";
|
||||
|
||||
const headerCarouselGroup: carouselGroup = {
|
||||
animation: "slide",
|
||||
images: [
|
||||
starlink_headquarters_selfie
|
||||
]
|
||||
}
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
<Carousel carouselGroup={headerCarouselGroup}/>
|
||||
|
||||
<h2 class="font-bold md:text-2xl my-4">Prior Homelab</h2>
|
||||
</HobbyLayout>
|
||||
Reference in New Issue
Block a user