mirror of
https://github.com/ZorgCC/psina-avatar-server.git
synced 2024-12-27 22:25:29 +03:00
pages
This commit is contained in:
parent
72008a4767
commit
aeb61b12c1
@ -26,14 +26,24 @@ body {
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-signin input[type="email"] {
|
.token-input {
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-signin input[type="password"] {
|
|
||||||
|
.password-input {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.new-password-input {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
||||||
<meta name="generator" content="Hugo 0.88.1">
|
<meta name="generator" content="Hugo 0.88.1">
|
||||||
<title>Zorg Gravatar Server</title>
|
<title>Zorg Avatar Server • Home</title>
|
||||||
|
|
||||||
<link rel="canonical" href="https://getbootstrap.com/examples/sticky-footer-navbar/">
|
<link rel="canonical" href="https://getbootstrap.com/examples/sticky-footer-navbar/">
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
@ -33,20 +33,20 @@
|
|||||||
<header class="mb-auto">
|
<header class="mb-auto">
|
||||||
<div>
|
<div>
|
||||||
<h3 class="float-md-start mb-0">
|
<h3 class="float-md-start mb-0">
|
||||||
<img src="/assets/img/brand/zorg/zorg.logo.32.png" alt="Zorg Gravatar Server"> Zorg Gravatar Server
|
<img src="/assets/img/brand/zorg/zorg.logo.32.png" alt="Zorg Avatar Server"> Zorg Avatar Server
|
||||||
</h3>
|
</h3>
|
||||||
<nav class="nav nav-masthead justify-content-center float-md-end">
|
<nav class="nav nav-masthead justify-content-center float-md-end">
|
||||||
<a class="nav-link active" aria-current="page" href="/"><i class="bi bi-house-fill"></i> Home</a>
|
<a class="nav-link active" aria-current="page" href="/"><i class="bi bi-house-fill"></i> Home</a>
|
||||||
<a class="nav-link" href="https://github.com/ZorgCC/gravatar-server/wiki" target="_blank"><i class="bi bi-life-preserver"></i> Docs</a>
|
<a class="nav-link" href="https://github.com/ZorgCC/avatar-server/wiki" target="_blank"><i class="bi bi-journal-text"></i> Docs</a>
|
||||||
<a class="nav-link" href="https://github.com/ZorgCC/gravatar-server" target="_blank"><i class="bi bi-git"></i> Sources</a>
|
<a class="nav-link" href="https://github.com/ZorgCC/avatar-server" target="_blank"><i class="bi bi-git"></i> Sources</a>
|
||||||
<a class="nav-link" href="/login.html"><i class="bi bi-door-open"></i> Login</a>
|
<a class="nav-link" href="/login.html"><i class="bi bi-door-open"></i> Login</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="px-3">
|
<main class="px-3">
|
||||||
<h1>Welcome to Zorg Gravatar Server</h1>
|
<h1>Welcome to Zorg Avatar Server</h1>
|
||||||
<p class="lead">Open source free, Gravatar-compatible avatar lightweight server written in php with simple admin panel.</p>
|
<p class="lead">Open source and free, Gravatar-compatible avatar lightweight server written in php with simple admin panel.</p>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
<a href="/login.html" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Cool! <i class="bi bi-lightning"></i> Get started!</a>
|
<a href="/login.html" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Cool! <i class="bi bi-lightning"></i> Get started!</a>
|
||||||
</p>
|
</p>
|
||||||
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
<footer class="mt-auto text-white-50">
|
<footer class="mt-auto text-white-50">
|
||||||
<p>
|
<p>
|
||||||
Gravatar Server v0.1, <i class="bi bi-github"></i> <a href="https://github.com/ZorgCC/gravatar-server" class="text-white">Source code</a>,
|
Zorg Avatar Server v0.1, <i class="bi bi-github"></i> <a href="https://github.com/ZorgCC/avatar-server" class="text-white">Source code</a>,
|
||||||
by <a href="https://zorg.cc" class="text-white">Zorg Software Team</a>.</p>
|
by <a href="https://zorg.cc" class="text-white">Zorg Software Team</a>.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
||||||
<meta name="generator" content="Hugo 0.88.1">
|
<meta name="generator" content="Hugo 0.88.1">
|
||||||
<title>Zorg Gravatar Server</title>
|
<title>Zorg Avatar Server • Sign In</title>
|
||||||
|
|
||||||
<link rel="canonical" href="https://getbootstrap.com/examples/sticky-footer-navbar/">
|
<link rel="canonical" href="https://getbootstrap.com/examples/sticky-footer-navbar/">
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
@ -31,21 +31,25 @@
|
|||||||
|
|
||||||
<main class="form-signin">
|
<main class="form-signin">
|
||||||
<form>
|
<form>
|
||||||
<img class="mb-4" src="/assets/img/brand/zorg/zorg.logo.72.png" alt="" width="72" height="72">
|
<img class="mb-4" src="/assets/img/brand/zorg/zorg.logo.72.png" alt="" width="72" height="72" title="Zorg Avatar Server">
|
||||||
<h1 class="h3 mb-3 fw-normal position-relative">Please Sign in <span class="position-absolute top-0 start-100 translate-middle badge border border-light rounded-circle "><i class="bi bi-info-circle" data-bs-toggle="tooltip" data-bs-placement="right" title="The token is printed in the server console and gravatar-server.log under the logs directory."></i></span></h1>
|
<h1 class="h3 mb-3 fw-normal position-relative">Please Sign in <span class="position-absolute top-0 start-100 translate-middle badge border border-light rounded-circle "><i class="bi bi-info-circle" data-bs-toggle="tooltip" data-bs-placement="right" title="The password has been defined via installation, if you forgot it - you can reset it with your server's console."></i></span></h1>
|
||||||
|
|
||||||
|
<div class="alert alert-warning alert-dismissible fade show" role="alert">
|
||||||
|
<strong>Holy guacamole!</strong> You should check in on some of those fields below.
|
||||||
|
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="form-floating">
|
<div class="form-floating">
|
||||||
<input type="password" class="form-control" id="floatingPassword" placeholder="Token">
|
<input type="password" class="form-control password-input" id="floatingPassword" placeholder="Password">
|
||||||
<label for="floatingPassword">Token</label>
|
<label for="floatingPassword">Password</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="checkbox mb-3">
|
<button class="w-100 btn btn-lg btn-primary" type="submit"><i class="bi bi-key"></i> Sign in</button>
|
||||||
<label>
|
|
||||||
<input type="checkbox" value="remember-me"> Remember me
|
<div class="mb-3">
|
||||||
</label>
|
<a href="/reset.html"><i class="bi bi-life-preserver"></i> Forgot your password?</a>
|
||||||
</div>
|
</div>
|
||||||
<button class="w-100 btn btn-lg btn-primary" type="submit">Sign in</button>
|
<p class="mt-5 mb-3 text-muted">Zorg Avatar Server v0.1, <br><i class="bi bi-github"></i> <a href="https://github.com/ZorgCC/avatar-server" class="text-white">Source code</a>,
|
||||||
<p class="mt-5 mb-3 text-muted">Gravatar Server v0.1, <br><i class="bi bi-github"></i> <a href="https://github.com/ZorgCC/gravatar-server" class="text-white">Source code</a>,
|
|
||||||
by <a href="https://zorg.cc" class="text-white">Zorg Software Team</a>.</p>
|
by <a href="https://zorg.cc" class="text-white">Zorg Software Team</a>.</p>
|
||||||
</form>
|
</form>
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
Reference in New Issue
Block a user