-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
social + call to action changes rev 1
changes: - an actually useful call to action (the second button actually links to /join but having a Join Us button feels too weird) - removed the mailing list icon and replaced it with linkedin - changed the other mailing list button to a github pages button
- Loading branch information
1 parent
d279231
commit f57084a
Showing
4 changed files
with
21 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() { | |
> | ||
<TropicalImage img={FacebookLogo} alt="Facebook Redirect" /> | ||
</Link> | ||
<Link href="mailto:[email protected]" target="_blank"> | ||
<TropicalImage img={MailLogo} alt="Mail Redirect" /> | ||
<Link | ||
href="https://www.linkedin.com/company/uclacyber" | ||
target="_blank" | ||
> | ||
<TropicalImage img={LinkedinLogo} alt="LinkedIn Redirect" /> | ||
</Link> | ||
</div> | ||
</div> | ||
|
@@ -38,10 +41,10 @@ export default function Footer() { | |
<p>© ACM Cyber 2024</p> | ||
</div> | ||
|
||
<div className={styles.joinUsOrElse}> | ||
<div className={styles.githubPages}> | ||
{/* Join Us! */} | ||
<a href="https://tinyurl.com/acmcybernewsletter"> | ||
Join our Mailing List! | ||
<a href="https://github.com/uclaacm/acmcyber.com"> | ||
Powered by Github Pages | ||
</a> | ||
</div> | ||
</footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters