Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 36 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,17 +329,44 @@ <h1>Ticket Application Form</h1>
</div>
<div class="row">
<div class="col-md-12">
<p>Last year there were a lot of people complaining that the ticket batches were gone to fast and so they couldn't join the hackathon even if they would have loved to do so. That's why we decided to change it this year: We're not releasing ticket batches but you can signup using the form below and we will send you a personalized invitation.</p>

<h3 class="text-colored">Apply for your ticket:</h3> </div>
<p style="margin-bottom: 20px;">Applications are not open yet. Get notified once applications open by entering your email below.</p>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
background: #fff;
clear: left;
font-size: 18px;
width: 100%;
}

#mc_embed_signup .button {
background-color: #0081cb;
}

/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="https://hackhpi.us15.list-manage.com/subscribe/post?u=b207d4cb456a63ddef2bcfffa&amp;id=b776de7341" method="post"
id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_b207d4cb456a63ddef2bcfffa_b776de7341" tabindex="-1" value="">
</div>
<div class="clear">
<input type="submit" value="Get notified first!" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
</div>

<!--End mc_embed_signup-->
</div>
</div>
</div>
<div class="row">
<!-- Change the width and height values to suit you best -->
<div class="typeform-widget" data-url="https://hackhpi2017.typeform.com/to/rDkjxA" data-text="HackHPI 2017 Application" style="width:100%;height:500px;"><div class="typeform-widget-wrapper"><div class="typeform-widget-spinner typeform-widget-spinner-hidden" style="background-color: rgb(255, 255, 255);"></div><div class="typeform-widget-iframe typeform-widget-iframe-open"><iframe width="100%" height="100%" frameborder="0" src="./hackhpi_assets/rDkjxA.html" style=""></iframe></div></div></div>

<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'widget.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}})()</script>
</div>
</section>
<section class="container-fluid bg-grey" id="get-in-touch">
<div class="container">
Expand Down