Skip to content
Merged
Changes from 1 commit
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
49 changes: 40 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,17 +308,48 @@ <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>Just like last year, we want to bring the most motivated and talented people together. That's why we don't give out tickets on a first come, first served basis but rather based on a short application. Any by short we mean 2 paragraphs max. After all we need to read all applications... ;-)</p>
Copy link
Member

@jkbe jkbe Jan 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's something wrong around "any by". Also maybe too much detail about "2 paragraphs max"? I think applicants are used to having to fill out a short application form when registering for a hackathon. We can also add this information later on once applications open.

<p>Applications currently are not open. We will open applications about two months prior to the event.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Applications are not open yet"?

<p>If you want to be among the first to know when the form is activated, feel free to signup to our notification service below.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"form is activated" sounds pretty technical. Maybe rather "If you want to be among the first to know when applications are open, ..."

<h3 class="text-colored">Get notified once applications open</h3>
<!-- 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">
<div class="row">
Expand Down