3939tickets:
4040 released: false
4141 link: https://ti.to/birminghack/2
42+ show_sponsors: false
4243sponsors:
4344 - tier: gold
4445 size: 140
5051 size: 30
5152 sponsors:
5253partners:
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.
170171 </ p >
171172 </ div >
172173 < a href ="/tickets "> 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.
178+ </ p >
179+ </ div >
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