-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubgmobile_registration.html
More file actions
81 lines (57 loc) · 3.28 KB
/
pubgmobile_registration.html
File metadata and controls
81 lines (57 loc) · 3.28 KB
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
---
layout: base
permalink: /pubg-mobile-at-next/registration/
---
<div class="t-light">
<div class="o-bleed o-bg">
<div class="o-full">
<h1 class="u-type-h3">Registration for PUBG MOBILE
</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">Winner Winner, Chicken Dinner</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-1557461762-e08315322e3d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&h=600" class="u-responsive" alt="Call for PUBG MOBILE" />
</div>
</div>
</div>
</div>
<br />
<div class="o-text-column u-mb5">
<p>This form should be used for registration of PUBG MOBILE, 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="{{ '/pubg-mobile-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/1FAIpQLSdiZwTmw0J7yMbBibvGNnR4lNzUOyL4bEHtfmIOF5H1eWFfRQ/formResponse" target="hidden_iframe" method="POST" onsubmit="submitted=true;">
<h3 class="u-type-h4">Team Information</h3>
<label class="c-form__label">Team Name</label>
<input type="text" class="c-form__input" required placeholder="Team Name"
name="entry.1069109300">
<br /><br />
<label class="c-form__label">Team Captain Full Name</label>
<input type="text" class="c-form__input" required placeholder="John Shah" name="entry.1562146901">
<br /><br />
<label class="c-form__label">Phone of Team Captain</label>
<input type="text" required class="c-form__input" placeholder="9800000000" name="entry.410159068">
<br /><br />
<label class="c-form__label">Second Team Member Full Name</label>
<input type="text" class="c-form__input" required placeholder="John Shah" name="entry.556456474">
<br /><br />
<label class="c-form__label">Third Team Member Full Name</label>
<input type="text" class="c-form__input" required placeholder="John Shah" name="entry.536594623" >
<br /><br />
<label class="c-form__label">Fourth Team Member Full Name</label>
<input type="text" class="c-form__input" required placeholder="John Shah" name="entry.668738892">
<br /><br />
<input class="c-button" type="submit" value="Register">
</form>
</div>
</div>
</div>
</div>
</div>
</div>