Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<hr />
<div class="footer-content">
<div class="left">
<span class="copyright">&#169; 2025 birmingHack website contributors</span>
<span class="copyright">&#169; 2026 birmingHack website contributors</span>
<span class="organised-by">birmingHack is organised by the <a href="https://cssbham.com">University of Birmingham Computer Science Society</a>,
which is part of the <a href="https://www.guildofstudents.com/">Guild of Students</a>.</span>
<a href="https://cssbham.com" target="_blank"><img src="assets/css-logo.png" width="100"/></a>
Expand Down
Binary file added assets/Hackathons uk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 17 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
tickets:
released: false
link: https://ti.to/birminghack/2
show_sponsors: false
sponsors:
- tier: gold
size: 140
Expand All @@ -50,14 +51,14 @@
size: 30
sponsors:
partners:
# - name: HackathonsUK
# logo: /assets/huk-logo-colour.png
# colour: "eee"
# url: https://www.hackathons.org.uk
- name: CSS
logo: /assets/css-logo-colour-crop.png
colour: "2f3c63"
url: https://cssbham.com
- name: HackathonsUK
logo: /assets/huk-logo-colour.png
colour: "eee"
url: https://www.hackathons.org.uk
- name: AFNOM
logo: /assets/afnom-logo.png
colour: "000000"
Expand Down Expand Up @@ -161,18 +162,25 @@ <h3>Welcome to birmingHack!</h3>
have fun!</p>
</div>

{% if page.tickets %}
<div id="tickets" class="tickets section">
<div class="tickets-description">
{% if page.tickets.released %}
<p class="tickets-title"><i class="fa-solid fa-ticket"></i> Tickets now available!</p>
<p>
You can now register for birmingHack 2025! Please note that tickets are limited, so make sure to register as soon as possible.
You can now register for birmingHack 2026! Please note that tickets are limited, so make sure to register as soon as possible.
</p>
</div>
<a href="{{ page.tickets.link }}">Register <i class="fa-solid fa-arrow-right-long"></i></a>
{% else %}
<p class="tickets-title"><i class="fa-solid fa-ticket"></i> Tickets not yet released</p>
<p>
Registration for birmingHack 2026 will open soon. Check back here or follow us for updates on when tickets become available.
</p>
</div>
<a href="/tickets">Register <i class="fa-solid fa-arrow-right-long"></i></a>
{% endif %}
</div>
{% endif %}

{% if page.show_sponsors %}
<div id="sponsors" class="sponsors section">
<h2 class="section-title">Sponsors</h2>
<!-- <p>
Expand All @@ -190,6 +198,7 @@ <h2 class="section-title">Sponsors</h2>
</div>
{% endfor %}
</div>
{% endif %}

<div id="schedule" class="schedule">
<div class="section">
Expand Down