From 5dc4f861d1b8ec7498560a0740ebeafb81367f90 Mon Sep 17 00:00:00 2001 From: gulimabr Date: Tue, 2 Dec 2025 11:54:36 -0300 Subject: [PATCH] Updated landing page --- frontend/index.html | 4 +- frontend/public/requirements-icon.svg | 5 + frontend/src/components/Layout.tsx | 2 +- frontend/src/components/Navbar.tsx | 12 +-- frontend/src/pages/HomePage.tsx | 135 ++++++-------------------- 5 files changed, 43 insertions(+), 115 deletions(-) create mode 100644 frontend/public/requirements-icon.svg diff --git a/frontend/index.html b/frontend/index.html index bfcb7f2..a9a0a82 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,9 +2,9 @@ - + - Keycloak Auth App + Requirements Periodic Table
diff --git a/frontend/public/requirements-icon.svg b/frontend/public/requirements-icon.svg new file mode 100644 index 0000000..784e3f9 --- /dev/null +++ b/frontend/public/requirements-icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index d2b814b..e573227 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -17,7 +17,7 @@ export default function Layout({ children }: LayoutProps) {