From 3af8228c2aba1c42fd627fdc014ce1e5d3306d97 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Thu, 1 Feb 2024 08:48:33 +0100 Subject: [PATCH] finished the homepage but not responsive yet --- public/github-mark.svg | 10 ++++++++++ src/components/Footer.astro | 14 ++++++++++++++ src/components/Navbar.astro | 18 +++++++++++++----- src/layouts/Layout.astro | 2 ++ src/pages/index.astro | 12 +++++++----- src/styles/home.scss | 2 +- src/styles/main.scss | 6 +++++- 7 files changed, 52 insertions(+), 12 deletions(-) create mode 100644 public/github-mark.svg create mode 100644 src/components/Footer.astro 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