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 : 18.227.134.115
Current Path : /var/www/html/ibm/kus/ |
| Current File : /var/www/html/ibm/kus/index.html |
<!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>MVS : Sign In</title>
<!-- Favicon-->
<link rel="icon" href="favicon.png" type="image/png" />
<!-- 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" />
<!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes -->
<link href="../css/themes/all-themes.css" rel="stylesheet" />
<!-- Custom Css -->
<link href="../css/style.css" rel="stylesheet" />
</head>
<body class="theme-blue" style="background-image: url('http://www.hoysalacollege.com/images/kuvempu.jpg');
background-repeat: no-repeat;
background-size: cover;
height:100vh;">
<!-- Top Bar -->
<nav class="navbar">
<div class="container-fluid">
<!--div class="navbar-header">
<a
href="javascript:void(0);"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#navbar-collapse"
aria-expanded="false"
></a>
<a href="javascript:void(0);" class="bars"></a>
</div -->
<center>
<h2 class="nhdr">KUVEMPU UNIVERSITY</h2>
<h3 class="nhdr">My Verification System</h3>
</center>
</div>
</nav>
<!-- #Top Bar -->
<section class="content">
<div class="container-fluid" style="padding-right: 95px;
padding-left: 95px;">
<div class="row clearfix m-t-100">
<div
class="col-md-offset-6 col-lg-5 col-md-6 col-sm-6 col-xs-12 p-r--10"
>
<div class="card" style="text-align: left;">
<div class="header bg-blue">
<h2 style="text-align: left;font-size: x-large;margin: 5px;">
MY VERIFICATION SYSTEM
</h2>
<!-- <h3 style="text-align: left;margin: 5px">
SIGN IN
</h3> -->
</div>
<div class="body">
<div class="form-horizontal" style="margin: 25px;">
<div class="row clearfix">
<div class="col-sm-9 col-md-11">
<div class="form-group">
<div class="form-line" style="margin:2px 0.5px 5px -1px">
<label class="pull-center" for="username">USERNAME</label>
<input
type="text"
class="form-control"
id="username"
name="username"
placeholder="Username"
required
autofocus
/>
</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-sm-9 col-md-11">
<div class="form-group">
<div class="form-line" style="margin:2px 2px 10 6px">
<label class="pull-center" for="Password">PASSWORD</label>
<input
type="password"
id="password"
name="password"
class="form-control"
placeholder="Password"
/>
</div>
</div>
</div>
</div>
<!--div class="row">
<div
class="col-lg-offset-8 col-md-offset-2 col-sm-offset-4 col-xs-offset-5 col-md-3"
-->
<button
class="btn btn-primary waves-effect m-l-15"
name="login"
onclick="login()"
id="login"
style="margin:8px 2px 3px -14px"
>
SIGN IN
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Jquery Core Js -->
<script src="../plugins/jquery/jquery.min.js"></script>
<script src="../libs/jquery.blockUI.js"></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/login.js"></script>
</body>
<script type="text/javascript">
$(document).ready(function() {
var inputs = $("input").keypress(function(e) {
if (e.which == 13) {
e.preventDefault();
var nextInput = inputs.get(inputs.index(this) + 1);
if (nextInput) {
nextInput.focus();
}
}
});
});
</script>
</html>
|