From ae789df637583426e5627556038abea76018bb85 Mon Sep 17 00:00:00 2001 From: SanjayramVempati <101228879+SanjayramVempati@users.noreply.github.com> Date: Wed, 12 Apr 2023 19:04:57 -0400 Subject: [PATCH] updates --- public/astro.svg | 13 ++++ public/favicon.svg | 14 +---- src/components/Nav.astro | 2 +- src/components/buttons/Tag.astro | 2 +- src/components/cards/PersonCard.astro | 6 +- src/images/icon.png | Bin 0 -> 60394 bytes src/layouts/Layout.astro | 12 +++- src/pages/contact.astro | 10 +-- src/pages/index.astro | 85 +++++++++++++------------- src/pages/olympian.astro | 2 - src/pages/success.astro | 3 +- src/pages/team.astro | 28 ++++++--- 12 files changed, 98 insertions(+), 79 deletions(-) create mode 100644 public/astro.svg create mode 100644 src/images/icon.png diff --git a/public/astro.svg b/public/astro.svg new file mode 100644 index 0000000..0f39062 --- /dev/null +++ b/public/astro.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/public/favicon.svg b/public/favicon.svg index 0f39062..0eaf72b 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,13 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 889125d..7441826 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -5,7 +5,7 @@ import logo from "../images/logo.png"; import OutlineButton from "../components/buttons/OutlineButton.astro"; --- -