From 97c16b6b143733df845a32e3169e14fc17368bcb Mon Sep 17 00:00:00 2001 From: qPalee Date: Tue, 31 Mar 2026 15:07:36 +0100 Subject: [PATCH 01/10] Add Archive section to navbar --- _includes/nav.html | 10 ++++++++++ css/main.scss | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/_includes/nav.html b/_includes/nav.html index 381a5ae..9f4ea6e 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,11 +1,21 @@ @@ -303,5 +162,5 @@

FAQs

From 031bf87cf992fd689cf3271a9429e61f4c72d4da Mon Sep 17 00:00:00 2001 From: qPalee Date: Sat, 4 Apr 2026 17:14:53 +0100 Subject: [PATCH 03/10] Fix schedule final disclaimer --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b3dc015..358e5ef 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,7 @@

{{ day.day }}

{% endfor %} - {% unless page.schedule-final %} + {% unless page.schedule.final %}

* This schedule is not final; it is subject to change.

{% endunless %} From 6d3bf078af978c3bdbee4db0b7b8b6b9007f6990 Mon Sep 17 00:00:00 2001 From: qPalee Date: Sat, 4 Apr 2026 22:14:49 +0100 Subject: [PATCH 04/10] Remove test from schedule --- _data/2026.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/2026.yaml b/_data/2026.yaml index b22a246..974a850 100644 --- a/_data/2026.yaml +++ b/_data/2026.yaml @@ -11,7 +11,7 @@ schedule: - day: Saturday events: - time: "09:00" - title: Registration test + title: Registration - time: "11:00" title: Opening ceremony - time: "12:00" From fa4bc5c6c0d361c3e582d77d5b6a050b9c627759 Mon Sep 17 00:00:00 2001 From: qPalee Date: Sat, 4 Apr 2026 22:20:42 +0100 Subject: [PATCH 05/10] Fix university spelling --- _data/2025.yaml | 2 +- _data/2026.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/2025.yaml b/_data/2025.yaml index 1a1558b..2185984 100644 --- a/_data/2025.yaml +++ b/_data/2025.yaml @@ -107,7 +107,7 @@ partners: logo: /assets/gos-logo-colour.png colour: "eee" url: https://guildofstudents.com - - name: The Univeristy of Birmingham School of Computer Science + - name: The University of Birmingham School of Computer Science logo: /assets/uob-logo-colour.png colour: "eee" url: https://www.cs.bham.ac.uk diff --git a/_data/2026.yaml b/_data/2026.yaml index 974a850..d12dd25 100644 --- a/_data/2026.yaml +++ b/_data/2026.yaml @@ -90,7 +90,7 @@ partners: logo: /assets/gos-logo-colour.png colour: "eee" url: https://guildofstudents.com - - name: The Univeristy of Birmingham School of Computer Science + - name: The University of Birmingham School of Computer Science logo: /assets/uob-logo-colour.png colour: "eee" url: https://www.cs.bham.ac.uk From f391131ac71a198fa7b21b69d259f71df3b599b2 Mon Sep 17 00:00:00 2001 From: qPalee Date: Mon, 6 Apr 2026 18:02:33 +0100 Subject: [PATCH 06/10] Fix typo in ticket section --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 358e5ef..bac620d 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@

Welcome to birmingHack!

{% if page.tickets.released %} - {% if page.ticket.available %} + {% if page.tickets.available %}

Tickets now available!

You can now register for birmingHack 2026! Please note that tickets are limited, so make sure to register as soon as possible. From 1893cc84edd017b063e7d7c22509b45f777d9a1e Mon Sep 17 00:00:00 2001 From: qPalee Date: Mon, 6 Apr 2026 18:05:33 +0100 Subject: [PATCH 07/10] Rename vars and remove duplicate css --- _data/2025.yaml | 4 ++-- _data/2026.yaml | 4 ++-- archive/2025/index.html | 4 ++-- archive/2026/index.html | 4 ++-- css/main.scss | 3 --- 5 files changed, 8 insertions(+), 11 deletions(-) diff --git a/_data/2025.yaml b/_data/2025.yaml index 2185984..2474b67 100644 --- a/_data/2025.yaml +++ b/_data/2025.yaml @@ -3,8 +3,8 @@ event: location: "School of Computer Science, University of Birmingham" edition: 1.0 attendees: 77 - ticket-sales: 100 - devpost-link: https://birminghack.devpost.com + ticket_sales: 100 + devpost_link: https://birminghack.devpost.com photos: https://photos.app.goo.gl/E3HaGZnapawYx9V88 schedule: events: diff --git a/_data/2026.yaml b/_data/2026.yaml index d12dd25..4dc90b9 100644 --- a/_data/2026.yaml +++ b/_data/2026.yaml @@ -3,8 +3,8 @@ event: location: "School of Computer Science, University of Birmingham" edition: 2.0 attendees: 106 - ticket-sales: 160 - devpost-link: https://birminghack2.devpost.com + ticket_sales: 160 + devpost_link: https://birminghack2.devpost.com photos: https://photos.app.goo.gl/BMMvjKDU8wvsRGsd9 schedule: events: diff --git a/archive/2025/index.html b/archive/2025/index.html index cf9d7a0..fe9936b 100644 --- a/archive/2025/index.html +++ b/archive/2025/index.html @@ -19,8 +19,8 @@

About this event

- birmingHack {{page.event.edition}} had {{ page.event.attendees }} hackers with {{ page.event.ticket-sales }} ticket sales! - The devpost is available here! + birmingHack {{page.event.edition}} had {{ page.event.attendees }} hackers with {{ page.event.ticket_sales }} ticket sales! + The devpost is available here!
diff --git a/archive/2026/index.html b/archive/2026/index.html index 8c26df5..ec99b4a 100644 --- a/archive/2026/index.html +++ b/archive/2026/index.html @@ -19,8 +19,8 @@

About this event

- birmingHack {{page.event.edition}} had {{ page.event.attendees }} hackers with {{ page.event.ticket-sales }} ticket sales! - The devpost is available here! + birmingHack {{page.event.edition}} had {{ page.event.attendees }} hackers with {{ page.event.ticket_sales }} ticket sales! + The devpost is available here!
diff --git a/css/main.scss b/css/main.scss index e0546a7..953baf7 100644 --- a/css/main.scss +++ b/css/main.scss @@ -264,9 +264,6 @@ nav .dropdown-content a:hover { text-decoration: none; } -nav .dropdown:hover .dropdown-content { - display: block; -} a:link, a:visited { color: var(--color-primary); From bd2467307819379b0eee3226f911d4a3210dcee4 Mon Sep 17 00:00:00 2001 From: qPalee Date: Mon, 6 Apr 2026 18:06:59 +0100 Subject: [PATCH 08/10] Add relative_url to dropdown menu --- _includes/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/nav.html b/_includes/nav.html index ab24348..f5188b9 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -6,7 +6,7 @@ {{ item.name }}
From 8fa01fdb5178be58c07d2488f61895061de9b543 Mon Sep 17 00:00:00 2001 From: qPalee Date: Mon, 6 Apr 2026 18:08:32 +0100 Subject: [PATCH 09/10] Fix archive link in nav --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index a56b0e7..3b5e68a 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ url: birminghack.com menu: - name: Archive - link: /Archive + link: /archive/2026 children: - name: 2026 link: /archive/2026/ From db75b3a329546915dacb895b2f1d512fcb9a6e87 Mon Sep 17 00:00:00 2001 From: qPalee Date: Tue, 7 Apr 2026 23:52:36 +0100 Subject: [PATCH 10/10] Remove edited logos --- archive/2025/index.html | 2 +- archive/2026/index.html | 2 +- assets/birminghack1-logo-vec.svg | 183 ------------------------------- assets/birminghack2-logo-vec.svg | 183 ------------------------------- 4 files changed, 2 insertions(+), 368 deletions(-) delete mode 100644 assets/birminghack1-logo-vec.svg delete mode 100644 assets/birminghack2-logo-vec.svg diff --git a/archive/2025/index.html b/archive/2025/index.html index fe9936b..f62f3e3 100644 --- a/archive/2025/index.html +++ b/archive/2025/index.html @@ -6,7 +6,7 @@
- +
{{ page.event.date }}
diff --git a/archive/2026/index.html b/archive/2026/index.html index ec99b4a..9d4e82e 100644 --- a/archive/2026/index.html +++ b/archive/2026/index.html @@ -6,7 +6,7 @@
- +
{{ page.event.date }}
diff --git a/assets/birminghack1-logo-vec.svg b/assets/birminghack1-logo-vec.svg deleted file mode 100644 index 45ed588..0000000 --- a/assets/birminghack1-logo-vec.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - -1.01.0 diff --git a/assets/birminghack2-logo-vec.svg b/assets/birminghack2-logo-vec.svg deleted file mode 100644 index 3317280..0000000 --- a/assets/birminghack2-logo-vec.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - -1.02.0