From b0b9c0e5b4ba10b840c4fe340ad897feae0ad42c Mon Sep 17 00:00:00 2001 From: Jennifer Liu <97803764+ofjuneskies@users.noreply.github.com> Date: Sat, 5 Oct 2024 15:35:10 -0700 Subject: [PATCH] Updated Footer (#156) * first draft of footer - needs to change links * got rid of background colour * first draft of footer - needs to change links * got rid of background colour * merged with main and added footer to page.tsx * unbolded "made with" text * added "500" to layout.tsx for weights and changed text weight to 500 * changed icons to official, commented out devpost button and added links to other buttons * added discord logo in replacement of facebook, changed apply and home links * changed icons, changed about us link and added "600" as a weight * changed logo names, changed discord icon, made files prettier * deleted unused icons, cleaned up code, removed unused components and imports * put assets still in use back --- apps/site/src/app/(home)/page.tsx | 1 - apps/site/src/app/layout.tsx | 4 +- .../icons/Facebook-Logo-Primary-min.svg | 4 - .../icons/TikTok-Social-Icon-Circle-White.svg | 1 - apps/site/src/assets/icons/discord.svg | 1 + apps/site/src/assets/icons/email.svg | 3 - apps/site/src/assets/icons/hack-logo.svg | 3 - apps/site/src/assets/icons/hack.svg | 3 + apps/site/src/assets/icons/instagram.svg | 1 + apps/site/src/assets/icons/mail_icon.svg | 3 + apps/site/src/assets/icons/tiktok.svg | 1 + .../src/components/Footer/Footer.module.scss | 96 +- apps/site/src/components/Footer/Footer.tsx | 73 +- pnpm-lock.yaml | 12782 +++++++++------- 14 files changed, 7449 insertions(+), 5527 deletions(-) delete mode 100644 apps/site/src/assets/icons/Facebook-Logo-Primary-min.svg delete mode 100644 apps/site/src/assets/icons/TikTok-Social-Icon-Circle-White.svg create mode 100644 apps/site/src/assets/icons/discord.svg delete mode 100644 apps/site/src/assets/icons/email.svg delete mode 100644 apps/site/src/assets/icons/hack-logo.svg create mode 100644 apps/site/src/assets/icons/hack.svg create mode 100644 apps/site/src/assets/icons/instagram.svg create mode 100644 apps/site/src/assets/icons/mail_icon.svg create mode 100644 apps/site/src/assets/icons/tiktok.svg diff --git a/apps/site/src/app/(home)/page.tsx b/apps/site/src/app/(home)/page.tsx index 7a2b1938..4c94ffb3 100644 --- a/apps/site/src/app/(home)/page.tsx +++ b/apps/site/src/app/(home)/page.tsx @@ -1,7 +1,6 @@ export const revalidate = 60; import Landing from "./sections/Landing"; -import Intro from "./sections/Intro"; import GetInvolved from "./sections/GetInvolved"; import Sponsors from "./sections/Sponsors"; import FAQ from "./sections/FAQ"; diff --git a/apps/site/src/app/layout.tsx b/apps/site/src/app/layout.tsx index 7234a29f..2d06a203 100644 --- a/apps/site/src/app/layout.tsx +++ b/apps/site/src/app/layout.tsx @@ -17,7 +17,7 @@ export const metadata: Metadata = { }; const fredoka = Fredoka({ - weight: ["400", "600", "700"], + weight: ["400", "500", "600", "700"], subsets: ["latin"], variable: "--next-font-fredoka", }); @@ -32,7 +32,7 @@ export default function RootLayout({ {/* */}
{children}
- {/*