From 374dda25bb5aa2d8980d4080667b8977c29c33ef Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Sun, 19 Feb 2023 19:42:14 +0800 Subject: [PATCH] homepage design --- client/src/app/page.tsx | 80 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) diff --git a/client/src/app/page.tsx b/client/src/app/page.tsx index 16e9484..ff491a6 100644 --- a/client/src/app/page.tsx +++ b/client/src/app/page.tsx @@ -1,3 +1,81 @@ +import { IconRefresh } from "@tabler/icons-react"; + export default function Home() { - return
Homepage
; + return ( +
+
+

+ Public games{" "} +
+ +
+

+
+ + + + + + + + + + {/* + + + + */} + + + + + + + {/* invisible last row to set max column widths */} + + + + + + +
HostOpponent
(empty)
sample usernize + +
+
+
+
+

Join from invite

+
+
+ + +
+
+
or
+ +

Create game

+
+ + +
+ + +
+
+
+
+ ); }