-
Notifications
You must be signed in to change notification settings - Fork 0
/
fifa_registration.html
68 lines (50 loc) · 2.92 KB
/
fifa_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
---
layout: base
permalink: /fifa-at-next/registration/
---
<div class="t-light">
<div class="o-bleed o-bg">
<div class="o-full">
<h1 class="u-type-h3">Registration for FIFA
</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">Play Like a Pro!</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-1493711662062-fa541adb3fc8?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 FIFA game, 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="{{ '/fifa-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/1FAIpQLSfRQLoisI1B5ZA1yq_JT-DHLPqgHJuOzFsRATzJSg6Oi0UnWA/formResponse" target="hidden_iframe" method="POST" onsubmit="submitted=true;">
<h3 class="u-type-h4">Participant Information</h3>
<label class="c-form__label">Full Name</label>
<input type="text" class="c-form__input" required placeholder="Ram Shah" name="entry.1125571653">
<br /><br />
<label class="c-form__label">Phone Number</label>
<input type="text" required class="c-form__input" placeholder="9800000000" name="entry.922500315">
<br /><br />
<label class="c-form__label">Email Address</label>
<input type="email" required class="c-form__input" placeholder="[email protected]" name="emailAddress">
<br /><br />
<label class="c-form__label">Football Jersey Choice(e.g. Barcelona, Arsenal?)</label>
<input type="text" class="c-form__input" placeholder="Ram Sharma" name="entry.1432770785">
<br /><br />
<input class="c-button" type="submit" value="Register">
</form>
</div>
</div>
</div>
</div>
</div>
</div>