Added media for kube, home server rack, body mods, chubby buttons, and home page
Some checks failed
Build and Test - Staging / determine_version (pull_request) Successful in 1m47s
Playwright Tests / test (pull_request) Failing after 2m49s
Build and Test - Staging / build_and_push (pull_request) Successful in 4m36s
Build and Test - Staging / test (pull_request) Successful in 1s
Build and Test - Staging / deploy_staging (pull_request) Successful in 7s
Some checks failed
Build and Test - Staging / determine_version (pull_request) Successful in 1m47s
Playwright Tests / test (pull_request) Failing after 2m49s
Build and Test - Staging / build_and_push (pull_request) Successful in 4m36s
Build and Test - Staging / test (pull_request) Successful in 1s
Build and Test - Staging / deploy_staging (pull_request) Successful in 7s
This commit is contained in:
@@ -1,6 +1,28 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
import Carousel from "@components/CustomCarousel.astro";
|
||||
|
||||
import type {carouselGroup} from "@interfaces/image-carousel.ts";
|
||||
|
||||
import injection_site from "@assets/hobby/body-mods/rfid-implant/injection-site.jpg";
|
||||
import injector_exploded from "@assets/hobby/body-mods/rfid-implant/injector-exploded.jpg";
|
||||
import quarter_euro_transponder from "@assets/hobby/body-mods/rfid-implant/quarter-euro-transponder.png";
|
||||
import xem_pouch from "@assets/hobby/body-mods/rfid-implant/xem-pouch.jpg";
|
||||
|
||||
|
||||
|
||||
const rfidImplantCarouselGroup: carouselGroup = {
|
||||
animation: "slide",
|
||||
images: [
|
||||
xem_pouch,
|
||||
injector_exploded,
|
||||
quarter_euro_transponder,
|
||||
injection_site
|
||||
]
|
||||
}
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
<HobbyLayout title="Body Mods">
|
||||
<h2 class="font-bold md:text-2xl my-4 underline">RFID Implant</h2>
|
||||
<Carousel carouselGroup={rfidImplantCarouselGroup}/>
|
||||
</HobbyLayout>
|
||||
Reference in New Issue
Block a user