-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,111 +5,4 @@ title = "Register" | |
navbar = "page" | ||
+++ | ||
|
||
# Hacker Registration | ||
|
||
Complete the below form to register for the hackathon. | ||
|
||
This form is not GDPR-compliant. If you are an EU data subject, contact us via email (<a href="mailto:[email protected]" style="font-family: monospace;">[email protected]</a>) to register. | ||
|
||
<form action="/api/register" method="POST" class="signupform2" enctype="multipart/form-data"> | ||
<div class="row"> | ||
<div class="col-12"><input type="email" name="email" placeholder="Email address ([email protected])*" autocomplete="email" autofocus required /></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-6"><input type="text" name="first_name" placeholder="First Name*" autocomplete="given-name" required /></div> | ||
<div class="col-6"><input type="text" name="last_name" placeholder="Last Name*" autocomplete="family-name" required /></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><input type="text" class="typeahead" name="gender" placeholder="Gender*" list="hosting-plan" required /></div> | ||
<datalist id="hosting-plan"> | ||
<option value="man">Man</option> | ||
<option value="woman">Woman</option> | ||
<option value="nonbinary">Nonbinary</option> | ||
</datalist> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><input type="text" name="phone" placeholder="Phone Number (digits only)*" autocomplete="tel-national" required pattern="\d{10,}" /></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><input type="text" class="typeahead" name="school" placeholder="School*" required pattern=".*[^\s].*" /></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-3">Level of Study:</div><div class="col-9"><select name="level_of_study" style="width: 100%;"> | ||
<option value="Middle School">Middle School</option> | ||
<option value="High School">High School</option> | ||
<option value="Undergraduation / Bachelors">Undergraduation / Bachelors</option> | ||
<option value="Graduation / Masters">Graduation / Masters</option> | ||
<option value="PhD / Doctorate">PhD / Doctorate</option> | ||
<option value="Post Doctorate">Post Doctorate</option> | ||
</select></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><input type="text" name="country" placeholder="Country of Residence" required /></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><input type="number" id="age" name="age" placeholder="Age" required /></div> | ||
<div id="minor-nag" style="color:red; font-weight: bold;"><br/> → Because you are registering as a minor, you must bring a <a href="/minorwaiver.pdf" target="_blank">release signed by your guardian</a> to the event or email it to <a href="mailto:[email protected]" style="font-family: monospace;">[email protected]</a>. You will not be admitted to the event without this, even in circumstances where a walk-in would be.<br/></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-3">T-Shirt Size:</div><div class="col-9"><select name="tshirt" style="width: 100%;"> | ||
<option value="xs">XS</option> | ||
<option value="s">S</option> | ||
<option value="m">M</option> | ||
<option value="l">L</option> | ||
<option value="xl">XL</option> | ||
<option value="xxl">XXL</option> | ||
</select></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><label class="container"><input type="checkbox" name="driving" id="driving"/><span class="checkmark"></span> I plan to drive to MinneHack 2023 and park on campus</label></div> | ||
</div> | ||
<!-- <div class="row"> --> | ||
<!-- <div class="col-12"><label class="container"><input type="checkbox" name="reimbursement" id="reimbursment" /><span class="checkmark"></span> I would like to apply for travel reimbursement</label></div> --> | ||
<!-- </div> --> | ||
<div class="row" id="reimbursement-expd" style="display: none;"> | ||
<div class="col-12"><div style="display: block;"> → <input style="width: 95%;" type="text" name="reimbursement-amount" placeholder="Estminated reimbursement amount (USD$)" /></div> | ||
<div style="display: block;"> → <textarea style="width: 95%;" type="text" name="reimbursement-desc" placeholder="Describe your travel plans requiring reimbursement"></textarea></div> | ||
<p> → <label class="container"><input type="checkbox" name="reimbursement-strict" /><span class="checkmark"></span> I will not be able to attend without reimbursement</label></p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<select multiple name="dietary_restrictions" data-role="tagsinput" placeholder="Dietary Restrictions"></select> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><textarea name="accommodations" placeholder="Other Accommodations Requests (e.g. closed captioning, space to decompress, bringing a service animal)"></textarea></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-3">Resume:</div><div class="col-9"><input type="file" name="resume" style="width: 82%;" autocomplete="off"></div> | ||
<div class="col-12">(You may update your resume/upload one later if you wish.)</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><input type="text" name="discord_tag" placeholder="Discord tag: username (not display name!)"/></div> | ||
</div> | ||
<hr/> | ||
<div class="row"> | ||
<div class="col-12"><label class="container"><input type="checkbox" name="student" required /><span class="checkmark"></span> I am currently a student or graduated within the last 12 months.</label></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><label class="container"><input type="checkbox" name="covidack" required /><span class="checkmark"></span> I acknowledge that I will be required to present proof of vaccination at entry to attend this event.</label></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><label class="container"><input type="checkbox" name="coc" required /><span class="checkmark"></span> I have read and agree to the <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH Code of Conduct</a>.</label></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"><label class="container"><input type="checkbox" name="mlhpriv" required /><span class="checkmark"></span>I authorize ACM UMN to share certain application/registration information for event administration, ranking, MLH administration, pre and post-event informational e-mails, and occasional messages about hackathons. I further agree to the terms of the <a href="https://github.com/MLH/mlh-policies/blob/master/prize-terms-and-conditions/contest-terms.md">MLH Contest Terms and Conditions</a>, the <a href="https://mlh.io/privacy">MLH Privacy Policy,</a> and the <a href="/privacypolicy">MinneHack 2022 Privacy Policy.</a></label></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<div id="driving-bus-nag" style="color:red; font-weight: bold;">You have indicated that you intend to drive, and that you intend to take the bus. Please select at most one.<br/></div> | ||
<input type="submit" value="Submit Registration" id="submit"/> | ||
</div> | ||
</div> | ||
</form> | ||
|
||
<link rel="stylesheet" href="/signup.css" /> | ||
<script type="text/javascript" src="/jquery.js"></script> | ||
<script type="text/javascript" src="/tagsinput.js"></script> | ||
<script type="text/javascript" src="/typeahead.js"></script> | ||
<script type="text/javascript" src="/signup.js"></script> | ||
MinneHack registration is closed at this time. Check again next year! |