From 05120f0aa58f32af55f087b8625262dfcd913e3e Mon Sep 17 00:00:00 2001 From: Firq Date: Sun, 5 Mar 2023 02:00:36 +0100 Subject: [PATCH] Added typescript, added new logo, improved margins --- src/components/navbar.astro | 4 +- src/components/technologyCard.astro | 10 ++--- src/layouts/baseSection.astro | 2 +- src/layouts/basicSection.astro | 2 +- src/layouts/contactSection.astro | 2 +- src/layouts/customFooter.astro | 2 +- src/layouts/taSection.astro | 2 +- src/pages/about.astro | 11 +++++- static/logo.svg | 58 ++++++++++++++++++++++++++++ static/technologies/typescript.webp | Bin 0 -> 1018 bytes 10 files changed, 79 insertions(+), 14 deletions(-) create mode 100644 static/logo.svg create mode 100644 static/technologies/typescript.webp diff --git a/src/components/navbar.astro b/src/components/navbar.astro index 6ff5b71..62901fe 100644 --- a/src/components/navbar.astro +++ b/src/components/navbar.astro @@ -1,5 +1,5 @@ --- -import headerimg from "/link_192.png" +import headerimg from "/logo.svg" ---
@@ -9,7 +9,7 @@ import headerimg from "/link_192.png" -