-
-
-
-
-
diff --git a/src/pages/index.astro b/src/pages/index.astro
index fca327e..97dee2d 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -11,106 +11,160 @@ import "@fontsource/inter/700.css";
import "@fontsource/jetbrains-mono/400.css";
import "@fontsource/jetbrains-mono/600.css";
-// Get all names from the collection
const allNames = await getCollection("names");
-const members = allNames.filter(name => name.data.candidate !== true);
-const candidates = allNames.filter(name => name.data.candidate === true);
+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 description =
+ "An exclusive club of nerds that own the domain hack to their name";
const url = "https://namehack.club";
---
-
+
-
-
- {title}
-
-
-
-
-
-
-
-
+
+
+ {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})
-
-
- {members.map((name) => (
-
-
-
-
-
{name.data.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.
+