--- import { getCollection } from "astro:content"; import NameLink from "../components/NameLink.astro"; import "../styles/global.css"; import "@fontsource/inter/300.css"; import "@fontsource/inter/500.css"; import "@fontsource/inter/600.css"; import "@fontsource/jetbrains-mono/400.css"; const allNames = await getCollection("names"); const members = allNames.filter((name) => name.data.candidate !== true); const candidates = allNames.filter((name) => name.data.candidate === true); const title = "Domain Name Hack Club"; const description = "An exclusive club of nerds that own the domain hack to their name"; --- {title}

Domain Name Hack Club

An exclusive club of geeks that serve their personal homepage from the domain hack to their name. Are you one of us? Join the club by opening a pull request on Github or send us an email at join@namehack.club.

💎 Members

Candidates