-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresetpass.html
365 lines (324 loc) · 11.9 KB
/
resetpass.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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>CodeSpace</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<link
rel="stylesheet"
type="text/css"
href="assets/vendor/font-awesome/css/font-awesome.min.css"
/>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Vendor CSS Files -->
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<link href="assets/css/form.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div
class="container d-flex align-items-center justify-content-lg-between"
>
<h1 class="logo me-auto sp me-lg-0">
<a class="splogo" href="index.html"></></a>
<a href="index.html">CodeSpace</a>
</h1>
<!-- Uncomment below if you want to use an image logo -->
<!-- <a href="index.html" class="logo me-auto me-lg-0"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link" href="index.html">Home</a></li>
<li class="dropdown">
<a href="#"
><span>Academics</span> </i
></a>
<ul>
<li><a href="year.html">Final Year</a></li>
<li><a href="year.html">Third Year</a></li>
<li><a href="year.html">Second Year</a></li>
<li><a href="year.html">Upload Resources</a></li>
</ul>
</li>
<li>
<a class="nav-link" href="placements.html">Placements</a>
</li>
<li>
<a class="nav-link" href="certification.html">Certification</a>
</li>
</ul>
<i class="fa fa-bars mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
<div class="d-flex align-items-right justify-content-lg-end">
<!-- Change Theme -->
<button
class="d-flex align-items-center justify-content-center"
id="theme-toggle"
style="height: 42px; left: 0px"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="22"
height="22"
viewBox="0 0 22.39 22.39"
>
<g class="toggle-sun">
<path
d="M19.13,7.93V3.28H14.46L11.21,0,7.93,3.28H3.28V7.93L0,11.21l3.28,3.25V19.1H7.93l3.28,3.29,3.25-3.26H19.1V14.46l3.29-3.29Zm-7.94,9.39a6.16,6.16,0,0,1-6.13-6.19,5.92,5.92,0,0,1,.48-2.35,5.73,5.73,0,0,1,3.38-3.3,6.2,6.2,0,0,1,7.65,8.79,5.63,5.63,0,0,1-5,3.05Z"
/>
</g>
<g class="toggle-circle">
<circle class="cls-1" cx="11.19" cy="11.19" r="4.93" />
</g>
</svg>
</button>
<!-- Theme Change End-->
</div>
<a href="signup.html" class="get-started-btn">Sign Up</a>
</div>
</header>
<!-- End Header -->
<!-- Section -->
<section class="form" id="form">
<div class="d-flex align-items-center justify-content-center">
<div class="col-lg-6 col-xl-6 d-none d-lg-block left-content"> <div class="row justify-content-center disable-select">
<div
class="col-lg-6 col-md-12"
style="margin-top: 10%;"
>
<h1 class="sptext">Connect.</h1>
<h1 class="sptext" style="color: #0761d1">Code.</h1>
<h1 class="sptext">Execute.</h1>
</div>
</div>
</div>
<div class="col-lg-6 col-md-8 col-sm-8 d-flex align-items-center justify-content-center center-block" >
<form class="row g-2 needs-validation center-block" novalidate style="margin-top: 10%;" id="resetpass">
<div class="justify-content-center col-12 col-xl-8 col-lg-8 col-md-12 col-sm-12 heading bottom">
<h1 class="sp">Reset Password</h1>
</div>
<div class="col-12 col-xl-8 col-lg-8 col-md-12 col-sm-12 bottom">
<div class="form-outline ">
<input
type="password"
class="form-control"
id="pass-input-confirm"
placeholder="New Password"
minlength="8"
maxlength="12"
required
/>
<div class="invalid-feedback" id="message1">Password should be 8 Character long.</div>
</div>
</div>
<div class="col-12 col-xl-8 col-lg-8 col-md-12 col-sm-12 bottom">
<div class="input-group mb-2" id="show_hide_password">
<input
type="password"
class="form-control"
id="pass-input"
placeholder="Confirm New Password"
minlength="8"
maxlength="12"
required
/>
<span class="input-group-text " > <button class="pass-link" type="button" id="show_hide_pass"><i id="pass-show" class="fa fa-eye-slash" aria-hidden="true"></i></button></span>
<div class="invalid-feedback" id="message2">Password should be 8 Character long.</div>
</div>
</div>
<div class="col-12 col-xl-8 col-lg-8 col-md-12 col-sm-12 bottom">
<div class="form-outline ">
<input
type="text"
class="form-control"
id="validationCustom09"
placeholder="Verification Code"
required
/>
<div class="invalid-feedback">Invalid Verification Code</div>
</div>
</div>
<div class="col-12 col-xl-8 col-lg-8 col-md-12 col-sm-12 bottom">
<button class="submit-btn btn" id="reset-pass" type="submit">Reset Password</button>
</div>
<div class="col-12 col-xl-8 col-lg-8 col-md-12 col-sm-12 bottom form-link align-items-center justify-content-center">
<p>
Verification code is sent to registered Email Address. <br>
If not in Inbox check spam folders too.
</p>
</div>
</form>
</div>
</div>
</section>
<!-- End Section -->
<!-- Footer -->
<footer id="footer">
<div class=" d-lg-none d-xl-none"><div class="cred disable-select">
Connect. <span> Code. </span> Execute.
</div></div>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="text footer-info">
<h3>
<a class="splogo text" href="index.html"> </> </a>
<a class="sp text" href="index.html"> CodeSpace </a>
</h3>
<h4 class="sp">
Connect.<span style="color: #0761d1"> Code.</span>
Execute.
</h4>
<div class="social-links text">
<a href class="github text">
<i class="fa fa-github large fa-2x"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Links</h4>
<ul>
<li>
<a
href="https://csdot.ml"
target="_blank"
rel="noopener noreferrer"
>
Web Design
</a>
</li>
<li>
<a
href="https://csdot.ml"
target="_blank"
rel="noopener noreferrer"
>
Web Development
</a>
</li>
<li>
<a
href="https://csdot.ml"
target="_blank"
rel="noopener noreferrer"
>
Product Management
</a>
</li>
<li>
<a
href="https://csdot.ml"
target="_blank"
rel="noopener noreferrer"
>
Marketing
</a>
</li>
<li>
<a
href="https://csdot.ml"
target="_blank"
rel="noopener noreferrer"
>
Graphic Design
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Made With</h4>
<ul>
<li>
<a
href="https://fastapi.tiangolo.com"
target="_blank"
rel="noopener noreferrer"
>
FastAPI
</a>
</li>
<li>
<a
href="https://www.heroku.com"
target="_blank"
rel="noopener noreferrer"
>
Heroku
</a>
</li>
<li>
<a
href="https://deta.sh"
target="_blank"
rel="noopener noreferrer"
>
Deta
</a>
</li>
<li>
<a
href="https://reactjs.org/docs/getting-started.html"
target="_blank"
rel="noopener noreferrer"
>
React
</a>
</li>
<li>
<a
href="https://vercel.com/"
target="_blank"
rel="noopener noreferrer"
>
Vercel
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<h4>Contact Us</h4>
<p>
Department of Technology <br />
Shivaji University, Vidya Nagar <br />
Kolhapur, Maharashtra <br />
India <br />
416004 <br />
<br />
<a href="mailto:[email protected]">[email protected]</a>
<br />
</p>
</div>
</div>
</div>
<div class="copyright">
Copyright © 2021 CodeSpace. All Rights Reserved
</div>
</div>
<div>
<a
href="/"
class="back-to-top d-flex align-items-center justify-content-center"
>
<i class="fa fa-arrow-up"></i>
</a>
</div>
</footer>
<!-- End Footer -->
<!-- JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>