-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInvSub.html
112 lines (98 loc) · 4.51 KB
/
InvSub.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&family=Source+Code+Pro&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&family=Tajawal:wght@300&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./assets/css/InvSub.css">
</head>
<body>
<!-- multistep form -->
<div class="login-box">
<h2 class="formTitle" style="font-size:x-large; color: #03e9f4;">Invited and Subsidized Adjudicator Application Form</h2>
<div style="color: #ffff !important;">
<p>𝐈𝐌𝐏𝐎𝐑𝐓𝐀𝐍𝐓 𝐏𝐎𝐈𝐍𝐓𝐒:-</p>
<br>
<p>𝐈𝐧𝐯𝐢𝐭𝐞𝐝 𝐚𝐝𝐣𝐮𝐝𝐢𝐜𝐚𝐭𝐨𝐫𝐬:-<br>
1. IAs will be competing for breaks.<br>
2. We will be giving certain remuneration to IAs so they won’t be eligible for judge award.<br>
3. Remuneration will be decided by Core and OrgComm on the basis of their achievement.<br>
4. To be eligible for IA you should be able to adjudicate 4 out of 5 preliminary rounds and the out rounds.</p>
<br>
<p>𝐒𝐮𝐛𝐬𝐢𝐝𝐢𝐳𝐞𝐝 𝐀𝐝𝐣𝐮𝐝𝐢𝐜𝐚𝐭𝐨𝐫𝐬 :-<br>
1. SAs registration fees will be completely waived off.<br>
2. SAs will be competing with other adjudicators for the judge award.<br>
3. To be eligible for SA you should be able to adjudicate 4 out of 5 preliminary rounds and the out rounds if you are selected .</p>
<br>
<p>
𝐍𝐨𝐭𝐞 :-<br>
1. If you select anyone one from SA/IA then you will be considered for that only.<br>
2. If you select both then you will be considered for IA first then SA.<br>
3. Please provide the E-mail Id that you will be using throughout the tournament. Fill it cautiously because we will be using this E- mail Id to let you access different platforms during the tournament seamlessly.</p>
</div>
<br><br>
<form>
<div style="color: #ffff;">
<label>Want to apply for</label>
<br><br>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">
Invited Adjudicator
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckChecked" checked>
<label class="form-check-label" for="flexCheckChecked">
Subsidized Adjudicator
</label>
</div>
</div>
<br>
<div class="user-box">
<input type="text" name="" required="">
<label>Name of the Adjudicator</label>
</div>
<div class="user-box space">
<input type="text" name="" required="">
<label>Name of the Institution</label>
</div>
<div class="user-box space">
<input type="text" name="" required="">
<label>E-Mail Address</label>
</div>
<div class="user-box space">
<input type="text" name="" required="">
<label>Contact Number</label>
</div>
<div class="user-box space">
<input type="text" name="" required="">
<label>Top 10 Adjudication Credential</label>
</div>
<div class="user-box space">
<input type="text" name="" required="">
<label>Top 10 Debating Credential</label>
</div>
<a href="#">
<span></span>
<span></span>
<span></span>
<span></span>
Submit
</a>
</form>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
</body>
</html>