Skip to content

Commit

Permalink
moved links to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
uptownhr committed Jan 14, 2023
1 parent 965a33f commit 57514b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
import HeaderLink from './HeaderLink.astro';
const today = new Date();
---

<footer>
&copy; {today.getFullYear()} James Lee. All rights reserved.
<nav>
<HeaderLink href="https://www.linkedin.com/in/uptown/" target="_blank" rel="noopener">LinkedIn</HeaderLink>
<HeaderLink href="https://github.com/uptownhr" target="_blank">GitHub</HeaderLink>
</nav>
</footer>
<style>
footer {
Expand Down
2 changes: 0 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { SITE_TITLE } from '../config';
<nav>
<HeaderLink href="/">Home</HeaderLink>
<HeaderLink href="/mentorship">Mentorship</HeaderLink>
<HeaderLink href="https://www.linkedin.com/in/uptown/" target="_blank" rel="noopener">LinkedIn</HeaderLink>
<HeaderLink href="https://github.com/uptownhr" target="_blank">GitHub</HeaderLink>
</nav>
</header>
<style>
Expand Down

0 comments on commit 57514b7

Please sign in to comment.