Skip to content

Commit

Permalink
[FIX] remove registration links for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathdugre committed Oct 5, 2023
1 parent 0da0113 commit a57ac1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions _site/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
</div>

<br>
<!--
<a href="{{registration_link}}" target="_blank" class="btn btn-dark btn-lg top5 left5">Register Now</a>
-->
<a href="{{mattermost_link}}" target="_blank" class="btn btn-dark btn-lg top5 left5">Join Brainhack on Mattermost</a>
<a href="{{project_submit_link}}" target="_blank" class="btn btn-dark btn-lg top5 left5">Submit a Project</a><br><br>
</header>
Expand Down Expand Up @@ -91,7 +93,10 @@
<div class="container">
<div class="row text-center">
<div class="col-xl-8 col-xl-offset-2 col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-12 col-xs-offset-0">
<p><h3><a href="{{registration_link}}" target="_blank">Registration for the {{title}} is now open!</a></h3></p>
<!--
<p><h3><a href="{{registration_link}}" target="_blank">Registration {{title}} is now open!</a></h3></p>
-->
<p><h3>Registration {{title}} will open soon!</h3></p>
<p>{{title}} is a local hub of <a href="https://brainhack.org/global{{year}}/" target="_blank">Brainhack Global {{year}}</a>.
The goal of the hackathon is to bring together researchers with disparate backgrounds to collaborate on open science projects in neuroimaging.</p>
<h4>Dates: {{dates}}</h4>
Expand Down Expand Up @@ -168,7 +173,7 @@
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-lg-12 text-center">
<br><h3 class="text-color-blue"><strong>The {{title}} is sponsored By:</strong></h3><br><br>
<br><h3 class="text-color-blue"><strong>{{title}} is sponsored By:</strong></h3><br><br>
</div>
</div>
{% for sponsor in sponsors %}
Expand Down

0 comments on commit a57ac1f

Please sign in to comment.