2020-02-08 05:36:39 +00:00
|
|
|
html
|
|
|
|
head
|
|
|
|
title Flitter
|
|
|
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
|
|
link(rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous")
|
|
|
|
script(src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous")
|
|
|
|
script(src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous")
|
|
|
|
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous")
|
|
|
|
script(src="https://kit.fontawesome.com/5043ba9cc5.js" crossorigin="anonymous")
|
2020-02-08 07:20:56 +00:00
|
|
|
link(href="https://fonts.googleapis.com/css?family=Merienda:700&display=swap" rel="stylesheet")
|
|
|
|
|
2020-02-08 05:36:39 +00:00
|
|
|
style(type="text/css").
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Rajdhani');
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
background-color:#343a40;
|
|
|
|
}
|
|
|
|
#intro {
|
2020-02-08 23:50:54 +00:00
|
|
|
margin-top: 10em;
|
2020-02-08 05:36:39 +00:00
|
|
|
color: #cccccc;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2020-02-08 07:20:56 +00:00
|
|
|
#name {
|
|
|
|
font-family: 'Merienda', cursive;
|
|
|
|
}
|
2020-02-08 05:36:39 +00:00
|
|
|
#login {
|
|
|
|
width: 50em;
|
|
|
|
}
|
|
|
|
.login-container {
|
|
|
|
display: grid;
|
2020-02-08 07:47:09 +00:00
|
|
|
color: #cccccc;
|
2020-02-08 23:50:54 +00:00
|
|
|
//- border: solid 7em #cccccc;
|
2020-02-08 07:47:09 +00:00
|
|
|
align-self: center;
|
|
|
|
background: transparent;
|
|
|
|
-webkit-transition: all .5s ease;
|
|
|
|
transition: all .5s ease;
|
|
|
|
outline: none;
|
2020-02-08 23:50:54 +00:00
|
|
|
box-shadow: 20em 38em 34em -26em rgba(0, 0, 0, 0.2);
|
|
|
|
border-radius: 82em 65em 185em 1085em/72em 225em 58em 15em;
|
2020-02-08 07:47:09 +00:00
|
|
|
}
|
|
|
|
.btn-login {
|
|
|
|
color: #cccccc;
|
2020-02-08 23:50:54 +00:00
|
|
|
border: solid 2.2em #cccccc;
|
2020-02-08 10:20:44 +00:00
|
|
|
margin: .5rem;
|
2020-02-08 07:47:09 +00:00
|
|
|
align-self: center;
|
|
|
|
background: transparent;
|
|
|
|
-webkit-transition: all .5s ease;
|
|
|
|
transition: all .5s ease;
|
|
|
|
outline: none;
|
2020-02-08 23:50:54 +00:00
|
|
|
box-shadow: 20em 38em 34em -26em rgba(0, 0, 0, 0.2);
|
|
|
|
border-radius: 255em 15em 225em 15em/15em 225em 15em 255em;
|
2020-02-08 05:36:39 +00:00
|
|
|
}
|
|
|
|
.login-container div a {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.icons {
|
2020-02-08 07:47:09 +00:00
|
|
|
font-size: 1.8em;
|
|
|
|
padding: 1em 1em 1em 1em;
|
2020-02-08 05:36:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body
|
|
|
|
.container#intro
|
2020-02-08 07:20:56 +00:00
|
|
|
h1 Hi, Welcome to
|
2020-02-08 11:17:29 +00:00
|
|
|
span#name #{AppName}.
|
2020-02-08 05:36:39 +00:00
|
|
|
h2 Choose your login method.
|
|
|
|
|
|
|
|
.container#login
|
|
|
|
.login-container
|
|
|
|
div
|
2020-02-08 07:47:09 +00:00
|
|
|
a.btn.btn-login.btn-light(href="/auth/flitter/login")
|
2020-02-08 06:11:43 +00:00
|
|
|
i.icons.fas.fa-sign-in-alt
|
|
|
|
span Local Login
|
|
|
|
div
|
2020-02-08 07:47:09 +00:00
|
|
|
a.btn.btn-login.btn-light(href="/auth/github_oauth/login")
|
2020-02-08 05:36:39 +00:00
|
|
|
i.icons.fab.fa-github
|
|
|
|
span Login with GitHub
|
|
|
|
div
|
2020-02-08 07:47:09 +00:00
|
|
|
a.btn.btn-login.btn-light.disabled(href="google.com")
|
2020-02-08 05:36:39 +00:00
|
|
|
i.icons.fab.fa-google
|
|
|
|
span Login with Google
|
|
|
|
div
|
2020-02-08 07:47:09 +00:00
|
|
|
a.btn.btn-login.btn-light.disabled(href="microsoft.com")
|
2020-02-08 05:36:39 +00:00
|
|
|
i.icons.fab.fa-microsoft
|
|
|
|
span Login with Microsoft
|
|
|
|
div
|
2020-02-08 07:47:09 +00:00
|
|
|
a.btn.btn-login.btn-light.disabled(href="apple.com")
|
2020-02-08 05:36:39 +00:00
|
|
|
i.icons.fab.fa-apple
|
|
|
|
span Login with Apple
|