Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.144.104.118
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<title>Sign In | Admin Portal</title>
<!-- Favicon-->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<!-- Bootstrap Core Css -->
<link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Waves Effect Css -->
<link href="plugins/node-waves/waves.css" rel="stylesheet" />
<!-- Animation Css -->
<link href="plugins/animate-css/animate.css" rel="stylesheet" />
<!-- Custom Css -->
<link href="css/style.css" rel="stylesheet">
</head>
<body class="theme-cyan">
<nav class="navbar bg-cyan">
<div class="container-fluid" style="color: #fff;">
<div class='col-md-12 m-t--5'>
<!-- <a href="index.html" style="float: right; padding-top: 15px;font-size:16px;color: #fff;">Home</a> -->
<center>
<h2>VIJAYANAGARA SRI KRISHNADEVARAYA UNIVERSITY, BALLARI</h2>
</center>
<center>
<h3 style="margin-top: -4px;margin-right: 30px;">Recruitment 2018</h3>
</center>
</div>
</div>
</nav>
<section class="content">
<div class="row clearfix">
<div class="container-fluid">
<div class="col-md-offset-2 col-lg-offset-2 col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="card">
<div class="header">
<h2>LOGIN</h2>
</div>
<div class="row clearfix">
<div class="col-md-6 col-md-offset-1" style="margin-bottom: 5%;margin-top: 2%;">
<!-- <form id="signin"> -->
<b>Register No.</b>
<div class="form-group">
<div>
<input type = 'text' class="form-control" id = "regno" required="required" placeholder="Register number">
</div>
</div>
<b>Date Of Birth</b>
<div class="form-group">
<div class="daterange">
<input type = 'text' id = 'rdob' class="form-control date" placeholder="dd/mm/yyyy" required="required">
</div>
</div>
<button type="button" class="btn btn-primary waves-effect btn" onclick = "signIn()">Login
</button>
<!-- </form> -->
<!-- <button type="button" class=" m-l-10 btn btn-primary waves-effect btn " onclick = "makepayment()">Make Payment
</button> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Jquery Core Js -->
<script src="plugins/jquery/jquery.min.js"></script>
<script src="plugins/jquery-inputmask/jquery.inputmask.bundle.js"></script>
<script type="text/javascript">
$('form').submit(false);
var $demoMaskedInput = $('.daterange');
//Date
$demoMaskedInput.find('.date').inputmask('dd/mm/yyyy', { placeholder: '__/__/____' });
</script>
<!-- Bootstrap Core Js -->
<script src="plugins/bootstrap/js/bootstrap.js"></script>
<!-- Waves Effect Plugin Js -->
<script src="plugins/node-waves/waves.js"></script>
<!-- Validation Plugin Js -->
<script src="plugins/jquery-validation/jquery.validate.js"></script>
<!-- Custom Js -->
<script src="js/admin.js"></script>
<script src="js/sign-in.js"></script>
</body>
</html>
|