Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added github logo in header and footer #83

Merged
merged 1 commit into from
Oct 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import FacebookIcon from "@icons/facebook.svg";
import InstagramIcon from "@icons/instagram.svg";
import LinkedInIcon from "@icons/linkedin.svg";
import DiscordIcon from "@icons/discord.svg";
import GithubIcon from "@icons/github.svg";
import OfficeBuildingIcon from "@icons/office-building.svg";
import ContactUsIcon from "@icons/contact-us.svg";

Expand Down Expand Up @@ -94,6 +95,14 @@ export const Footer = () => {
alt="Discord Icon"
/>
</a>
<a href="https://github.com/ssss-sfu">
<Image
src={GithubIcon.src}
alt="Github icon"
height={24}
width={24}
/>
</a>
</div>
</div>
</div>
Expand Down
9 changes: 9 additions & 0 deletions components/HeaderNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import FacebookIcon from "@icons/facebook.svg";
import InstagramIcon from "@icons/instagram.svg";
import LinkedInIcon from "@icons/linkedin.svg";
import DiscordIcon from "@icons/discord.svg";
import GithubIcon from "@icons/github.svg";
import Link from "next/link";

export const HeaderNav = () => {
Expand Down Expand Up @@ -78,6 +79,14 @@ export const HeaderNav = () => {
width={18}
/>
</a>
<a href="https://github.com/ssss-sfu">
<Image
src={GithubIcon.src}
alt="Discord icon"
height={18}
width={18}
/>
</a>
<a href="mailto:[email protected]" rel="noreferrer">
<Button label="Contact Us" />
</a>
Expand Down
1 change: 1 addition & 0 deletions public/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.