From 67cd96cd33dc67627549c3353f43d511ec2912b3 Mon Sep 17 00:00:00 2001 From: "David E. Perez Negron R." Date: Fri, 14 Jun 2024 14:16:05 -0600 Subject: [PATCH] Adding Logo on dark and light theme, plus favicon update --- _data.yml | 4 +++- _includes/css/navbar.css | 4 ++-- _includes/layouts/base.vto | 21 +++++++++++++++------ img/deca-logo-dark.png | Bin 0 -> 253386 bytes img/deca-logo-light.png | Bin 0 -> 223211 bytes img/deca-logo.png | Bin 30343 -> 0 bytes img/favicon.png | Bin 1894 -> 6008 bytes 7 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 img/deca-logo-dark.png create mode 100644 img/deca-logo-light.png delete mode 100644 img/deca-logo.png diff --git a/_data.yml b/_data.yml index e8a227e..3613673 100644 --- a/_data.yml +++ b/_data.yml @@ -1,6 +1,8 @@ lang: en -logo: deca-logo.png +logo_dark: /img/deca-logo-dark.png + +logo_light: /img/deca-logo-light.png home: welcome: DECA PROTOCOL diff --git a/_includes/css/navbar.css b/_includes/css/navbar.css index 0e67889..414733e 100644 --- a/_includes/css/navbar.css +++ b/_includes/css/navbar.css @@ -43,8 +43,8 @@ & img { margin-bottom: 10px; - width:175px; - height:58px; + width:100px; + height:100px; } & span { diff --git a/_includes/layouts/base.vto b/_includes/layouts/base.vto index fb34eb7..429a7de 100644 --- a/_includes/layouts/base.vto +++ b/_includes/layouts/base.vto @@ -6,10 +6,12 @@ {{ it.title || metas.title }} - {{ metas.site }} + - + + @@ -21,11 +23,7 @@