From 4d5dbfe16ed9e5fbabb9d8b0b73eece7eda14fc7 Mon Sep 17 00:00:00 2001 From: niccofyren Date: Sat, 14 Dec 2024 20:24:22 +0100 Subject: [PATCH] feat: add tg25 logo to header (#121) --- public/tg25/tg25_horizontal_white.svg | 507 ++++++++++++++++++++++++++ public/tg25/tg25_icon_white.svg | 42 +++ public/tg25/tg25_square_white.svg | 277 ++++++++++++++ src/components/Header.astro | 12 +- 4 files changed, 832 insertions(+), 6 deletions(-) create mode 100644 public/tg25/tg25_horizontal_white.svg create mode 100644 public/tg25/tg25_icon_white.svg create mode 100644 public/tg25/tg25_square_white.svg diff --git a/public/tg25/tg25_horizontal_white.svg b/public/tg25/tg25_horizontal_white.svg new file mode 100644 index 0000000..afa5471 --- /dev/null +++ b/public/tg25/tg25_horizontal_white.svg @@ -0,0 +1,507 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/tg25/tg25_icon_white.svg b/public/tg25/tg25_icon_white.svg new file mode 100644 index 0000000..b35432d --- /dev/null +++ b/public/tg25/tg25_icon_white.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + diff --git a/public/tg25/tg25_square_white.svg b/public/tg25/tg25_square_white.svg new file mode 100644 index 0000000..d574633 --- /dev/null +++ b/public/tg25/tg25_square_white.svg @@ -0,0 +1,277 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Header.astro b/src/components/Header.astro index 31f239d..00006e3 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -61,20 +61,20 @@ const NAVIGATION: NavItem[] = [ class="flex justify-between items-center py-1 px-5 max-w-7xl mb-8 justify-self-center w-full mx-auto bg-backgroundSecondary sm:rounded-xl sm:mx-5 sm:mt-2 sm:mb-8 sm:w-auto xl:mx-auto xl:w-full" >