From 1d51866188aabc072db19c5eb7dd121e91fd1379 Mon Sep 17 00:00:00 2001 From: polsevev Date: Sun, 3 Nov 2024 21:08:10 +0100 Subject: [PATCH] Move to forgejo --- README.md | 1 - public/svg/Forgejo_logo.svg | 40 +++++++++++++++++++++++++++++++++++++ src/components/Header.astro | 14 ++++++------- 3 files changed, 47 insertions(+), 8 deletions(-) create mode 100644 public/svg/Forgejo_logo.svg diff --git a/README.md b/README.md index 4043aac..31bc369 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,3 @@ This is a repo for my website [polsevev.dev](polsevev.dev) You are welcome to look at, and use, the code. If you want submit a PR you can, but i prolly won't accept it, as this is just a place for mye to publish things on the interwebs while avoiding using social media. - diff --git a/public/svg/Forgejo_logo.svg b/public/svg/Forgejo_logo.svg new file mode 100644 index 0000000..9c46d82 --- /dev/null +++ b/public/svg/Forgejo_logo.svg @@ -0,0 +1,40 @@ + + + + + Forgejo logo + Caesar Schinas + + + + + + + + + + + + + diff --git a/src/components/Header.astro b/src/components/Header.astro index 2ada538..c17a311 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -12,14 +12,10 @@ import { SITE_TITLE } from '../consts'; ~/about @@ -59,6 +55,10 @@ import { SITE_TITLE } from '../consts'; border-bottom: 4px solid transparent; text-decoration: none; } + img{ + background-color: white; + padding: 5px; + } nav a.active { text-decoration: none; border-bottom-color: cyan;