-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
578 lines (561 loc) · 34.2 KB
/
index.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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>FSKTM Alumni</title>
<meta HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon.ico" type="image/icon" /><!-- Favicon of the system !DO NOT REMOVE!-->
<!-- External styling -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" media="all" />
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" />
<!-- External styling ends -->
<link rel="stylesheet" href="assets/css/lunar.css" /><!-- To style modal function -->
<link rel="stylesheet" href="assets/css/style.css" /><!-- Main style css file for all content !DO NOT REMOVE! -->
</head>
<header>
<div id="home">
<!-- home div -->
<!-- Navigation start -->
<div class="topnav">
<div class="infotopnav">
<a href="mailto:[email protected]"><strong>Email: </strong>[email protected]</a><br />
<a href="0379677803"><strong>Hotline: </strong>(03) 796 77803</a>
</div>
<div class="btn-navbar">
<a data-toggle="modal" data-target="#registerModal" class="btn btn-1">
<span class="txt">Register</span>
<span class="round"><i class="fa fa-chevron-right"></i></span>
</a>
</div>
<br />
<br />
<div class="btn-navbar">
<a data-toggle="modal" data-target="#loginModal" class="btn btn-2">
<span class="txt">Login</span>
<span class="round"><i class="fa fa-chevron-right"></i></span>
</a>
</div>
</div>
<!-- Navigation ends -->
<!-- Modal Register-->
<div class="modal fade" id="registerModal" tabindex="-1" role="dialog" aria-labelledby="registerModal" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 bg-img d-none d-sm-flex align-items-end" style="background-image: url('images/community.jpg');">
<div class="pb-5 pt-5">
<h3 style="color: #fafaff">Join our alumni community now!</h3>
</div>
</div>
<div class="col-md-6 py-5 px-sm-5">
<h2>Register</h2>
<div class="register-nav-btn">
<a class="active" name="local" href="javascript:void(0)">Local Graduate</a>
<a name="international" href="javascript:void(0)">International Graduate</a>
</div>
<form id="register" class="register-form needs-validation" action="activation.php" method="post" novalidate>
<div class="form-row">
<div class="col-md-12 mb-3" id="local">
<label for="idnumber">Identification Card number*</label>
<input type="idnumber" class="form-control icno-input-mask" id="idnumber" name="idnumber" placeholder="For tracing purpose(without dash '-')" pattern="(([[1-9]{2})(0[1-9]|1[0-2])(0[1-9]|[12][0-9]|3[01]))([0-9]{2})([0-9]{4})" autocomplete="off" required />
<div class="invalid-tooltip">
<div id="defaultmessageidnumber">Please enter a valid ic number without dash '-'.</div>
<div id="messageidnumber"></div>
</div>
</div>
<div class="col-md-12 mb-3" id="international" style="display:none">
<label for="passportnumber">Passport*</label>
<input type="passportnumber" class="form-control" id="passportnumber" name="passportnumber" placeholder="For tracing purpose" oninput="this.value = this.value.toUpperCase()" pattern="^(?!^0+$)[a-zA-Z0-9]{6,13}$" autocomplete="off" disabled required />
<div class="invalid-tooltip">
<div id="defaultmessagepassport">Please enter a valid passport number.</div>
<div id="messagepassport"></div>
</div>
</div>
<div class="col-md-12 mb-3">
<label for="username">Username*</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text" id="inputGroupPrepend">@</span>
</div>
<input type="username" class="form-control" id="username" name="username" placeholder="Between 4-20 characters only" pattern=".{4,20}" autocomplete="off" required />
<div class="invalid-tooltip">
<div id="defaultmessage">Please enter a valid username. Your username must be between four and 20 characters only.</div>
<div id="message"></div>
</div>
</div>
</div>
<div class="col-md-12 mb-3">
<label for="inputEmail">Email*</label>
<input type="email" class="form-control" id="email" name="email" placeholder="[email protected]" required/>
<div class="invalid-tooltip">
<div id="defaultmessageemail">Please enter a valid email address.</div>
<div id="messageemail"></div>
</div>
</div>
<div class="col-md-6">
<label for="password">Password*</label>
<input type="password" class="form-control" id="password" name="password" placeholder="Password" autocomplete="off" pattern="^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{6,20}$" required />
<div class="invalid-tooltip">
Please enter a password between 6 to 20 characters which contain at least one numeric digit, one uppercase and one lowercase letter.
</div>
</div>
<div class="col-md-6">
<label for="matchpassword">Confirm Password*</label>
<input type="password" class="form-control" id="matchpassword" name="matchpassword" placeholder="Password" autocomplete="off" required/>
<div class="invalid-tooltip">
Those passwords didn’t match. Try again.
</div>
</div>
</div>
<br>
<label><small style="color: red;">*Required. Please fill in the details</small></label>
<br>
<button type="submit" id="registerbutton" class="btn btn-cta" style="background-color: #00a4ba; color: white;">Submit</button>
<label style="padding-left: 10px;">or<button data-toggle="modal" data-target="#loginModal" data-dismiss="modal" style="padding-left: 5px; text-decoration: underline;">Sign in</button></label>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Register Ends -->
<!-- Modal Login-->
<div class="modal fade" id="loginModal" tabindex="-1" role="dialog" aria-labelledby="loginModal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<button type="button" class="close light" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="modal-body" style="background-image: url('images/community.jpg');">
<div>
<div class="px-sm-5 py-sm-5">
<div class="bg-light rounded px-4 py-4">
<h2 class="pt-sm-3 text-center">Login</h2>
<p class="text-muted text-center">
If you are unable to login, please <button data-toggle="modal" data-target="#fpModal" data-dismiss="modal" style="color: #3f96fa; text-decoration: underline;">reset your password</button>. Thank you.
</p>
<form id="loginform" action="login.php" method="post">
<div class="form-group">
<label for="inputUsername1">*Username:</label>
<input type="username" class="form-control" id="usernameLogin" name="usernameLogin" placeholder="Username" required />
</div>
<div class="form-group">
<label for="inputPassword1">*Password:</label>
<input type="password" class="form-control" id="passwordLogin" name="passwordLogin" placeholder="Password" required/>
</div>
<div class="form-group">
<div class="row no-gutters">
<div class="col-sm-3">
<label style="padding-top: 7px;">*Status:</label>
</div>
<div class="col-lg-4">
<select class="custom-select" id="status" name="type" required>
<option value="alumni" selected>Alumni</option>
<option value="admin">Admin</option>
</select>
</div>
</div>
</div>
<label><small style="color: red;">*Required. Please fill in the details</small></label><br>
<button id="submitloginbtn" type="submit" class="btn btn-cta" style="background-color: #52b788; color: white;">Sign in</button>
<label style="padding-left: 10px;">or<button data-toggle="modal" data-target="#registerModal" data-dismiss="modal" style="padding-left: 5px; text-decoration: underline;">Sign up</button></label>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Login Ends -->
<!-- Modal Forgot Password-->
<div class="modal fade" id="fpModal" tabindex="-1" role="dialog" aria-labelledby="fpModal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<button type="button" class="close light" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="modal-body" style="background-image: url('images/community.jpg');">
<div>
<div class="px-sm-5 py-sm-5">
<div class="bg-light rounded px-4 py-4">
<h2 class="pt-sm-3 text-center">Forgot password</h2>
<p class="text-muted text-center">
Please contact faculty if you can't access or forgot your email.
</p>
<form action="forgotpassword.php" method="post">
<div class="form-group">
<label for="inputEmail2">*Email:</label>
<input type="username" class="form-control" id="inputEmail2" name="inputEmail2" placeholder="Email" required />
</div>
<label><small style="color: red;">*Required. Please fill in the detail</small></label><br />
<button type="submit" class="btn btn-cta" style="background-color: #52b788; color: white;">Reset my password</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Forgot Password Ends -->
<!-- Modal for succesful to change password -->
<div class="modal fade" id="successModal" tabindex="-1" role="dialog"
aria-labelledby="successModal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="modal-body">
<div class="px-3 pt-3 text-center">
<div class="event-type success">
<div class="event-indicator">
<svg style="width: 60px; height: 60px;" viewBox="0 0 24 24">
<path fill="#ffffff"
d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" />
</svg>
</div>
</div>
<h4 class="pt-4">Please check your email to change your password.</h4>
</div>
</div>
</div>
</div>
</div>
<!-- Modal for succesful to change password ends -->
<!-- Modal for succesful to change password -->
<div class="modal fade" id="successChangeModal" tabindex="-1" role="dialog"
aria-labelledby="successModal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="modal-body">
<div class="px-3 pt-3 text-center">
<div class="event-type success">
<div class="event-indicator">
<svg style="width: 60px; height: 60px;" viewBox="0 0 24 24">
<path fill="#ffffff"
d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" />
</svg>
</div>
</div>
<h4 class="pt-4">Your password has successfully changed.</h4>
</div>
</div>
</div>
</div>
</div>
<!-- Modal for succesful to change password ends -->
<nav id="bottomnav">
<div class="bottomnav">
<img src="images/logo.png" alt="logo" />
<div class="topBotomBordersIn">
<a class="current" href="#home">HOME</a>
<a href="#about">ABOUT</a>
<a href="#event">UPCOMING EVENT</a>
<a href="#contact">CONTACT US</a>
</div>
</div>
</nav>
<!-- Navigation ends -->
<div id="magicCarousel" class="carousel slide" data-ride="carousel">
<!-- Carousel Indicators -->
<ol class="carousel-indicators">
<li data-target="#magicCarousel" data-slide-to="0" class="active"></li>
<li data-target="#magicCarousel" data-slide-to="1"></li>
<li data-target="#magicCarousel" data-slide-to="2"></li>
</ol>
<!-- Carousel Slider -->
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img src="images/slide/3968687.jpg" class="d-block w-100" alt="first-slide" />
<div class="carousel-caption">
<h3>University of Malaya 60th Graduation Ceremony</h3>
<p>The Faculty would like to congratulate all our graduates and best wishes for your next adventure.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/slide/communicate.jpg" class="d-block w-100" alt="second-slide" />
<div class="carousel-caption">
<h3>Communicate</h3>
<p>Through the FSKTM Alumni Portal, UM's alumni can keep in touch with each other as well as keep abreast of all developments within UM.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/slide/connect.jpg" class="d-block w-100" alt="third-slide" />
<div class="carousel-caption">
<h3>Connect</h3>
<p>The spirit of alumniship is kept alive and vibrant in UM as long as alumni stay connected - one alumnus with one another, each alumni with many others and between alumni and their alma mater.</p>
</div>
</div>
<!-- Carousel Controls -->
<a href="#magicCarousel" class="carousel-control-prev" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
<span class="sr-only">Previous</span>
</a>
<a href="#magicCarousel" class="carousel-control-next" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!-- end of home div -->
</header>
<body>
<div class="content">
<!-- content div to divide the content in one place -->
<div id="about">
<!-- start of about div -->
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="about-area">
<!-- Start Feature Content -->
<div class="row">
<div class="col-md-6">
<div class="about-left">
<img class="" src="images/convo.jpg" width="600px" height="500px" alt="img" />
</div>
</div>
<div class="col-md-6">
<div class="about-right">
<h2>About Us</h2>
<p>
FSKTM Alumni is to connect you and your fellow graduates with a wealth of networking opportunities, professional development resources, programs, volunteer opportunities, faculty-led trips,
and more. So, whether you are looking to build or expand your faculty community, reconnect with classmates, mentor students, engaged in lifelong learning, or stay informed on faculty news—the
portal is here to keep you connected to all things University of Malaya.
</p>
</div>
</div>
</div>
<!-- End Feature Content -->
</div>
</div>
</div>
</div>
<div class="arrow1">
<a href="#event" class="scroll"><img src="images/arrow.gif" width="5%" height="5%" alt="" /></a>
</div>
</div>
<!-- end of about div -->
<div id="event">
<!-- event div -->
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="event-tours-area">
<h2>Upcoming event</h2>
<p class="event-title-content">Engage with the worldwide community of University of Malaya alumni wherever you are—on campus, online, and in your region—through events.</p>
<div class="event-tours-content">
<div class="row">
<div class="col-md-4">
<div class="event-tours-single">
<img src="images/event/event1.jpg" alt="img" />
<div class="event-tours-single-info">
<h3>UM GlobalWE Connect 2021 Women's Empowerment Expo</h3>
<h4>21st May 2021</h4>
<p>
UM GlobalWE Connect is a new initiative that connects University of Malaya alumni with organizations leading the way globally for women’s empowerment in the arts, entrepreneurship,
policy, STEM, and other fields.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="event-tours-single">
<img src="images/event/event2.jpg" alt="img" />
<div class="event-tours-single-info">
<h3>HCSF Salon Talk Series: Veritas on the National Mall</h3>
<h4>24th May 2021</h4>
<p>This illustrated salon talk leads you on a tour of the National Mall in Washington in the context of American history and politics.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="event-tours-single">
<img src="images/event/event3.jpg" alt="img" />
<div class="event-tours-single-info">
<h3>Professor Michael Sandel Book Discussion</h3>
<h4>1st August 2021</h4>
<p>A discussion on The Tyranny of Merit: What's Become of the Common Good? by Michael J. Sandel, Anne T. and Robert M. Bass Professor of Government.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="arrow1">
<a href="#contact" class="scroll"><img src="images/arrow.gif" width="5%" height="5%" alt="" /></a>
</div>
</div>
<!-- end of event div -->
<div id="contact" class="contact">
<!-- contact div -->
<div class="container">
<div class="contact-box">
<h2>Contact us</h2>
</div>
<div class="row">
<div class="contact-info col-md">
<h6>Address:</h6>
<p>
Centre for Alumni Relations & Institutional Advancement<br />
Level 8, Chancellory,<br />
University of Malaya,<br />
Lembah Pantai,<br />
50603 Kuala Lumpur<br />
</p>
</div>
<div class="contact-info col-md">
<h6>Phone number:</h6>
<p>
Tel : (603) 7967 7803/4439<br />
Faks: (603) 7967 4412
</p>
</div>
<div class="contact-info col-md">
<h6>Email:</h6>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="formcontact">
<div class="row">
<div class="col-md-5 order-md-first d-flex align-items-stretch">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15935.540343297618!2d101.64562991976192!3d3.1250765635905444!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x1e85ebc65d47d641!2sUniversiti%20Malaya!5e0!3m2!1sen!2smy!4v1619022240909!5m2!1sen!2smy"
width="450"
height="350"
style="border: 0;"
allowfullscreen=""
loading="lazy"
></iframe>
</div>
<div class="col-md-7">
<form action="#">
<div class="form-row">
<div class="form-group col-md-6">
<label for="contactName">Name*</label>
<input type="name" class="form-control" id="contactName" placeholder="Full name" required />
</div>
<div class="form-group col-md-6">
<label for="contactEmail">Email*</label>
<input type="text" class="form-control" id="contactEmail" placeholder="[email protected]" required />
</div>
</div>
<div class="form-group">
<label for="feedback">Feedback*</label>
<textarea type="text" class="form-control" id="feedback" placeholder="Any thoughts..?" rows="3" required></textarea><div id="counter" style="float: right"></div>
</div>
<label><small style="color: red;">*Required. Please fill in the details</small></label><br />
<button type="submit" class="btn btn-cta" style="background-color: #40916c; color: white; float: right;">Send</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- end of contact div -->
</div>
<!-- end of content div -->
<!-- loader start -->
<div id="ftco-loader" class="show fullscreen">
<svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#FAFAFF" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#273469" />
</svg>
</div>
<!-- loader ends -->
<a id="back2Top" title="Back to top" href="#home">Back to top</a>
<!-- SCRIPTS -->
<script src="assets/js/jquery.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- For smooth scroll -->
<script src="assets/js/scrollarchor.js"></script>
<!-- End smooth scroll -->
<!-- For load hold start page -->
<script src="assets/js/loader.js"></script>
<!--For navigation animation-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<!-- For modal design -->
<script src="assets/js/lunar.js"></script>
<script type="text/javascript" src="assets/js/validator.js"></script>
<!-- For sticky navigation -->
<script type="text/javascript" src="assets/js/stickynav.js"></script>
<!-- For back to top function -->
<script type="text/javascript" src="assets/js/backtotopscroll.js"></script>
<script type="text/javascript" src="assets/js/MaxLength.min.js"></script>
<script type="text/javascript">
var hash = window.location.hash;
if(hash == '#loginModal' || hash == '#registerModal' || hash == '#fpModal' || hash == '#successModal' || hash == '#successChangeModal') {
setTimeout(function(){
$(hash).modal('show');
}, 500);
}
$(function () {
//Specifying the Character Count control explicitly
$("#feedback").MaxLength(
{
MaxLength: 150,
CharacterCountControl: $('#counter')
});
});
</script>
<script type="text/javascript">
$(".register-nav-btn > a").on('click', function(){
var x = $(this).attr("name");
if (x === "local") {
document.getElementById("local").style.display = "block";
document.getElementById("international").style.display = "none";
document.getElementById("idnumber").disabled = false;
document.getElementById("passportnumber").disabled = true;
$(".register-nav-btn a.active").removeClass("active");
$(this).addClass("active");
} else {
document.getElementById("international").style.display = "block";
document.getElementById("local").style.display = "none";
document.getElementById("passportnumber").disabled = false;
document.getElementById("idnumber").disabled = true;
$(".register-nav-btn a.active").removeClass("active");
$(this).addClass("active");
}
});
</script>
</body>
<!-- Site footer -->
<footer>
<div class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p>Copyright © 2021 Web Programming Project</p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li>
<a class="facebook" href="https://www.facebook.com/CARIAUM"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a class="twitter" href="https://twitter.com/unimalaya"><i class="fa fa-twitter"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer ends -->
</html>