-
Notifications
You must be signed in to change notification settings - Fork 0
/
rapidcoding_registration.html
85 lines (67 loc) · 4.22 KB
/
rapidcoding_registration.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
layout: base
permalink: /rapid-coding-at-next/registration/
---
<div class="t-light">
<div class="o-bleed o-bg">
<div class="o-full">
<h1 class="u-type-h3">Registration for Rapid Coding
</h1>
</div>
<div class="o-row u-no-wrap o-row--reflow-break-reverse">
<div class="o-half o-half--left-stacked o-half--padded o-half--content u-pt3">
<p class="u-type-panel-text u-m0">Fast and steady wins the race!</p>
</div>
<div class="o-over-half o-over-half--right">
<div class="u-ratio" style="padding-bottom: calc((711/1067)*100%);">
<div class="c-aspect-inner">
<img src="https://images.unsplash.com/photo-1548292087-9e64496b7184?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&h=600" class="u-responsive" alt="Call for article" />
</div>
</div>
</div>
</div>
<br />
<div class="o-text-column u-mb5">
<p>This form should be used for registration of Rapid Coding, going to be organized at NEXT 2019. Please fill all the fields with appropriate information.</p>
<p>Before you proceed, make sure you've read the instructions. If you haven't read it yet, <a href="{{ '/rapid-coding-at-next/' | prepend: site.baseurl}}">click here.</a></p>
<div class="c-form">
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {window.location='/thank-you/';}"></iframe>
<form action="https://docs.google.com/forms/d/e/1FAIpQLSd-20ZAxD6L4nThTd51lx6qoiK-aaUBlW-vi0beSRmnP5gpEQ/formResponse" target="hidden_iframe" method="POST" onsubmit="submitted=true;">
<h3 class="u-type-h4">Team Information</h3>
<label class="c-form__label">Name of the team</label>
<input type="text" class="c-form__input" required placeholder="Kaizen Group" name="entry.1558982468">
<br /><br />
<label class="c-form__label">College your team represents</label>
<input type="text" required class="c-form__input" placeholder="NCIT" name="entry.1912590174">
<br /><br />
<label class="c-form__label">Team leader name</label>
<input type="text" required class="c-form__input" placeholder="Jane Doe" name="entry.814500606">
<br /><br />
<label class="c-form__label">Phone of team leader</label>
<input type="text" required class="c-form__input" placeholder="9800000000" name="entry.385696270">
<br /><br />
<label class="c-form__label">Email of team leader</label>
<input type="email" required class="c-form__input" placeholder="[email protected]" name="entry.1959706897">
<br /><br />
<h3 class="u-type-h4">Participants' Information</h3>
<label class="c-form__label">Second member name</label>
<input type="text" class="c-form__input" placeholder="Ram Sharma" name="entry.122768086" required>
<br /><br />
<label class="c-form__label">Phone of second member</label>
<input type="text" class="c-form__input" placeholder="9800000000" name="entry.82699480">
<br /><br />
<label class="c-form__label">Email of second member</label>
<input type="email" class="c-form__input" placeholder="[email protected]" name="entry.2065362199">
<br /><br />
<h3 class="u-type-h4">More Information</h3>
<label class="c-form__label">What do you expect from us?</label>
<input type="text" class="c-form__input" placeholder="I expect..." name="entry.876329403" required >
<br /><br />
<input class="c-button" type="submit" value="Register">
</form>
</div>
</div>
</div>
</div>
</div>
</div>