Skip to content

Commit

Permalink
disabled and removed registration buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
lowenhere committed May 3, 2019
1 parent 95a5e4c commit e65edd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<a class="nav-link" href="#organizers">Organizers</a>
</li>
<li class="nav-item">
<button type="submit" class="btn btn-danger" onclick="window.open('http://tiny.cc/roboclash-registration')">SIGN UP NOW!</button>
<button type="submit" class="btn" disabled aria-disabled="true">REGISTRATIONS CLOSED</button>
</li>
</ul>
</div>
Expand All @@ -67,12 +67,9 @@
<div class="row">
<div class="col-xl-9 mx-auto">
<h1 class="mb-3">ROBOCLASH 2019</h1>
<p class="mb-4">REGISTRATIONS ARE OPEN!</p>
<p class="mb-4">REGISTRATIONS ARE CLOSED!</p>
</div>

<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<button type="submit" class="btn btn-lg btn-danger" onclick="window.open('http://tiny.cc/roboclash-registration')">SIGN UP NOW!</button>
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit e65edd0

Please sign in to comment.