diff --git a/components/Footer.tsx b/components/Footer.tsx index 290bee4..917e36b 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -4,7 +4,7 @@ import Link from "next/link"; import DiscordLogo from "@/public/images/discord.svg"; import InstagramLogo from "@/public/images/instagram.svg"; import FacebookLogo from "@/public/images/facebook.svg"; -import MailLogo from "@/public/images/newsletter.svg"; +import LinkedinLogo from "@/public/images/linkedin.svg"; import TropicalImage from "./TropicalImage"; export default function Footer() { @@ -26,8 +26,11 @@ export default function Footer() { > - - + + @@ -38,10 +41,10 @@ export default function Footer() {

© ACM Cyber 2024

-
+
{/* Join Us! */} - - Join our Mailing List! + + Powered by Github Pages
diff --git a/pages/index.tsx b/pages/index.tsx index 58add4a..0b0871a 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,15 +1,12 @@ import Link from "next/link"; import styles from "styles/Home.module.scss"; +import joinStyles from "@/styles/Join.module.scss"; import CyberSeo from "@/components/CyberSeo"; import CyberWordmark from "@/components/CyberWordmark"; -import DiscordLogo from "@/public/images/discord.svg"; import Flag from "@/public/images/flag.svg"; import Boba from "@/public/images/boba.svg"; -import InstagramLogo from "@/public/images/instagram.svg"; -import LinkedinLogo from "@/public/images/linkedin.svg"; import TestTube from "@/public/images/test-tube.svg"; import CyberLogoInverted from "@/public/images/cyber-logo-light-inverted.png"; -import TropicalImage from "@/components/TropicalImage"; export default function HomePage() { return ( @@ -74,15 +71,14 @@ export default function HomePage() { Ready to start your cybersecurity journey?
- - - - - - - - - + +
diff --git a/styles/Footer.module.scss b/styles/Footer.module.scss index 436d5c3..be618dc 100644 --- a/styles/Footer.module.scss +++ b/styles/Footer.module.scss @@ -56,7 +56,7 @@ footer.footer { text-align: center; } - .joinUsOrElse { + .githubPages { display: block; margin: 1rem 0px; padding: 0.2rem; diff --git a/styles/Home.module.scss b/styles/Home.module.scss index cfae9fa..87a5724 100644 --- a/styles/Home.module.scss +++ b/styles/Home.module.scss @@ -307,12 +307,8 @@ h1.motto { width: 100%; gap: 40px; - div { - width: 60px; - height: 60px; - transform: scale(80%); - object-fit: contain; - background: var(--cyber-gold); + button { + margin: 0; } } }