diff --git a/public/github-mark.svg b/public/github-mark.svg new file mode 100644 index 0000000..5a310f0 --- /dev/null +++ b/public/github-mark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..4e7468c --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,14 @@ +--- +const year = new Date().getFullYear(); +--- + + + + diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index b509d17..0a25f60 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -9,8 +9,8 @@ const routes = { ---
- + My GitHub account