|
4 | 4 |
|
5 | 5 | <%= render "layouts/nav" %> |
6 | 6 |
|
7 | | -<% mentor_link = "https://goo.gl/forms/DmGMK7Jk5YNXfMGo1".freeze %> |
8 | | -<% volunteer_link = "https://goo.gl/forms/UEhrcpqhJxBqDsuF3".freeze %> |
| 7 | +<% register_link = "https://apply.brickhack.io".freeze %> |
| 8 | +<% volunteer_link = "https://forms.gle/4id7fkjxpAooh59B7".freeze %> |
9 | 9 |
|
10 | 10 | <div class="section about" id="about"> |
11 | 11 | <div class="about__wrapper"> |
|
19 | 19 | <p class="text subtitle">Rochester Institute of Technology</p> |
20 | 20 | <br/> |
21 | 21 |
|
22 | | - <% if EVENT_IS_OVER %> |
23 | | - <% elsif !REGISTRATION_IS_OPEN %> |
24 | | - <p class="text">Registration has closed</p> |
25 | | - <!-- = btn_link_to "Volunteer", volunteer_link --> |
26 | | - <!-- = btn_link_to "Get Notified »".html_safe, "https://coderit.us11.list-manage.com/subscribe?u=122b09a8cef4c1f3888af8e40&id=be625a634d" --> |
27 | | - <!-- = btn_link_to "Devpost", "https://brickhack4.devpost.com/" --> |
28 | | - <!-- = btn_link_to "Schedule", "#schedule" --> |
29 | | - <!-- %br --> |
30 | | - <!-- %br --> |
31 | | - <!-- %h3 Registration has closed. --> |
32 | | - <% end %> |
33 | | - |
34 | 22 | <div> |
35 | | - <%= btn_link_to "Register", "https://apply.brickhack.io" %> |
36 | | - <!-- = btn_link_to "Volunteer", volunteer_link --> |
| 23 | + <%= btn_link_to "Register", register_link %> |
| 24 | + <%= btn_link_to "Volunteer", volunteer_link %> |
37 | 25 | </div> |
38 | 26 | </div> |
| 27 | + |
39 | 28 | <div class="about__right"> |
40 | 29 | <div class="about__right-background"></div> |
41 | 30 | <h2 class="text-center">Brick City's Premiere Hackathon</h2> |
|
0 commit comments