Skip to content

Commit

Permalink
completed v1
Browse files Browse the repository at this point in the history
  • Loading branch information
armeetj committed Jan 10, 2021
1 parent 5084183 commit 56c5058
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Binary file modified evpc-hacks-2021/assets/images/register-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion evpc-hacks-2021/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(function() {
if (data.responseText !== '') {
$(formMessages).text(data.responseText);
} else {
$(formMessages).text('Oops! An error occured and your message could not be sent.');
$(formMessages).text('Oops! An error occured and your message could not be sent. Try to message us directly @ [email protected]');
}
});

Expand Down
2 changes: 0 additions & 2 deletions evpc-hacks-2021/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,7 @@ <h4>Discord</h4>
<h2 class="mu-title">Registration</h2>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeDZKD4dW8bIxmarBpAjUkbzc34P1HE9J_c4RtZfr1_BNi0IQ/viewform?embedded=true" width="640" height="2771" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>

</div>

</div>
</div>
</div>
Expand Down

0 comments on commit 56c5058

Please sign in to comment.