-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadmin-registration.html
247 lines (221 loc) · 7.98 KB
/
admin-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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ATI Kegalle - Admin</title>
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
rel="stylesheet"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel="stylesheet"
/>
<!-- MDB -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.5.0/mdb.min.css"
rel="stylesheet"
/>
</head>
<body class="main-bg">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark mb-3" style="background-color:#03045e;">
<!-- Container wrapper -->
<div class="container-fluid">
<!-- Navbar brand -->
<a class="navbar-brand" href="index.html"><img src="assets/logo.png" width="30" height="30" alt=""></a>
<!-- Toggle button -->
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse" data-mdb-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<!-- Collapsible wrapper -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 ">
<!-- Link -->
<li class="nav-item">
<a class="nav-link" href="announcement.html">Announcements</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="member-enter.html"><text style="color: aqua;"><strong>Enter ATI</strong> </text></a>
</li>
<!-- Login Dropdown -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-mdb-toggle="dropdown" aria-expanded="false">
<i class="fa fa-fw fa-user"></i>
</a>
<!-- Dropdown menu -->
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li>
<a class="dropdown-item" href="profile.html">Your Profile</a>
</li>
<li>
<a class="dropdown-item" href="register.html">Register</a>
</li>
<li>
<a class="dropdown-item" href="login.html">Login</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- Container wrapper -->
</nav>
<!-- Navbar -->
<div class="login-container text-center">
<div>
<h1 class="logo-badge"><span class="fas fa-user-cog"></span></h1>
</div>
<h3 class="text-whitesmoke">Admin Control</h3>
</div>
<div class="container">
<form class="mb-3">
<!-- 2 column grid layout with text inputs for the first and last names -->
<div class="row mb-4">
<div class="col">
<div class="form-outline">
<input type="text" id="form6Example1" class="form-control" />
<label class="form-label" for="form6Example1">Admin name</label>
</div>
</div>
</div>
<!-- Username input -->
<div class="form-outline mb-4">
<input type="text" id="form6Example3" class="form-control" />
<label class="form-label" for="form6Example3">Admin Username</label>
</div>
<!-- NIC input -->
<div class="form-outline mb-4">
<input type="number" id="form6Example6" class="form-control" />
<label class="form-label" for="form6Example6">NIC</label>
</div>
<!-- Birthday input -->
<div class="form-outline mb-4">
<input type="text" id="form6Example5" class="form-control" />
<label class="form-label" for="form6Example5">Birthday</label>
</div>
<!-- Age input -->
<div class="form-outline mb-4">
<input type="number" id="form6Example6" class="form-control" />
<label class="form-label" for="form6Example6">Age</label>
</div>
<!-- Address input -->
<div class="form-outline mb-4">
<input type="text" id="form6Example5" class="form-control" />
<label class="form-label" for="form6Example5">Address</label>
</div>
<!-- Gender select-->
<div class="mb-4">
<label class="form-label" for="form6Example5">Gender</label>
<select>
<option value="" disabled selected>Choose your option</option>
<option value="1">Male</option>
<option value="2">Female</option>
</select>
</div>
<!-- Mobile input -->
<div class="form-outline mb-4">
<input type="number" id="form6Example6" class="form-control" />
<label class="form-label" for="form6Example6">Mobile</label>
</div>
<!-- Email input -->
<div class="form-outline mb-4">
<input type="email" id="form6Example5" class="form-control" />
<label class="form-label" for="form6Example5">Email</label>
</div>
<!-- Department select -->
<div class="mb-4">
<label class="form-label" for="form6Example5">Department</label>
<select>
<option value="" disabled selected>Choose your option</option>
<option value="1">IT</option>
<option value="2">Accounting</option>
<option value="3">English</option>
<option value="4">Project Management</option>
</select>
</div>
<!-- Designation select -->
<div class="mb-4">
<label class="form-label" for="form6Example5">Designation</label>
<select>
<option value="" disabled selected>Choose your option</option>
<option value="1">Director</option>
<option value="2">Academic</option>
<option value="3">Student</option>
<option value="4">Non-academic</option>
</select>
</div>
<!-- Password input -->
<div class="form-outline mb-4">
<input type="password" id="form6Example6" class="form-control" />
<label class="form-label" for="form6Example6">Enter Password</label>
</div>
<!-- Password input -->
<div class="form-outline mb-4">
<input type="password" id="form6Example6" class="form-control" />
<label class="form-label" for="form6Example6">Confirm Password</label>
</div>
<!-- Security Question 1 select -->
<div class="mb-4">
<label class="form-label" for="form6Example5">Security Question 1</label>
<select>
<option value="" disabled selected>Choose your Question</option>
<option value="1">Question 1</option>
<option value="2">Question 2</option>
<option value="3">Question 3</option>
<option value="4">Question 4</option>
</select>
</div>
<!-- Security question 1 answer input -->
<div class="form-outline mb-4">
<input type="text" id="form6Example5" class="form-control" />
<label class="form-label" for="form6Example5">Security Question 1 Answer</label>
</div>
<!-- Security Question 2 select -->
<div class="mb-4">
<label class="form-label" for="form6Example5">Security Question 2</label>
<select>
<option value="" disabled selected>Choose your Question</option>
<option value="1">Question 1</option>
<option value="2">Question 2</option>
<option value="3">Question 3</option>
<option value="4">Question 4</option>
</select>
</div>
<!-- Security question 2 answer input -->
<div class="form-outline mb-4">
<input type="text" id="form6Example5" class="form-control" />
<label class="form-label" for="form6Example5">Security Question 2 Answer</label>
</div>
<!-- Submit button -->
<div class="container pb-2 ">
<button type="submit" class="btn btn-primary btn-block mb-4">
Create Account
</button>
</div>
</form>
</div>
<!-- Footer -->
<footer class="footer text-center text-white fixed-bottom">
<div
class="text-center p-0"
style="background-color: rgba(0, 0, 0, 0.774)"
>
Made with ❤️ by HNDIT 2019 batch.
</div>
</footer>
<!-- MDB -->
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.5.0/mdb.min.js"
></script>
</body>
</html>