rebuild index page

This commit is contained in:
SowinskiBraeden committed 2022-04-12 21:58:15 -07:00
1 parent e87d252934
commit eaa2febbf2
74 files changed
+16743 -38068

No files matched your search

+286 -107
View File
File diff suppressed because one or more lines are too long.
+1 -75
View File
@@ -1,85 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Login</title>
<title>Login - BugBeGone</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="static/images/icons/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="static/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="fonts/iconic/css/material-design-iconic-font.min.css">
<link rel="stylesheet" type="text/css" href="static/vendor/animate/animate.css">
<link rel="stylesheet" type="text/css" href="static/vendor/css-hamburgers/hamburgers.min.css">
<link rel="stylesheet" type="text/css" href="static/vendor/animsition/css/animsition.min.css">
<link rel="stylesheet" type="text/css" href="static/vendor/select2/select2.min.css">
<link rel="stylesheet" type="text/css" href="static/vendor/daterangepicker/daterangepicker.css">
<link rel="stylesheet" type="text/css" href="static/styles/util.css">
<link rel="stylesheet" type="text/css" href="static/styles/register.css">
</head>
<body>
<div class="limiter">
<div class="container-login100">
<div class="wrap-login100">
{{ unescape .errorMsg }}
<form action="/login" method="POST" class="login100-form validate-form">
<span class="login100-form-title p-b-26">
Welcome
</span>
<span class="login100-form-title p-b-48">
<i class="zmdi zmdi-font"></i>
</span>
<div class="wrap-input100 validate-input" data-validate = "Valid email is: a@b.c">
<input class="input100" type="text" name="email">
<span class="focus-input100" data-placeholder="Email"></span>
</div>
<div class="wrap-input100 validate-input" data-validate="Enter password">
<span class="btn-show-pass">
<i class="zmdi zmdi-eye"></i>
</span>
<input class="input100" type="password" name="pass">
<span class="focus-input100" data-placeholder="Password"></span>
</div>
<div class="container-login100-form-btn">
<div class="wrap-login100-form-btn">
<div class="login100-form-bgbtn"></div>
<button class="login100-form-btn">
Login
</button>
</div>
</div>
<div class="text-center p-t-115">
<span class="txt1">
Don't have an account?
</span>
<a class="txt2" href="/register">
Sign Up
</a>
</div>
</form>
</div>
</div>
</div>
<div id="dropDownSelect1"></div>
<script src="static/vendor/jquery/jquery-3.2.1.min.js"></script>
<script src="static/vendor/animsition/js/animsition.min.js"></script>
<script src="static/vendor/bootstrap/js/popper.js"></script>
<script src="static/vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="static/vendor/select2/select2.min.js"></script>
<script src="static/vendor/daterangepicker/moment.min.js"></script>
<script src="static/vendor/daterangepicker/daterangepicker.js"></script>
<script src="static/vendor/countdowntime/countdowntime.js"></script>
<script src="static/scripts/register.js"></script>
</body>
</html>
+15 -2
View File
@@ -2,14 +2,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Register</title>
<title>Register - BugBeGone</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://bootswatch.com/4/journal/bootstrap.min.css"/>
</head>
<body>
<body>
<script>
var url = document.location.href,
params = url.split('?')[1].split('&'),
data = {}, tmp;
for (var i = 0, l = params.length; i < l; i++) {
tmp = params[i].split('=');
data[tmp[0]] = tmp[1];
}
// default to team account
if (data.type&&data.type=="team") {
// Switch to team
}
</script>
<div class="row mt-5">
<div class="col-md-6 m-auto">
<div class="card card-body">