forked from zer.ooo/web
Changed templates, added moar css
This commit is contained in:
parent
186294b1fd
commit
8c0e8a0fc8
24 changed files with 1520 additions and 1326 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
BIN
public/.DS_Store
vendored
Normal file
BIN
public/.DS_Store
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/css/.DS_Store
vendored
Normal file
BIN
public/css/.DS_Store
vendored
Normal file
Binary file not shown.
28
public/css/forms.css
Normal file
28
public/css/forms.css
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
input {
|
||||||
|
padding: 12px 20px;
|
||||||
|
width: inherit;
|
||||||
|
box-sizing: border-box;
|
||||||
|
border: 1px solid #cedadf;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-family: "Montserrat"; }
|
||||||
|
|
||||||
|
input:focus {
|
||||||
|
border: 1px solid #fff; }
|
||||||
|
|
||||||
|
button {
|
||||||
|
background-color: #aca4bc;
|
||||||
|
border: none;
|
||||||
|
color: white;
|
||||||
|
padding: 16px 32px;
|
||||||
|
text-decoration: none;
|
||||||
|
margin: 4px 2px;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-family: "Montserrat"; }
|
||||||
|
|
||||||
|
label {
|
||||||
|
font-size: 1em;
|
||||||
|
line-height: 2em; }
|
||||||
|
|
||||||
|
/*# sourceMappingURL=forms.css.map */
|
7
public/css/forms.css.map
Normal file
7
public/css/forms.css.map
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"mappings": "AAAA,KAAK;EACH,OAAO,EAAE,SAAS;EAClB,KAAK,EAAE,OAAO;EACd,UAAU,EAAE,UAAU;EACtB,MAAM,EAAE,iBAAiB;EACzB,aAAa,EAAE,GAAG;EAClB,SAAS,EAAE,KAAK;EAChB,WAAW,EAAE,YAAY;;AAE3B,WAAW;EACT,MAAM,EAAE,cAAc;;AAExB,MAAM;EACJ,gBAAgB,EAAE,OAAO;EACzB,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,KAAK;EACZ,OAAO,EAAE,SAAS;EAClB,eAAe,EAAE,IAAI;EACrB,MAAM,EAAE,OAAO;EACf,MAAM,EAAE,OAAO;EACf,SAAS,EAAE,KAAK;EAChB,WAAW,EAAE,YAAY;;AAE3B,KAAK;EACH,SAAS,EAAE,GAAG;EACd,WAAW,EAAE,GAAG",
|
||||||
|
"sources": ["forms.sass"],
|
||||||
|
"names": [],
|
||||||
|
"file": "forms.css"
|
||||||
|
}
|
26
public/css/forms.sass
Normal file
26
public/css/forms.sass
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
input
|
||||||
|
padding: 12px 20px
|
||||||
|
width: inherit
|
||||||
|
box-sizing: border-box
|
||||||
|
border: 1px solid #cedadf
|
||||||
|
border-radius: 4px
|
||||||
|
font-size: 1.5em
|
||||||
|
font-family: 'Montserrat'
|
||||||
|
|
||||||
|
input:focus
|
||||||
|
border: 1px solid #fff
|
||||||
|
|
||||||
|
button
|
||||||
|
background-color: #aca4bc
|
||||||
|
border: none
|
||||||
|
color: white
|
||||||
|
padding: 16px 32px
|
||||||
|
text-decoration: none
|
||||||
|
margin: 4px 2px
|
||||||
|
cursor: pointer
|
||||||
|
font-size: 1.5em
|
||||||
|
font-family: 'Montserrat'
|
||||||
|
|
||||||
|
label
|
||||||
|
font-size: 1em
|
||||||
|
line-height: 2em
|
|
@ -1,6 +1,7 @@
|
||||||
@import url(normalize.css);
|
@import url(normalize.css);
|
||||||
@import url(flaticon.css);
|
@import url(flaticon.css);
|
||||||
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Playfair+Display|Bree+Serif|Lato|Source+Sans+Pro|Montserrat|Inconsolata);
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Playfair+Display|Bree+Serif|Lato|Source+Sans+Pro|Montserrat|Inconsolata);
|
||||||
|
@import url(https://fonts.googleapis.com/css?family=Karla|Raleway|Bitter|Quicksand|Patua+One|Rubik|Cantarell);
|
||||||
ul.topnav {
|
ul.topnav {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -12,18 +13,16 @@ ul.topnav li {
|
||||||
|
|
||||||
ul.topnav li a {
|
ul.topnav li a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #182737;
|
|
||||||
text-align: center;
|
|
||||||
padding: 15px 26px;
|
padding: 15px 26px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: 0.3s;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin: 20px;
|
margin: 0 10px 0px 10px;
|
||||||
border-radius: 5px; }
|
border-radius: 5px;
|
||||||
|
color: #2f3472; }
|
||||||
|
|
||||||
ul.topnav li a:hover {
|
ul.topnav li a:hover {
|
||||||
background-color: #fff;
|
background-color: #dee2ea;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
|
|
||||||
ul.topnav li.icon {
|
ul.topnav li.icon {
|
||||||
|
@ -52,17 +51,42 @@ ul.topnav li.icon {
|
||||||
ul.topnav.responsive li a {
|
ul.topnav.responsive li a {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left; } }
|
text-align: left; } }
|
||||||
|
input {
|
||||||
|
padding: 12px 20px;
|
||||||
|
width: inherit;
|
||||||
|
box-sizing: border-box;
|
||||||
|
border: 1px solid #cedadf;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-family: "Montserrat"; }
|
||||||
|
|
||||||
|
input:focus {
|
||||||
|
border: 1px solid #fff; }
|
||||||
|
|
||||||
|
button {
|
||||||
|
background-color: #aca4bc;
|
||||||
|
border: none;
|
||||||
|
color: white;
|
||||||
|
padding: 16px 32px;
|
||||||
|
text-decoration: none;
|
||||||
|
margin: 4px 2px;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-family: "Montserrat"; }
|
||||||
|
|
||||||
|
label {
|
||||||
|
font-size: 1em;
|
||||||
|
line-height: 2em; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #7aa2cb;
|
background-color: #7aa2cb;
|
||||||
width: 100%;
|
font-family: 'Karla'; }
|
||||||
height: 100%;
|
|
||||||
font-family: 'Roboto'; }
|
|
||||||
|
|
||||||
.flexcontainer {
|
.flexcontainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column; }
|
flex-direction: column; }
|
||||||
|
|
||||||
.first-page {
|
.intro-page {
|
||||||
background: linear-gradient(#070a15, #252b46);
|
background: linear-gradient(#070a15, #252b46);
|
||||||
/* Standard syntax */
|
/* Standard syntax */
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -73,7 +97,7 @@ body {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
flex-direction: column; }
|
flex-direction: column; }
|
||||||
|
|
||||||
.logo {
|
.intro-page-logo {
|
||||||
font-family: 'Montserrat', serif;
|
font-family: 'Montserrat', serif;
|
||||||
font-size: 15em;
|
font-size: 15em;
|
||||||
line-height: 0.8em;
|
line-height: 0.8em;
|
||||||
|
@ -81,7 +105,11 @@ body {
|
||||||
color: #E08E79;
|
color: #E08E79;
|
||||||
text-shadow: 0px 0px 0px #e9bd84, 1px 1px 0px #e9bd84, 2px 2px 0px #e9bd84, 3px 3px 0px #e9bd84, 4px 4px 0px #e9bd84, 5px 5px 0px #e9bd84, 6px 6px 0px #e9bd84, 7px 7px 0px #e9bd84, 8px 8px 0px #e9bd84, 9px 9px 0px #e9bd84, 10px 10px 0px #e9bd84, 11px 11px 0px #e9bd84, 12px 12px 0px #e9bd84, 13px 13px 0px #e9bd84, 14px 14px 0px #e9bd84, 15px 15px 0px #e9bd84, 16px 16px 0px #e9bd84, 17px 17px 0px #e9bd84, 18px 18px 0px #e9bd84, 19px 19px 0px #e9bd84, 20px 20px 0px #e9bd84, 21px 21px 0px #e9bd84, 22px 22px 0px #e9bd84, 23px 23px 0px #e9bd84, 24px 24px 0px #e9bd84, 25px 25px 0px #e9bd84, 26px 26px 0px #e9bd84, 27px 27px 0px #e9bd84, 28px 28px 0px #e9bd84, 29px 29px 0px #e9bd84, 30px 30px 0px #e9bd84; }
|
text-shadow: 0px 0px 0px #e9bd84, 1px 1px 0px #e9bd84, 2px 2px 0px #e9bd84, 3px 3px 0px #e9bd84, 4px 4px 0px #e9bd84, 5px 5px 0px #e9bd84, 6px 6px 0px #e9bd84, 7px 7px 0px #e9bd84, 8px 8px 0px #e9bd84, 9px 9px 0px #e9bd84, 10px 10px 0px #e9bd84, 11px 11px 0px #e9bd84, 12px 12px 0px #e9bd84, 13px 13px 0px #e9bd84, 14px 14px 0px #e9bd84, 15px 15px 0px #e9bd84, 16px 16px 0px #e9bd84, 17px 17px 0px #e9bd84, 18px 18px 0px #e9bd84, 19px 19px 0px #e9bd84, 20px 20px 0px #e9bd84, 21px 21px 0px #e9bd84, 22px 22px 0px #e9bd84, 23px 23px 0px #e9bd84, 24px 24px 0px #e9bd84, 25px 25px 0px #e9bd84, 26px 26px 0px #e9bd84, 27px 27px 0px #e9bd84, 28px 28px 0px #e9bd84, 29px 29px 0px #e9bd84, 30px 30px 0px #e9bd84; }
|
||||||
|
|
||||||
.welcome-text {
|
.fa-angle-double-down {
|
||||||
|
color: #424769;
|
||||||
|
margin-top: 50px; }
|
||||||
|
|
||||||
|
.intro-page-welcome-text {
|
||||||
font-family: 'Inconsolata', serif;
|
font-family: 'Inconsolata', serif;
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
@ -89,31 +117,84 @@ body {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.second-page {
|
.info-page {
|
||||||
background: linear-gradient(#F1D4AF, #ECE5CE);
|
background: linear-gradient(#F1D4AF, #eee9d9);
|
||||||
/* Standard syntax */
|
/* Standard syntax */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center; }
|
align-items: center;
|
||||||
|
height: 80vh; }
|
||||||
|
|
||||||
.second-page h1 {
|
.info-page h1 {
|
||||||
font-family: 'Inconsolata';
|
font-family: 'Rubik';
|
||||||
color: #774F38;
|
color: #dab199;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 3em;
|
||||||
|
text-transform: lowercase; }
|
||||||
|
|
||||||
|
.info-page-item {
|
||||||
|
padding: 50px;
|
||||||
|
font-family: "Karla"; }
|
||||||
|
|
||||||
|
.info-page-item p {
|
||||||
|
font-size: 0.9em;
|
||||||
|
line-height: 1.6em;
|
||||||
|
color: #8b6d5c;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
|
|
||||||
.item {
|
|
||||||
padding: 50px; }
|
|
||||||
|
|
||||||
.item p {
|
|
||||||
line-height: 1.4em;
|
|
||||||
text-align: justify; }
|
|
||||||
|
|
||||||
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
|
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
|
||||||
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
|
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
|
||||||
font-size: 10em; }
|
font-size: 10em; }
|
||||||
|
|
||||||
.item span {
|
.info-page-item span {
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
|
.footer-page {
|
||||||
|
background-color: #e2f2f0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
height: 20vh; }
|
||||||
|
|
||||||
|
.footer-page a {
|
||||||
|
color: black; }
|
||||||
|
|
||||||
|
.footer-page h1 {
|
||||||
|
font-family: 'Inconsolata';
|
||||||
|
font-size: 1.5em;
|
||||||
|
color: #E08E79;
|
||||||
|
letter-spacing: 3pt;
|
||||||
|
font-weight: lighter; }
|
||||||
|
|
||||||
|
.login-page {
|
||||||
|
background: linear-gradient(#070a15, #252b46);
|
||||||
|
/* Standard syntax */
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
/* align horizontal */
|
||||||
|
align-items: center;
|
||||||
|
/* align vertical */
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 40px; }
|
||||||
|
|
||||||
|
.login-page-logo {
|
||||||
|
font-family: 'Montserrat', serif;
|
||||||
|
font-size: 6em;
|
||||||
|
line-height: 0.9em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #E08E79;
|
||||||
|
text-shadow: 0px 0px 0px #e9bd84, 1px 1px 0px #e9bd84, 2px 2px 0px #e9bd84, 3px 3px 0px #e9bd84, 4px 4px 0px #e9bd84, 5px 5px 0px #e9bd84, 6px 6px 0px #e9bd84, 7px 7px 0px #e9bd84, 8px 8px 0px #e9bd84, 9px 9px 0px #e9bd84, 10px 10px 0px #e9bd84; }
|
||||||
|
|
||||||
|
.login-page-form {
|
||||||
|
background-color: #fff;
|
||||||
|
padding: 100px;
|
||||||
|
border-radius: 5px;
|
||||||
|
border-top: 0;
|
||||||
|
border-bottom: 3px solid #d2d5e7;
|
||||||
|
border-right: 3px solid #d2d5e7;
|
||||||
|
border-left: 0;
|
||||||
|
width: inherit; }
|
||||||
|
|
||||||
/*# sourceMappingURL=main.css.map */
|
/*# sourceMappingURL=main.css.map */
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"mappings": "AAAQ,0BAAe;AAEf,yBAAc;AAEd,6IAAqI;ACJ7I,SAAS;EACP,eAAe,EAAE,IAAI;EACrB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,QAAQ,EAAE,MAAM;;AAElB,YAAY;EACV,KAAK,EAAE,IAAI;;AAEb,cAAc;EACZ,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,OAAO;EACd,UAAU,EAAE,MAAM;EAClB,OAAO,EAAE,SAAS;EAClB,eAAe,EAAE,IAAI;EACrB,UAAU,EAAE,IAAI;EAChB,SAAS,EAAE,IAAI;EACf,gBAAgB,EAAE,IAAI;EACtB,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,GAAG;;AAEpB,oBAAoB;EAClB,gBAAgB,EAAE,IAAI;EACtB,eAAe,EAAE,IAAI;;AAEvB,iBAAiB;EACf,OAAO,EAAE,IAAI;;AAEf,oCAAmC;EACjC,8BAA8B;IAC5B,OAAO,EAAE,IAAI;;EACf,iBAAiB;IACf,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,YAAY;AAEzB,oCAAmC;EACjC,oBAAoB;IAClB,QAAQ,EAAE,QAAQ;;EAEpB,4BAA4B;IAC1B,QAAQ,EAAE,QAAQ;IAClB,KAAK,EAAE,CAAC;IACR,GAAG,EAAE,CAAC;;EAER,uBAAuB;IACrB,KAAK,EAAE,IAAI;IACX,OAAO,EAAE,MAAM;;EAEjB,yBAAyB;IACvB,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,IAAI;ADjCpB,IAAK;EACH,gBAAgB,EAAE,OAAO;EACzB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,WAAW,EAAE,QAAQ;;AAGvB,cAAe;EACb,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;;AAGxB,WAAY;EACV,UAAU,EAAE,iCAAiC;EAAE,qBAAqB;EACpE,OAAO,EAAE,IAAI;EACb,eAAe,EAAE,MAAM;EAAE,sBAAsB;EAC/C,WAAW,EAAE,MAAM;EAAE,oBAAoB;EACzC,MAAM,EAAE,KAAK;EACb,cAAc,EAAE,MAAM;;AAGxB,KAAM;EACJ,WAAW,EAAE,mBAAmB;EAChC,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,KAAK;EAClB,cAAc,EAAE,SAAS;EACzB,KAAK,EAAE,OAAO;EA7Bd,WAAW,EAFC,mrBAAmD;;AAmCjE,aAAc;EACZ,WAAW,EAAE,oBAAoB;EACjC,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,GAAG;EACd,WAAW,EAAE,KAAK;EAClB,cAAc,EAAE,SAAS;EACzB,KAAK,EAAE,IAAI;;AAGb,YAAa;EACX,UAAU,EAAE,iCAAiC;EAAE,qBAAqB;EACpE,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,GAAG;EACnB,eAAe,EAAE,MAAM;EACvB,WAAW,EAAE,MAAM;;AAGrB,eAAgB;EACd,WAAW,EAAE,aAAa;EAC1B,KAAK,EAAE,OAAO;EACd,UAAU,EAAE,MAAM;;AAGpB,KAAM;EACJ,OAAO,EAAE,IAAI;;AAGf,OAAQ;EACN,WAAW,EAAE,KAAK;EAClB,UAAU,EAAE,OAAO;;AAGrB;uDACwD;EACtD,SAAS,EAAE,IAAI;;AAGjB,UAAW;EACT,KAAK,EAAE,IAAI",
|
"mappings": "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",
|
||||||
"sources": ["main.scss","navigation.sass"],
|
"sources": ["main.scss","navigation.sass","forms.sass"],
|
||||||
"names": [],
|
"names": [],
|
||||||
"file": "main.css"
|
"file": "main.css"
|
||||||
}
|
}
|
|
@ -1,8 +1,11 @@
|
||||||
@import "normalize.css";
|
@import "normalize.css";
|
||||||
@import "navigation.sass";
|
|
||||||
@import "flaticon.css";
|
@import "flaticon.css";
|
||||||
|
@import "navigation.sass";
|
||||||
|
@import "forms.sass";
|
||||||
|
|
||||||
|
|
||||||
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Playfair+Display|Bree+Serif|Lato|Source+Sans+Pro|Montserrat|Inconsolata);
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Playfair+Display|Bree+Serif|Lato|Source+Sans+Pro|Montserrat|Inconsolata);
|
||||||
|
@import url(https://fonts.googleapis.com/css?family=Karla|Raleway|Bitter|Quicksand|Patua+One|Rubik|Cantarell);
|
||||||
|
|
||||||
@mixin long-shadow-text ($distance, $blur, $color) {
|
@mixin long-shadow-text ($distance, $blur, $color) {
|
||||||
$shadows: null;
|
$shadows: null;
|
||||||
|
@ -17,9 +20,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #7aa2cb;
|
background-color: #7aa2cb;
|
||||||
width: 100%;
|
font-family: 'Karla';
|
||||||
height: 100%;
|
|
||||||
font-family: 'Roboto';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexcontainer {
|
.flexcontainer {
|
||||||
|
@ -27,7 +28,8 @@ body {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-page {
|
// first section with logo and navigation
|
||||||
|
.intro-page {
|
||||||
background: linear-gradient(#070a15, #252b46); /* Standard syntax */
|
background: linear-gradient(#070a15, #252b46); /* Standard syntax */
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center; /* align horizontal */
|
justify-content: center; /* align horizontal */
|
||||||
|
@ -36,7 +38,7 @@ body {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.intro-page-logo {
|
||||||
font-family: 'Montserrat', serif;
|
font-family: 'Montserrat', serif;
|
||||||
font-size: 15em;
|
font-size: 15em;
|
||||||
line-height: 0.8em;
|
line-height: 0.8em;
|
||||||
|
@ -45,7 +47,12 @@ body {
|
||||||
@include long-shadow-text(30, 0, #F1D4AF);
|
@include long-shadow-text(30, 0, #F1D4AF);
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-text {
|
.fa-angle-double-down {
|
||||||
|
color: #424769;
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.intro-page-welcome-text {
|
||||||
font-family: 'Inconsolata', serif;
|
font-family: 'Inconsolata', serif;
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
@ -54,27 +61,35 @@ body {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.second-page {
|
// second section containing the information
|
||||||
background: linear-gradient(#F1D4AF, #ECE5CE); /* Standard syntax */
|
.info-page {
|
||||||
|
background: linear-gradient(#F1D4AF, #eee9d9); /* Standard syntax */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
height: 80vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.second-page h1 {
|
.info-page h1 {
|
||||||
font-family: 'Inconsolata';
|
font-family: 'Rubik';
|
||||||
color: #774F38;
|
color: #dab199;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 3em;
|
||||||
|
text-transform: lowercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.info-page-item {
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
|
font-family: 'Karla'
|
||||||
}
|
}
|
||||||
|
|
||||||
.item p {
|
.info-page-item p {
|
||||||
line-height: 1.4em;
|
font-size: 0.9em;
|
||||||
text-align: justify;
|
line-height: 1.6em;
|
||||||
|
color: #8b6d5c;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
|
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
|
||||||
|
@ -82,6 +97,57 @@ body {
|
||||||
font-size: 10em;
|
font-size: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item span {
|
.info-page-item span {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// third section containing the footer
|
||||||
|
.footer-page {
|
||||||
|
background-color: #e2f2f0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
height: 20vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-page a {
|
||||||
|
color: black
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-page h1 {
|
||||||
|
font-family: 'Inconsolata';
|
||||||
|
font-size: 1.5em;
|
||||||
|
color: #E08E79;
|
||||||
|
letter-spacing: 3pt;
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
|
||||||
|
// login page
|
||||||
|
.login-page {
|
||||||
|
background: linear-gradient(#070a15, #252b46); /* Standard syntax */
|
||||||
|
display: flex;
|
||||||
|
justify-content: center; /* align horizontal */
|
||||||
|
align-items: center; /* align vertical */
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-page-logo {
|
||||||
|
font-family: 'Montserrat', serif;
|
||||||
|
font-size: 6em;
|
||||||
|
line-height: 0.9em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #E08E79;
|
||||||
|
@include long-shadow-text(10, 0, #F1D4AF);}
|
||||||
|
|
||||||
|
.login-page-form {
|
||||||
|
background-color: #fff;
|
||||||
|
padding: 100px;
|
||||||
|
border-radius: 5px;
|
||||||
|
border-top: 0;
|
||||||
|
border-bottom: 3px solid #d2d5e7;
|
||||||
|
border-right: 3px solid #d2d5e7;
|
||||||
|
border-left: 0;
|
||||||
|
width: inherit;
|
||||||
|
}
|
||||||
|
|
|
@ -9,18 +9,16 @@ ul.topnav li {
|
||||||
|
|
||||||
ul.topnav li a {
|
ul.topnav li a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #182737;
|
|
||||||
text-align: center;
|
|
||||||
padding: 15px 26px;
|
padding: 15px 26px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: 0.3s;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin: 20px;
|
margin: 0 10px 0px 10px;
|
||||||
border-radius: 5px; }
|
border-radius: 5px;
|
||||||
|
color: #2f3472; }
|
||||||
|
|
||||||
ul.topnav li a:hover {
|
ul.topnav li a:hover {
|
||||||
background-color: #fff;
|
background-color: #dee2ea;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
|
|
||||||
ul.topnav li.icon {
|
ul.topnav li.icon {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"mappings": "AAAA,SAAS;EACP,eAAe,EAAE,IAAI;EACrB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,QAAQ,EAAE,MAAM;;AAElB,YAAY;EACV,KAAK,EAAE,IAAI;;AAEb,cAAc;EACZ,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,OAAO;EACd,UAAU,EAAE,MAAM;EAClB,OAAO,EAAE,SAAS;EAClB,eAAe,EAAE,IAAI;EACrB,UAAU,EAAE,IAAI;EAChB,SAAS,EAAE,IAAI;EACf,gBAAgB,EAAE,IAAI;EACtB,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,GAAG;;AAEpB,oBAAoB;EAClB,gBAAgB,EAAE,IAAI;EACtB,eAAe,EAAE,IAAI;;AAEvB,iBAAiB;EACf,OAAO,EAAE,IAAI;;AAEf,oCAAmC;EACjC,8BAA8B;IAC5B,OAAO,EAAE,IAAI;;EACf,iBAAiB;IACf,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,YAAY;AAEzB,oCAAmC;EACjC,oBAAoB;IAClB,QAAQ,EAAE,QAAQ;;EAEpB,4BAA4B;IAC1B,QAAQ,EAAE,QAAQ;IAClB,KAAK,EAAE,CAAC;IACR,GAAG,EAAE,CAAC;;EAER,uBAAuB;IACrB,KAAK,EAAE,IAAI;IACX,OAAO,EAAE,MAAM;;EAEjB,yBAAyB;IACvB,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,IAAI",
|
"mappings": "AAAA,SAAS;EACP,eAAe,EAAE,IAAI;EACrB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,QAAQ,EAAE,MAAM;;AAElB,YAAY;EACV,KAAK,EAAE,IAAI;;AAEb,cAAc;EACZ,OAAO,EAAE,YAAY;EACrB,OAAO,EAAE,SAAS;EAClB,eAAe,EAAE,IAAI;EACrB,SAAS,EAAE,IAAI;EACf,gBAAgB,EAAE,IAAI;EACtB,MAAM,EAAE,eAAe;EACvB,aAAa,EAAE,GAAG;EAClB,KAAK,EAAE,OAAO;;AAEhB,oBAAoB;EAClB,gBAAgB,EAAE,OAAO;EACzB,eAAe,EAAE,IAAI;;AAEvB,iBAAiB;EACf,OAAO,EAAE,IAAI;;AAEf,oCAAmC;EACjC,8BAA8B;IAC5B,OAAO,EAAE,IAAI;;EACf,iBAAiB;IACf,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,YAAY;AAEzB,oCAAmC;EACjC,oBAAoB;IAClB,QAAQ,EAAE,QAAQ;;EAEpB,4BAA4B;IAC1B,QAAQ,EAAE,QAAQ;IAClB,KAAK,EAAE,CAAC;IACR,GAAG,EAAE,CAAC;;EAER,uBAAuB;IACrB,KAAK,EAAE,IAAI;IACX,OAAO,EAAE,MAAM;;EAEjB,yBAAyB;IACvB,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,IAAI",
|
||||||
"sources": ["navigation.sass"],
|
"sources": ["navigation.sass"],
|
||||||
"names": [],
|
"names": [],
|
||||||
"file": "navigation.css"
|
"file": "navigation.css"
|
||||||
|
|
|
@ -9,18 +9,16 @@ ul.topnav li
|
||||||
|
|
||||||
ul.topnav li a
|
ul.topnav li a
|
||||||
display: inline-block
|
display: inline-block
|
||||||
color: #182737
|
|
||||||
text-align: center
|
|
||||||
padding: 15px 26px
|
padding: 15px 26px
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
transition: 0.3s
|
|
||||||
font-size: 15px
|
font-size: 15px
|
||||||
background-color: #fff
|
background-color: #fff
|
||||||
margin: 20px
|
margin: 0 10px 0px 10px
|
||||||
border-radius: 5px
|
border-radius: 5px
|
||||||
|
color: #2f3472
|
||||||
|
|
||||||
ul.topnav li a:hover
|
ul.topnav li a:hover
|
||||||
background-color: #fff
|
background-color: #dee2ea
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
ul.topnav li.icon
|
ul.topnav li.icon
|
||||||
|
|
|
@ -2,45 +2,38 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{{ title ?? "Zer.ooo - What is InfoSec?" }}</title>
|
<title>{{ title ?? "Zer.ooo - Security At Its Worst" }}</title>
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
{% block head %}
|
{% block head %}
|
||||||
<script src="/js/jquery.min.js"></script>
|
<script src="/js/jquery.min.js"></script>
|
||||||
<script src="/js/bootstrap.js"></script>
|
<script src="/js/bootstrap.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
<script>
|
||||||
|
$(function() {
|
||||||
|
$('a[href*="#"]:not([href="#"])').click(function() {
|
||||||
|
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
|
||||||
|
var target = $(this.hash);
|
||||||
|
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
|
||||||
|
if (target.length) {
|
||||||
|
$('html, body').animate({
|
||||||
|
scrollTop: target.offset().top
|
||||||
|
}, 1000);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="flexcontainer">
|
<div class="flexcontainer">
|
||||||
|
|
||||||
<div class="first-page">
|
|
||||||
<div class="logo">zer.ooo
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="welcome-text">what even is infosec?</div>
|
|
||||||
|
|
||||||
<ul class="topnav">
|
|
||||||
{% if user %}
|
|
||||||
<li><a href="/logout">Logout</a></li>
|
|
||||||
<li><a href="/panel">Control Panel</a></li>
|
|
||||||
{% else %}
|
|
||||||
<li><a href="/login">Login</a></li>
|
|
||||||
<li><a href="/login">Register</a></li>
|
|
||||||
{% endif %}
|
|
||||||
<li class="icon">
|
|
||||||
<a href="javascript:void(0);" onclick="myFunction()">☰</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<script>
|
|
||||||
function myFunction() {
|
|
||||||
document.getElementsByClassName("topnav")[0].classList.toggle("responsive");
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,30 +1,42 @@
|
||||||
{% extends "base.html.twig" %}
|
{% extends "base.html.twig" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="second-page">
|
<div class="intro-page">
|
||||||
|
<div class="intro-page-logo">zer.ooo</div>
|
||||||
|
<div class="intro-page-welcome-text">what even is infosec?</div>
|
||||||
|
<ul class="topnav">
|
||||||
|
{% if user %}
|
||||||
|
<li><a href="/logout">Logout</a></li>
|
||||||
|
<li><a href="/panel">Control Panel</a></li>
|
||||||
|
{% else %}
|
||||||
|
<li><a href="/login">Login</a></li>
|
||||||
|
<li><a href="/register">Register</a></li>
|
||||||
|
{% endif %}
|
||||||
|
</ul>
|
||||||
|
<a href="#info-page"><i class="fa fa-angle-double-down fa-5x" aria-hidden="true"></i></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="item">
|
<div class="info-page">
|
||||||
<center><span class="flaticon-locked-1"></span></center>
|
<a name="info-page"></a>
|
||||||
<h1>Insecure</h1>
|
<div class="info-page-item">
|
||||||
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="item">
|
|
||||||
<center><span class="flaticon-like"></span></center>
|
<center><span class="flaticon-like"></span></center>
|
||||||
<h1>Unreliable</h1>
|
<h1>Unreliable</h1>
|
||||||
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
|
<p>Don't complain if this goes down.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item">
|
<div class="info-page-item">
|
||||||
<center><span class="flaticon-garbage"></span></center>
|
<center><span class="flaticon-garbage"></span></center>
|
||||||
<h1>Incompetent</h1>
|
<h1>Incompetent</h1>
|
||||||
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
|
<p>I have no idea what I'm doing dog meme.jpg</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item">
|
<div class="info-page-item">
|
||||||
<center><span class="flaticon-view-1"></span></center>
|
<center><span class="flaticon-locked-1"></span></center>
|
||||||
<h1>Evasive</h1>
|
<h1>Insecure</h1>
|
||||||
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.</p>
|
<p>Don't rely on this VPN if your life depends on it.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="footer-page">
|
||||||
|
<h1>an eaterofcode production</h1>
|
||||||
|
<a href="/"><i class="fa fa-github fa-4x" aria-hidden="true"></i></a>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,36 +1,31 @@
|
||||||
{% extends "base.html.twig" %}
|
{% extends "base.html.twig" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
|
||||||
<div class="col-md-offset-3 col-md-6">
|
<div class="login-page">
|
||||||
<div class="row">
|
<div class="login-page-logo">Zer.ooo</div>
|
||||||
<h2>Login</h2>
|
<div class="intro-page-welcome-text">Login with an exisiting account</div>
|
||||||
</div>
|
<ul class="topnav">
|
||||||
{% if error %}
|
<li><a href="/">Home</a></li>
|
||||||
<div class="row">
|
</ul>
|
||||||
<div class="alert alert-warning" role="alert">
|
</div>
|
||||||
{{ error }}
|
|
||||||
</div>
|
<div class="info-page">
|
||||||
</div>
|
<div class="login-page-form">
|
||||||
{% endif %}
|
|
||||||
<div class="row">
|
{% if error %}
|
||||||
<form method="post" action="/login">
|
<div class="alert alert-warning" role="alert">
|
||||||
<div class="form-group">
|
{{ error }}
|
||||||
<label for="username">Username</label>
|
</div>
|
||||||
<input id="username" class="form-control" type="text" name="username">
|
{% endif %}
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
<form method="post" action="/login">
|
||||||
<label for="password">Password</label>
|
<input id="username" type="text" placeholder="Username" name="username">
|
||||||
<input id="password" class="form-control" type="password" name="password">
|
<br><br>
|
||||||
</div>
|
<input id="password" type="password" placeholder="Password" name="password">
|
||||||
<div class="form-group">
|
<br><br>
|
||||||
<span>
|
<p>Not yet registered, but have an invite? <a href="/register">Register here.</a></p>
|
||||||
Not registered yet, but have an invite? <a href="/register">register here.</a>
|
<button type="submit">Login</button>
|
||||||
</span>
|
</form>
|
||||||
<button type="submit" class="btn btn-primary pull-right">Login</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
|
@ -1,37 +1,27 @@
|
||||||
{% extends "base.html.twig" %}
|
{% extends "base.html.twig" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
|
||||||
<div class="col-md-offset-3 col-md-6">
|
<div class="login-page">
|
||||||
<div class="row">
|
<div class="login-page-logo">Zer.ooo Register</div>
|
||||||
<h2>Register</h2>
|
</div>
|
||||||
</div>
|
|
||||||
{% if error %}
|
<div class="info-page">
|
||||||
<div class="row">
|
<div class="login-page-form">
|
||||||
<div class="alert alert-warning" role="alert">
|
|
||||||
{{ error }}
|
{% if error %}
|
||||||
</div>
|
<div class="alert alert-warning" role="alert">
|
||||||
</div>
|
{{ error }}
|
||||||
{% endif %}
|
</div>
|
||||||
<div class="row">
|
{% endif %}
|
||||||
<form method="post" action="/register">
|
<form method="post" action="/register">
|
||||||
<div class="form-group">
|
<input id="invite" type="text" placeholder="Invitation code" name="invite">
|
||||||
<label for="invite">Invite</label>
|
<br><br>
|
||||||
<input id="invite" class="form-control" type="text" name="invite">
|
<input id="username" type="text" placeholder="Your username" name="username">
|
||||||
</div>
|
<br><br>
|
||||||
<div class="form-group">
|
<input id="password" type="password" placeholder="Password" name="password">
|
||||||
<label for="username">Username</label>
|
<br><br>
|
||||||
<input id="username" class="form-control" type="text" name="username">
|
<button type="submit">Register</button>
|
||||||
</div>
|
</form>
|
||||||
<div class="form-group">
|
|
||||||
<label for="password">Password</label>
|
|
||||||
<input id="password" class="form-control" type="password" name="password">
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<button type="submit" class="btn btn-primary pull-right">register</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in a new issue