--- import { getCollection } from "astro:content"; import NameLink from "../components/NameLink.astro"; import "../styles/global.css"; import "@fontsource/inter/300.css"; import "@fontsource/inter/400.css"; import "@fontsource/inter/500.css"; import "@fontsource/inter/600.css"; import "@fontsource/inter/700.css"; import "@fontsource/jetbrains-mono/400.css"; import "@fontsource/jetbrains-mono/600.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"; const url = "https://namehack.club"; --- {title}

Doma.in Na.me Ha.ck Cl.ub

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 ({members.length})

Candidates ({candidates.length})