Skip to content

Commit 25cc342

Browse files
committed
Remove registration (sold out)
1 parent 1cd4c87 commit 25cc342

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_site/index.html.j2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</div>
5151

5252
<br>
53-
<a href="{{registration_link}}" class="btn btn-dark btn-lg top5 left5">{{registration_text}}</a>
53+
<!--- Sold out <a href="{{registration_link}}" class="btn btn-dark btn-lg top5 left5">{{registration_text}}</a> --->
5454
<a href="{{discord_link}}" target="_blank" class="btn btn-dark btn-lg top5 left5">Join on Brainhack Montreal Discord</a>
5555
<a href="{{project_submit_link}}" target="_blank" class="btn btn-dark btn-lg top5 left5">Submit a Project</a><br><br>
5656
</header>
@@ -98,7 +98,8 @@
9898
<!-- TODO uncomment when project submission is open -->
9999
<!-- Get involved and <a href="{{project_submit_link}}" target="_blank">submit your project</a> or check out <a href="{{project_link}}" target="_blank">all proposed projects</a>.</p> -->
100100
<br>
101-
<p><h3 class="text-center"><a href="{{registration_link}}" target="_blank">{{registration_text}}</a></h3></p>
101+
<!-- sold out <p><h3 class="text-center"><a href="{{registration_link}}" target="_blank">{{registration_text}}</a></h3></p> -->
102+
<p><h3 class="text-center"><a>{{registration_text}}</a></h3></p>
102103
<p>{{title}} is a local hub of Brainhack Global {{year}}.
103104
The goal of the hackathon is to bring together researchers with disparate backgrounds to collaborate on open science projects in neuroscience.</p>
104105
<h4>Dates: {{dates}}</h4>

data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"font": "#fff"
1212
},
1313
"code_of_conduct_link": "https://brainhack.org/code-of-conduct.html",
14-
"registration_link": "https://www.eventbrite.ca/e/brainhack-montreal-winter-2026-tickets-1968334097271",
15-
"registration_text": "Registration Open Now!",
14+
"registration_link": "",
15+
"registration_text": "Sold out",
1616
"survey_link": "",
1717
"discord_link": "https://discord.gg/wysCYqTWyM",
1818
"project_link": "projects.html",

0 commit comments

Comments
 (0)