From d452809c443cc31c5c1cd228da10eac0146dcd3f Mon Sep 17 00:00:00 2001 From: julius Date: Thu, 18 Dec 2025 12:29:49 +0100 Subject: [PATCH] new design --- public/cutt.svg | 58 +++++ src/CUTT.tsx | 28 +++ src/Footer.tsx | 45 ++-- src/Form.tsx | 528 ++++++++++++++++++++++++++++++++++++++++++ src/Header.tsx | 74 +++++- src/Login.tsx | 113 ++++----- src/Session.tsx | 8 +- src/TabController.tsx | 36 ++- src/main.css | 12 + src/main.tsx | 13 +- 10 files changed, 778 insertions(+), 137 deletions(-) create mode 100644 public/cutt.svg create mode 100644 src/CUTT.tsx create mode 100644 src/Form.tsx create mode 100644 src/main.css diff --git a/public/cutt.svg b/public/cutt.svg new file mode 100644 index 0000000..b8a5f3b --- /dev/null +++ b/public/cutt.svg @@ -0,0 +1,58 @@ + + + + + + + CUTT + diff --git a/src/CUTT.tsx b/src/CUTT.tsx new file mode 100644 index 0000000..69fdcb1 --- /dev/null +++ b/src/CUTT.tsx @@ -0,0 +1,28 @@ +import "./main.css"; +import Header from "./Header"; +import Footer from "./Footer"; +import { BrowserRouter, Route, Routes } from "react-router"; +import { SessionProvider } from "./Session"; +import Rankings from "./Form"; + +function App() { + return ( + +
+ + + + } /> + +