-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
480921d
commit 38f9fb8
Showing
335 changed files
with
50,395 additions
and
4,113 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<html lang="en-us" > | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Masters</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
|
||
<title>Log in | VERSUITALITY</title> | ||
|
||
<!-- Font Awesome Icons --> | ||
<link rel="stylesheet" href="/static/vendor/fontawesome-free/css/all.min.css"> | ||
|
||
<!-- Bootstrap and adminLTE --> | ||
<link rel="stylesheet" href="/static/vendor/adminlte/css/adminlte.min.css"> | ||
|
||
<!-- Bootswatch theme --> | ||
|
||
<link rel="stylesheet" href="/static/vendor/bootswatch/litera/bootstrap.min.css" id="jazzmin-theme" /> | ||
|
||
|
||
|
||
|
||
<!-- Custom fixes for django --> | ||
<link rel="stylesheet" href="/static/jazzmin/css/main.css"> | ||
|
||
|
||
<!-- Custom CSS --> | ||
<link rel="stylesheet" href="/static/css/styles.css"> | ||
|
||
|
||
<!-- favicons --> | ||
<link rel="shortcut icon" href="/static/dashboard/vl.png" type="image/png"> | ||
<link rel="icon" href="/static/dashboard/vl.png" sizes="32x32" type="image/png"> | ||
|
||
|
||
<!-- Google Font: Source Sans Pro --> | ||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> | ||
|
||
|
||
|
||
|
||
</head> | ||
<body> | ||
<body class="hold-transition jazzmin-login-page"> | ||
|
||
<div class="login-box"> | ||
<div class="login-logo"> | ||
<h1> | ||
<picture> | ||
<source | ||
srcset="/static/dashboard/vl.png" | ||
media="(prefers-color-scheme: dark)"> | ||
<img src="/static/dashboard/vl.png" alt="VERSUITALITY"> | ||
</picture> | ||
</h1> | ||
</div> | ||
|
||
<div class="card"> | ||
<div class="card-body"> | ||
|
||
<p class="login-box-msg">Welcome to the VERSUITALITY</p> | ||
<form action="" method="post"> | ||
{% csrf_token %} | ||
<input type="text" name="username"> | ||
<input type="password" name="password" id=""> | ||
<input type="submit" value="Login"> | ||
<div class="input-group mb-3"> | ||
<input type="text" name="username" class="form-control" placeholder="Username" required> | ||
<div class="input-group-append"> | ||
<div class="input-group-text"> | ||
<span class="fas fa-user"></span> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="input-group mb-3"> | ||
<input type="password" name="password" class="form-control" placeholder="Password" required> | ||
<div class="input-group-append"> | ||
<div class="input-group-text"> | ||
<span class="fas fa-lock"></span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-12"> | ||
<button type="submit" class="btn btn-outline-primary btn-block"> | ||
Log in | ||
</button> | ||
</div> | ||
</div> | ||
</form> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- jQuery --> | ||
<script src="/static/admin/js/vendor/jquery/jquery.js"></script> | ||
<!-- Bootstrap 4 --> | ||
<script src="/static/vendor/bootstrap/js/bootstrap.min.js"></script> | ||
<!-- AdminLTE App --> | ||
<script src="/static/vendor/adminlte/js/adminlte.min.js"></script> | ||
|
||
|
||
|
||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.