From 318a320acfb2db97abba3263a3d3929cbbf693dd Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 15 Jun 2025 13:59:21 +0200 Subject: Remove old files and some cleanup --- src/pages/index.astro | 226 +++++++++++++++++++++++++++++++------------------- 1 file changed, 140 insertions(+), 86 deletions(-) (limited to 'src/pages') 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}) -

- -
+ +
+

+ 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. +

+
-
-

- - Candidates - ({candidates.length}) -

- -
-
+
+
+

+ 💎 + Members + ({members.length}) +

+ +
+
+

+ + Candidates + ({candidates.length}) +

+ +
+
-
- - +
+ + -- cgit v1.3.1