This repository was archived by the owner on May 2, 2023. It is now read-only.
forked from PraneethKumar02/interIIIT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadministration.html
More file actions
76 lines (73 loc) · 4.26 KB
/
Copy pathadministration.html
File metadata and controls
76 lines (73 loc) · 4.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Institute Registration</title>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans"
rel="stylesheet"
/>
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="../css_files/badm_form.css" />
</head>
<body>
<!-- partial:index.partial.html -->
<div class="box-form">
<div class="left">
<div class="overlay">
<h1>Hey Champ!!</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur
et est sed felis aliquet sollicitudin
</p>
</div>
</div>
<div class="right">
<h5>Institute Registration</h5>
<form action="index.php" method="post" class="inputs">
<select name = "dropdown" aria-placeholder="Name of the Institute">
<option value = "blank"></option>
<option value = "ABV-IIITMG">Atal Bihari Vajpayee Indian Institute of Information Technology and Management, Gwalior</option>
<option value = "IIITA">Indian Institute of Information Technology, Allahabad</option>
<option value = "IIITDMJ">Indian Institute of Information Technology, Design and Manufacturing, Jabalpur</option>
<option value = "IIITDM Kancheepuram">Indian Institute of Information Technology, Design and Manufacturing, Kancheepuram</option>
<option value = "IIITSC">Indian Institute of Information Technology, Sri City</option>
<option value = "IIITG">Indian Institute of Information Technology, Guwahati</option>
<option value = "IIITV">Indian Institute of Information Technology, Vadodara</option>
<option value = "IIIT Kota">Indian Institute of Information Technology, Kota</option>
<option value = "IIITT">Indian Institute of Information Technology, Tiruchirapalli</option>
<option value = "IIITU">Indian Institute of Information Technology, Una</option>
<option value = "IIIT Sonepat">Indian Institute of Information Technology, Sonepat</option>
<option value = "IIIT Kalyani">Indian Institute of Information Technology, Kalyani</option>
<option value = "IIITL">Indian Institute of Information Technology, Lucknow</option>
<option value = "IIITDWD">Indian Institute of Information Technology, Dharwad</option>
<option value = "IIITDM Kurnool">Indian Institute of Information Technology, Design and Manufacturing, Kurnool</option>
<option value = "IIIT Kottayam">Indian Institute of Information Technology, Kottayam</option>
<option value = "IIITM">Indian Institute of Information Technology, Manipur</option>
<option value = "IIITN">Indian Institute of Information Technology, Nagpur</option>
<option value = "IIITP">Indian Institute of Information Technology, Pune</option>
<option value = "IIIT Ranchi">Indian Institute of Information Technology, Ranchi</option>
<option value = "IIIT Surat">Indian Institute of Information Technology, Surat</option>
<option value = "IIIT Bhopal">Indian Institute of Information Technology, Bhopal</option>
<option value = "IIIT Bhagalpur">Indian Institute of Information Technology, Bhagalpur</option>
<option value = "IIIT Agartala">Indian Institute of Information Technology, Agartala</option>
<option value = "IIIT Raichur">Indian Institute of Information Technology, Raichur</option>
</select>
<input type="text" placeholder="Name of the Participant" />
<input type="text" placeholder="Name of the Participant" />
<input type="text" placeholder="Name of the Participant" />
<input type="text" placeholder="Name of the Participant" />
<input type="text" placeholder="Name of the Participant" />
</form>
<br />
<button>REGISTER</button>
</div>
</div>
<!-- partial -->
</body>
</html>