Skip to content

Commit 3d5ce01

Browse files
authored
Merge pull request #860 from codeRIT/develop
Open Volunteer Form
2 parents 5e54ac1 + c3339de commit 3d5ce01

1 file changed

Lines changed: 5 additions & 16 deletions

File tree

app/views/pages/index.html.erb

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<%= render "layouts/nav" %>
66

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 %>
99

1010
<div class="section about" id="about">
1111
<div class="about__wrapper">
@@ -19,23 +19,12 @@
1919
<p class="text subtitle">Rochester Institute of Technology</p>
2020
<br/>
2121

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 &raquo;".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-
3422
<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 %>
3725
</div>
3826
</div>
27+
3928
<div class="about__right">
4029
<div class="about__right-background"></div>
4130
<h2 class="text-center">Brick City's Premiere Hackathon</h2>

0 commit comments

Comments
 (0)