--- import { getCollection } from "astro:content"; import { Layout } from "@/layouts"; import { ProjectCard } from "@/components"; const links = [ { label: "bluesky", href: "https://bsky.app/profile/did:web:vt3e.cat" }, { label: "my git server", href: "https://git.vt3e.cat/" }, { label: "tangled (git but social)", href: "https://tangled.org/did:web:vt3e.cat", }, { label: "listenbrainz", href: "https://listenbrainz.org/user/aprvi" }, ]; const testimonials = [ { text: "you bring a very SSRI type of vibe to the function", author: "khls", }, ]; const projects = await getCollection("projects"); ---
two small orange & white kittens huddled together on a white surface. there is white text overlay over each of the kittens, the first reads 'you are made of stardust', the last reads 'and i am made of dirt'. there is a date stamp in the bottom right corner, it says '04.04.2008'.

apirl

or whatever idk!!

fae/faer

stupid {"{rat,cat}"}girl frontend developer thing!

links

find me . locate me .

projects

{ projects.map((project) => ( )) }

testimonials

{ testimonials.map((testimonial) => (

"{testimonial.text}"

{testimonial.author}
)) }