Skip to content

Commit 1c0ab88

Browse files
ScholarusCopilot
andauthored
Hackathons Uk and fixed ticket realease (#9)
* Hackathons Uk and fixed ticket realease * Update index.html Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Scholarus <oyedejisonuga@gmail.com> --------- Signed-off-by: Scholarus <oyedejisonuga@gmail.com> Co-authored-by: Scholarus <dejitwsonuga@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5ba89b1 commit 1c0ab88

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<hr />
33
<div class="footer-content">
44
<div class="left">
5-
<span class="copyright">&#169; 2025 birmingHack website contributors</span>
5+
<span class="copyright">&#169; 2026 birmingHack website contributors</span>
66
<span class="organised-by">birmingHack is organised by the <a href="https://cssbham.com">University of Birmingham Computer Science Society</a>,
77
which is part of the <a href="https://www.guildofstudents.com/">Guild of Students</a>.</span>
88
<a href="https://cssbham.com" target="_blank"><img src="assets/css-logo.png" width="100"/></a>

assets/Hackathons uk.png

16.8 KB
Loading

index.html

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
tickets:
4040
released: false
4141
link: https://ti.to/birminghack/2
42+
show_sponsors: false
4243
sponsors:
4344
- tier: gold
4445
size: 140
@@ -50,14 +51,14 @@
5051
size: 30
5152
sponsors:
5253
partners:
53-
# - name: HackathonsUK
54-
# logo: /assets/huk-logo-colour.png
55-
# colour: "eee"
56-
# url: https://www.hackathons.org.uk
5754
- name: CSS
5855
logo: /assets/css-logo-colour-crop.png
5956
colour: "2f3c63"
6057
url: https://cssbham.com
58+
- name: HackathonsUK
59+
logo: /assets/huk-logo-colour.png
60+
colour: "eee"
61+
url: https://www.hackathons.org.uk
6162
- name: AFNOM
6263
logo: /assets/afnom-logo.png
6364
colour: "000000"
@@ -161,18 +162,25 @@ <h3>Welcome to birmingHack!</h3>
161162
have fun!</p>
162163
</div>
163164

164-
{% if page.tickets %}
165165
<div id="tickets" class="tickets section">
166166
<div class="tickets-description">
167+
{% if page.tickets.released %}
167168
<p class="tickets-title"><i class="fa-solid fa-ticket"></i> Tickets now available!</p>
168169
<p>
169-
You can now register for birmingHack 2025! Please note that tickets are limited, so make sure to register as soon as possible.
170+
You can now register for birmingHack 2026! Please note that tickets are limited, so make sure to register as soon as possible.
171+
</p>
172+
</div>
173+
<a href="{{ page.tickets.link }}">Register <i class="fa-solid fa-arrow-right-long"></i></a>
174+
{% else %}
175+
<p class="tickets-title"><i class="fa-solid fa-ticket"></i> Tickets not yet released</p>
176+
<p>
177+
Registration for birmingHack 2026 will open soon. Check back here or follow us for updates on when tickets become available.
170178
</p>
171179
</div>
172-
<a href="/tickets">Register <i class="fa-solid fa-arrow-right-long"></i></a>
180+
{% endif %}
173181
</div>
174-
{% endif %}
175182

183+
{% if page.show_sponsors %}
176184
<div id="sponsors" class="sponsors section">
177185
<h2 class="section-title">Sponsors</h2>
178186
<!-- <p>
@@ -190,6 +198,7 @@ <h2 class="section-title">Sponsors</h2>
190198
</div>
191199
{% endfor %}
192200
</div>
201+
{% endif %}
193202

194203
<div id="schedule" class="schedule">
195204
<div class="section">

0 commit comments

Comments
 (0)