Skip to content

Commit

Permalink
Add logos and links for GitHub and LinkedIn
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Magnuson committed Oct 21, 2023
1 parent d7ef2fa commit 2e9b0d4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/github_mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/linkedin_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/app/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,30 @@ export default function Navbar() {
height="40"
/>
</a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/ufssd"
>
<Image
src="/github_mark.svg"
alt="GitHub Logo"
width="40"
height="40"
/>
</a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/company/ssduf"
>
<Image
src="/linkedin_logo.png"
alt="LinkedIn Logo"
width="40"
height="40"
/>
</a>
</div>
</header>
);
Expand Down

0 comments on commit 2e9b0d4

Please sign in to comment.