From e51c5f7bd47264f1bcd75886949901d276c31ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rudowicz?= Date: Mon, 17 Feb 2025 18:51:45 +0100 Subject: [PATCH] Kolorki, logo -> svg --- _config.yml | 8 ++- _includes/footer.html | 9 +++- assets/css/style.scss | 2 +- images/hswro-logo.svg | 123 ++++++++++++++++++++++++++++++++++++++++++ images/logo-hs.png | Bin 4177 -> 0 bytes 5 files changed, 138 insertions(+), 4 deletions(-) create mode 100644 images/hswro-logo.svg delete mode 100644 images/logo-hs.png diff --git a/_config.yml b/_config.yml index ba25b4e..7e0e86a 100755 --- a/_config.yml +++ b/_config.yml @@ -4,12 +4,16 @@ permalink: pretty title: 'Hackerspace Wrocław' logo: - mobile: "images/logo-hs.png" + mobile: "images/hswro-logo.svg" mobile_height: "86px" mobile_width: "175px" - desktop: "images/logo-hs.png" + mobile_footer_height: "86px" + mobile_footer_width: "175px" + desktop: "images/hswro-logo.svg" desktop_height: "86px" desktop_width: "175px" + desktop_footer_height: "43px" + desktop_footer_width: "87px" sass: style: compressed # possible values: nested expanded compact compressed diff --git a/_includes/footer.html b/_includes/footer.html index dfb091c..895ed32 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,14 @@