2013-02-04 00:13:21 +00:00
|
|
|
<%#
|
|
|
|
# @file
|
|
|
|
# Located at /request
|
|
|
|
# Shows a form where people can request an invite
|
|
|
|
#%>
|
|
|
|
|
2013-07-09 16:32:13 +00:00
|
|
|
<% content_for :title, "Request Invite | Metamaps" %>
|
|
|
|
|
2013-02-04 00:13:21 +00:00
|
|
|
<iframe class="requestInvite" src="https://docs.google.com/forms/d/1lWoKPFHErsDfV5l7-SvcHxwX3vDi9nNNVW0rFMgJwgg/viewform?embedded=true" width="760" height="720" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
|
|
|
$('.requestInvite').animate({ margin: '0px auto' }, 1000)
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<h1 class="index">
|
|
|
|
Request Invite
|
|
|
|
</h1>
|