From c86fa1ac1a69c9ab70846ed174c40d0e9a4b0ca1 Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 17:39:46 +0100 Subject: [PATCH 01/15] feat: Change logo color to white in light mode for better navbar contrast --- static/img/logo.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/img/logo.svg b/static/img/logo.svg index de2221d..31bdf52 100644 --- a/static/img/logo.svg +++ b/static/img/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 8a601eccb29f788acf0405ba113f066065e9e0af Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 17:39:46 +0100 Subject: [PATCH 02/15] feat: Change logo color to white in light mode for better navbar contrast --- static/img/logo-light.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/img/logo-light.svg b/static/img/logo-light.svg index 52e6fdd..31bdf52 100644 --- a/static/img/logo-light.svg +++ b/static/img/logo-light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From c374e37562cafc47c9e0bd23fe1154f8dc4f05ea Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 17:53:08 +0100 Subject: [PATCH 03/15] feat: Replace hero title text with owl logo on homepage --- src/pages/index.js | 6 +++--- src/pages/index.module.css | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index bf9df19..402e28c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -12,9 +12,9 @@ function HomepageHeader() { return (
- - {siteConfig.title} - +
+ {siteConfig.title} +

{siteConfig.tagline}

Date: Thu, 11 Dec 2025 17:56:59 +0100 Subject: [PATCH 04/15] feat: Add white owl logo to static/images/logos and update homepage hero section --- static/images/logos/owl.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/images/logos/owl.svg diff --git a/static/images/logos/owl.svg b/static/images/logos/owl.svg new file mode 100644 index 0000000..31bdf52 --- /dev/null +++ b/static/images/logos/owl.svg @@ -0,0 +1 @@ + \ No newline at end of file From 2743dc05854ec0602f516f18fa37d2202b4320d6 Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 18:04:30 +0100 Subject: [PATCH 05/15] feat: Update homepage to display Principal.svg logo from dev project --- src/pages/index.js | 2 +- static/images/logos/Principal.svg | 115 ++++++++++++++++++++++++++++++ 2 files changed, 116 insertions(+), 1 deletion(-) create mode 100644 static/images/logos/Principal.svg diff --git a/src/pages/index.js b/src/pages/index.js index 402e28c..049d6f9 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -13,7 +13,7 @@ function HomepageHeader() {
- {siteConfig.title} + {siteConfig.title}

{siteConfig.tagline}

diff --git a/static/images/logos/Principal.svg b/static/images/logos/Principal.svg new file mode 100644 index 0000000..f46ba0b --- /dev/null +++ b/static/images/logos/Principal.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From aa035d79a483151de298f88640482cafaf3682ff Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 20:16:31 +0100 Subject: [PATCH 06/15] Enhance Principal logo: increase size and convert to white for better visibility - Increase SVG dimensions from 1024x1024 to 4096x4096 for higher resolution - Convert logo color from black to white (#fff) for light mode visibility - Optimize viewBox (50 150 950 750) to properly display logo without clipping - Increase hero logo height from 200px to 500px on desktop (better prominence) - Increase hero logo height from 150px to 350px on mobile (responsive scaling) - Result: Larger, more prominent white owl logo that stands out on the blue banner --- src/pages/index.module.css | 4 +- static/images/logos/Principal.svg | 150 +++++++----------------------- 2 files changed, 38 insertions(+), 116 deletions(-) diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 7ee973b..a6a34ed 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -21,7 +21,7 @@ } .heroLogo { - height: 200px; + height: 500px; width: auto; max-width: 100%; filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1)); @@ -29,7 +29,7 @@ @media screen and (max-width: 996px) { .heroLogo { - height: 150px; + height: 350px; } } diff --git a/static/images/logos/Principal.svg b/static/images/logos/Principal.svg index f46ba0b..d4a00cb 100644 --- a/static/images/logos/Principal.svg +++ b/static/images/logos/Principal.svg @@ -1,115 +1,37 @@ - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 474c14097f96350aa214e636bf059c1d81c733a0 Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 20:20:10 +0100 Subject: [PATCH 07/15] Reduce spacing around owl logo in homepage hero section - Decrease heroBanner padding from 4rem 0 to 1rem 0 - Reduce logoContainer margin-bottom from 2rem to 0.5rem - Keep original logo height (500px desktop, 350px mobile) --- src/pages/index.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.module.css b/src/pages/index.module.css index a6a34ed..12c4564 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -4,7 +4,7 @@ */ .heroBanner { - padding: 4rem 0; + padding: 1rem 0; text-align: center; position: relative; overflow: hidden; @@ -17,7 +17,7 @@ } .logoContainer { - margin-bottom: 2rem; + margin-bottom: 0.5rem; } .heroLogo { From de9775fa6f2c3b6bdef6bf57c5f5e77513fdd3f2 Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 20:27:01 +0100 Subject: [PATCH 08/15] =?UTF-8?q?Change=20'C=C3=B3digo'=20text=20color=20i?= =?UTF-8?q?n=20logo=20to=20navy=20blue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Modified paths svg_21 to svg_26 in Principal.svg to use #1E3A5F (navy blue) - This affects only the word 'Código' in the owl logo - Rest of the logo remains white --- static/images/logos/Principal.svg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/images/logos/Principal.svg b/static/images/logos/Principal.svg index d4a00cb..c58281f 100644 --- a/static/images/logos/Principal.svg +++ b/static/images/logos/Principal.svg @@ -22,12 +22,12 @@ - - - - - - + + + + + + From 627e95f41fa43d03f3847c666dbd74d616de2134 Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 20:29:06 +0100 Subject: [PATCH 09/15] =?UTF-8?q?Revert=20"Change=20'C=C3=B3digo'=20text?= =?UTF-8?q?=20color=20in=20logo=20to=20navy=20blue"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit de9775fa6f2c3b6bdef6bf57c5f5e77513fdd3f2. --- static/images/logos/Principal.svg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/images/logos/Principal.svg b/static/images/logos/Principal.svg index c58281f..d4a00cb 100644 --- a/static/images/logos/Principal.svg +++ b/static/images/logos/Principal.svg @@ -22,12 +22,12 @@ - - - - - - + + + + + + From 2870d2619a3a14d430a8d7a18b3b64b9d519ca49 Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 20:29:33 +0100 Subject: [PATCH 10/15] =?UTF-8?q?Change=20only=20'C=C3=B3digo'=20word=20in?= =?UTF-8?q?=20logo=20to=20navy=20blue=20(#1E3A5F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Modified paths svg_21 to svg_26 which correspond to the letters C-Ó-D-I-G-Ó - Rest of the logo (owl and other text) remains white - Matches the navy blue color used in the navigation menu --- static/images/logos/Principal.svg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/images/logos/Principal.svg b/static/images/logos/Principal.svg index d4a00cb..c58281f 100644 --- a/static/images/logos/Principal.svg +++ b/static/images/logos/Principal.svg @@ -22,12 +22,12 @@ - - - - - - + + + + + + From 3c90b75d089937a39e54342d61859e2895abcdb0 Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 20:33:07 +0100 Subject: [PATCH 11/15] Change all text in logo to navy blue (#1E3A5F) - Modified all text paths (svg_14 to svg_30) in Principal.svg to use navy blue - This affects all text elements in the owl logo - Matches the navy blue color used in the navigation menu --- static/images/logos/Principal.svg | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/static/images/logos/Principal.svg b/static/images/logos/Principal.svg index c58281f..386395b 100644 --- a/static/images/logos/Principal.svg +++ b/static/images/logos/Principal.svg @@ -15,23 +15,23 @@ - - - - - - - + + + + + + + - - - - + + + + \ No newline at end of file From 49ba267242da463e417a766bec893ae8bceda1be Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 20:34:37 +0100 Subject: [PATCH 12/15] Revert "Change all text in logo to navy blue (#1E3A5F)" This reverts commit 3c90b75d089937a39e54342d61859e2895abcdb0. --- static/images/logos/Principal.svg | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/static/images/logos/Principal.svg b/static/images/logos/Principal.svg index 386395b..c58281f 100644 --- a/static/images/logos/Principal.svg +++ b/static/images/logos/Principal.svg @@ -15,23 +15,23 @@ - - - - - - - + + + + + + + - - - - + + + + \ No newline at end of file From ad972ce4eb34bbfcfb45d2f632ebf34f558585cd Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 20:34:58 +0100 Subject: [PATCH 13/15] =?UTF-8?q?Change=20only=20the=20'g'=20letter=20in?= =?UTF-8?q?=20'C=C3=B3digo'=20to=20navy=20blue=20(#1E3A5F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Modified path svg_25 which corresponds to the letter 'g' in the logo - This is the only letter in 'Código' that will be navy blue - Rest of the logo remains white --- static/images/logos/Principal.svg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/images/logos/Principal.svg b/static/images/logos/Principal.svg index c58281f..c865804 100644 --- a/static/images/logos/Principal.svg +++ b/static/images/logos/Principal.svg @@ -22,12 +22,12 @@ - - - - + + + + - + From 6fb8410699b8bb5b473cb80455fc9eacac2c35d6 Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 20:37:49 +0100 Subject: [PATCH 14/15] =?UTF-8?q?Change=20'g'=20letter=20in=20'C=C3=B3digo?= =?UTF-8?q?'=20logo=20to=20navy=20blue=20(#1E3A5F)=20to=20match=20navbar?= =?UTF-8?q?=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/images/logos/Principal.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/images/logos/Principal.svg b/static/images/logos/Principal.svg index c865804..5a4d6d1 100644 --- a/static/images/logos/Principal.svg +++ b/static/images/logos/Principal.svg @@ -21,8 +21,8 @@ - - + + From d376b1c34dd5c544d8d0f0234c6bb8767d8c9c0c Mon Sep 17 00:00:00 2001 From: Alejandro de la Fuente de la Rosa Date: Thu, 11 Dec 2025 20:42:44 +0100 Subject: [PATCH 15/15] Revert Principal logo 'g' letter color back to white --- static/images/logos/Principal.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/images/logos/Principal.svg b/static/images/logos/Principal.svg index 5a4d6d1..f492276 100644 --- a/static/images/logos/Principal.svg +++ b/static/images/logos/Principal.svg @@ -26,7 +26,7 @@ - +