-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAdjReg.html
62 lines (52 loc) · 2.11 KB
/
AdjReg.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
<!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://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/AdjReg.css">
</head>
<body>
<!-- multistep form -->
<div class="login-box">
<h2 class="formTitle" style="font-size:x-large; color: #03e9f4;">Independent Adjudicator Registration Form</h2>
<h5 style="color: #ffff;">Note : Please provide the E-mail Id that you will be using through out the tournament. Fill it cautiously because we will be using this E- mail Id to let you access different platforms during the tournament seamlessly.</h5>
<br><br>
<form>
<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>
<a href="#">
<span></span>
<span></span>
<span></span>
<span></span>
Submit
</a>
</form>
</div>
<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>