mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-06 08:41:36 +01:00
47
static/css/bootstrap.css
vendored
47
static/css/bootstrap.css
vendored
@@ -58,7 +58,7 @@ body {
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
background-color: #2D3047;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
}
|
||||
@@ -9957,6 +9957,51 @@ a.text-dark:hover, a.text-dark:focus {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: #56638A;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
transition: .5s ease;
|
||||
}
|
||||
|
||||
.container:hover .overlay {
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.text1 {
|
||||
white-space: nowrap;
|
||||
color: #53dd6c;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.text2 {
|
||||
white-space: nowrap;
|
||||
color: #56203D;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.move {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
.aligncenter{
|
||||
text-align: center;
|
||||
color: #56203D;
|
||||
width: 190px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
*,
|
||||
*::before,
|
||||
|
||||
8
static/css/bootstrap.min.css
vendored
8
static/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
templates/favicon.ico
Normal file
BIN
templates/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
@@ -1,25 +1,31 @@
|
||||
<meta charset="utf-8">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="FTP Users Management">
|
||||
<meta name="author" content="Jeffrey Miller | https://www.jeff3danimation.com">
|
||||
<title>Universe FTP Sign-Up</title>
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<!-- Bootstrap core JS -->
|
||||
<script src="/static/js/jquery.min.js"></script>
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/static/fontawesome/css/all.css" rel="stylesheet">
|
||||
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<script defer="defer" src="/static/js/bootstrap.min.js"></script>
|
||||
<!-- mdb -->
|
||||
<link href="/static/css/mdb.min.css" rel="stylesheet">
|
||||
<script defer="defer" src="/static/js/mdb.min.js"></script>
|
||||
<!-- Custom JS/CSS -->
|
||||
<link href="/static/site.css" rel="stylesheet">
|
||||
<script defer="defer" src="/static/submit.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container"> <img src="https://images.squarespace-cdn.com/content/v1/5c93be1a797f7440ac65e019/1566853198274-BRGZDFFNR6IRP02KTFUN/Clear+Aug+26+Logo.png"
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="FTP Users Management">
|
||||
<meta name="author" content="Yannik Schmidt | https://potaris.de/en/contact">
|
||||
|
||||
<link rel="shortcut icon" href="/defaultFavicon.ico">
|
||||
|
||||
|
||||
<!-- Bootstrap core JS -->
|
||||
<script src="/static/js/jquery.min.js"></script>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="/static/fontawesome/css/all.css" rel="stylesheet">
|
||||
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<script defer src="/static/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- mdb -->
|
||||
<link href="/static/css/mdb.min.css" rel="stylesheet">
|
||||
<script defer src="/static/js/mdb.min.js"></script>
|
||||
|
||||
<!-- Custom JS/CSS -->
|
||||
<link href="/static/site.css" rel="stylesheet">
|
||||
|
||||
<script defer src="/static/submit.js"></script>
|
||||
alt="Universe Logo">
|
||||
<div class="overlay">
|
||||
<div class="text2 move">Welcome to Universe's FTP Server Sign-Up Page</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,66 +1,69 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% include 'head.html' %}
|
||||
<link rel=stylesheet href="/static/form.css">
|
||||
</head>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
|
||||
</head>
|
||||
<body>{% include 'head.html' %}
|
||||
<link rel="stylesheet" href="/static/form.css">
|
||||
{% include 'navbar.html' %}
|
||||
<div class="container">
|
||||
<div class="mt-5 d-flex justify-content-center h-100">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h4>A place to learn Game Design in Virtual Reality and other mediums.</h4>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form id="user-form">
|
||||
<div class="input-group form-group">
|
||||
<div class="input-group-prepend"> <span class="input-group-text"><i
|
||||
|
||||
<body>
|
||||
{% include 'navbar.html' %}
|
||||
<div class="container">
|
||||
<div class="mt-5 d-flex justify-content-center h-100">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3>Create User</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form id="user-form">
|
||||
<div class="input-group form-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fas fa-user"></i></span>
|
||||
</div>
|
||||
<input id="name"
|
||||
type="text"
|
||||
class="form-control"
|
||||
name="username"
|
||||
placeholder="username">
|
||||
class="fas fa-user"></i></span> </div>
|
||||
<input id="name" class="form-control" name="username" placeholder="Username"
|
||||
|
||||
</div>
|
||||
<div class="input-group form-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fas fa-key"></i></span>
|
||||
</div>
|
||||
<input id="password"
|
||||
type="password"
|
||||
class="form-control"
|
||||
name="password"
|
||||
placeholder="password">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<button type="submit" disabled style="display: none" aria-hidden="true">
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
<button onclick="submitForm()"
|
||||
class="btn float-right login_btn">
|
||||
Submit
|
||||
</button>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
{% if code == "0" %}
|
||||
<div class="d-flex justify-content-center links mb-2" style="color: darkgreen;">
|
||||
Success!
|
||||
</div>
|
||||
{% endif %}
|
||||
<!-- more content options
|
||||
<div class="d-flex justify-content-center links">
|
||||
<a class="btn btn-block btn-primary text-uppercase" href="/contact"></a>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
type="text"> </div>
|
||||
<div class="input-group form-group">
|
||||
<div class="input-group-prepend"> <span class="input-group-text"><i
|
||||
|
||||
class="fas fa-key"></i></span> </div>
|
||||
<input id="password" class="form-control" name="password" placeholder="Password"
|
||||
|
||||
type="password"> </div>
|
||||
<div class="input-group form-group">
|
||||
<div class="input-group-prepend"> <span class="input-group-text"><i
|
||||
|
||||
class="fas fa-key"></i></span> </div>
|
||||
<input id="fname" class="form-control" name="firstname" placeholder="First Name"
|
||||
|
||||
type="text"> </div>
|
||||
<div class="input-group form-group">
|
||||
<div class="input-group-prepend"> <span class="input-group-text"><i
|
||||
|
||||
class="fas fa-key"></i></span> </div>
|
||||
<input id="lname" class="form-control" name="lastname" placeholder="Last Name"
|
||||
|
||||
type="text"> </div>
|
||||
<div class="input-group form-group">
|
||||
<div class="input-group-prepend"> <span class="input-group-text"><i
|
||||
|
||||
class="fas fa-key"></i></span> </div>
|
||||
<input id="email" class="form-control" name="email" placeholder="Your@Email.com"
|
||||
|
||||
type="text"> </div>
|
||||
<div class="form-group"> <button type="submit" disabled="disabled"
|
||||
|
||||
style="display: none" aria-hidden="true"> </button> </div>
|
||||
</form>
|
||||
<button onclick="submitForm()" class="btn float-right login_btn">
|
||||
Submit </button> </div>
|
||||
<div class="card-footer"> {% if code == "0" %}
|
||||
<div class="d-flex justify-content-center links mb-2" style="color: darkgreen;">
|
||||
Success! </div>
|
||||
{% endif %}
|
||||
<!-- more content options
|
||||
<div class="d-flex justify-content-center links"> <a class="btn btn-block btn-primary text-uppercase" href="/contact"></a> </div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user