From 0b42abc29e16d3963c9f9a18c8d4d52536b26b8e Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:13:39 +0200 Subject: [PATCH] Added cookie banner, redesigned mobile view. --- index.html | 23 +- package.json | 9 +- pnpm-lock.yaml | 2045 ++++++++++++++ postcss.config.js | 6 + public/css/font-awesome.css | 4535 ------------------------------ src/AddFunctionalities.tsx | 13 +- src/App.tsx | 11 +- src/Constants.ts | 2 + src/Contribute.tsx | 8 +- src/CookieBanner.tsx | 43 + src/CustomizeAppearance.tsx | 15 +- src/DownloadLatestVersion.tsx | 16 +- src/Footer.tsx | 12 +- src/GetInTouchContact.tsx | 32 +- src/Header.tsx | 33 +- src/LinksToRelevantResources.tsx | 14 +- src/MainHeadline.tsx | 28 +- src/MobileDrawer.tsx | 46 + src/RealTimeCollaboration.tsx | 9 +- src/Thanking.tsx | 4 +- {public/css => src}/index.css | 79 +- src/main.tsx | 2 +- tailwind.config.js | 16 + 23 files changed, 2327 insertions(+), 4674 deletions(-) create mode 100644 pnpm-lock.yaml create mode 100644 postcss.config.js delete mode 100644 public/css/font-awesome.css create mode 100644 src/CookieBanner.tsx create mode 100644 src/MobileDrawer.tsx rename {public/css => src}/index.css (83%) create mode 100644 tailwind.config.js diff --git a/index.html b/index.html index 49fb059..b9ba887 100644 --- a/index.html +++ b/index.html @@ -20,29 +20,14 @@ This iconic web font was used extensively around the site. --> - - - - - - + + +
+ -