mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 00:02:24 +00:00
Added logo and minor changes
This commit is contained in:
parent
164a7246bd
commit
89ac57d469
BIN
public/images/favicon-16x16.png
Normal file
BIN
public/images/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/favicon-32x32.png
Normal file
BIN
public/images/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
public/images/favicon-96x96.png
Normal file
BIN
public/images/favicon-96x96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
public/images/favicon.ico
Normal file
BIN
public/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
public/images/logo.png
Normal file
BIN
public/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
@ -19,14 +19,14 @@ body {
|
|||||||
color: #CC7A98; }
|
color: #CC7A98; }
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: "Gilroy"; }
|
font-family: "Gilroy", sans-serif; }
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: "Apercu Mono"; }
|
font-family: "Apercu Mono", monospace; }
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: "Apercu Mono"; }
|
font-family: "Apercu Mono", monospace; }
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #CDE7B0; }
|
color: #CDE7B0; }
|
||||||
@ -39,7 +39,7 @@ article {
|
|||||||
|
|
||||||
header nav a span {
|
header nav a span {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-family: 'Titling Gothic FB';
|
font-family: 'Titling Gothic FB', sans-serif;
|
||||||
color: #CC7A98; }
|
color: #CC7A98; }
|
||||||
|
|
||||||
header nav #navbarSupportedContent23 ul {
|
header nav #navbarSupportedContent23 ul {
|
||||||
@ -51,7 +51,7 @@ header nav #navbarSupportedContent23 ul {
|
|||||||
header nav #navbarSupportedContent23 ul li a span {
|
header nav #navbarSupportedContent23 ul li a span {
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
color: #002234;
|
color: #002234;
|
||||||
font-family: "Apercu Mono"; }
|
font-family: "Apercu Mono", monospace; }
|
||||||
header nav #navbarSupportedContent23 ul li:hover {
|
header nav #navbarSupportedContent23 ul li:hover {
|
||||||
background-color: #002234; }
|
background-color: #002234; }
|
||||||
header nav #navbarSupportedContent23 ul li:hover a span {
|
header nav #navbarSupportedContent23 ul li:hover a span {
|
||||||
@ -154,7 +154,7 @@ footer {
|
|||||||
background: #CC7A98; }
|
background: #CC7A98; }
|
||||||
|
|
||||||
.ham span:nth-child(1) {
|
.ham span:nth-child(1) {
|
||||||
top: 0px; }
|
top: 0; }
|
||||||
|
|
||||||
.ham span:nth-child(2), .ham span:nth-child(3) {
|
.ham span:nth-child(2), .ham span:nth-child(3) {
|
||||||
top: 10px; }
|
top: 10px; }
|
||||||
@ -179,9 +179,9 @@ footer {
|
|||||||
-o-transform: rotate(-45deg);
|
-o-transform: rotate(-45deg);
|
||||||
transform: rotate(-45deg); }
|
transform: rotate(-45deg); }
|
||||||
|
|
||||||
.ham.open span:nth-child(4) {
|
.ham.open span:nth-child(4)none {
|
||||||
top: 11px;
|
top: 11px;
|
||||||
width: 0%;
|
width: 0;
|
||||||
left: 50%; }
|
left: 50%; }
|
||||||
|
|
||||||
@media only screen and (max-width: 575px) {
|
@media only screen and (max-width: 575px) {
|
||||||
@ -195,11 +195,13 @@ footer {
|
|||||||
margin-top: 5vh !important; }
|
margin-top: 5vh !important; }
|
||||||
.ef {
|
.ef {
|
||||||
max-height: none !important;
|
max-height: none !important;
|
||||||
min-height: none !important; } }
|
min-height: 0 !important; }
|
||||||
|
.ff {
|
||||||
|
min-height: 82.8vh !important; } }
|
||||||
|
|
||||||
@media only screen and (max-height: 815px) {
|
@media only screen and (max-height: 815px) {
|
||||||
.ef {
|
.ef {
|
||||||
max-height: none !important;
|
max-height: none !important;
|
||||||
min-height: none !important; } }
|
min-height: 0 !important; } }
|
||||||
|
|
||||||
/*# sourceMappingURL=style.css.map */
|
/*# sourceMappingURL=style.css.map */
|
@ -23,14 +23,14 @@ body
|
|||||||
color: $pink
|
color: $pink
|
||||||
|
|
||||||
h1
|
h1
|
||||||
font-family: "Gilroy"
|
font-family: "Gilroy", sans-serif
|
||||||
|
|
||||||
h2
|
h2
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
font-family: "Apercu Mono"
|
font-family: "Apercu Mono", monospace
|
||||||
|
|
||||||
p
|
p
|
||||||
font-family: "Apercu Mono"
|
font-family: "Apercu Mono", monospace
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
color: $green
|
color: $green
|
||||||
@ -47,7 +47,7 @@ header
|
|||||||
a
|
a
|
||||||
span
|
span
|
||||||
font-size: 2rem
|
font-size: 2rem
|
||||||
font-family: 'Titling Gothic FB'
|
font-family: 'Titling Gothic FB', sans-serif
|
||||||
color: $pink
|
color: $pink
|
||||||
|
|
||||||
#navbarSupportedContent23
|
#navbarSupportedContent23
|
||||||
@ -61,7 +61,7 @@ header
|
|||||||
span
|
span
|
||||||
transition: 0.2s
|
transition: 0.2s
|
||||||
color: $black
|
color: $black
|
||||||
font-family: "Apercu Mono"
|
font-family: "Apercu Mono", monospace
|
||||||
|
|
||||||
li:hover
|
li:hover
|
||||||
background-color: $black
|
background-color: $black
|
||||||
@ -173,7 +173,7 @@ footer
|
|||||||
background: $pink
|
background: $pink
|
||||||
|
|
||||||
.ham span:nth-child(1)
|
.ham span:nth-child(1)
|
||||||
top: 0px
|
top: 0
|
||||||
|
|
||||||
.ham span:nth-child(2), .ham span:nth-child(3)
|
.ham span:nth-child(2), .ham span:nth-child(3)
|
||||||
top: 10px
|
top: 10px
|
||||||
@ -198,9 +198,9 @@ footer
|
|||||||
-o-transform: rotate(-45deg)
|
-o-transform: rotate(-45deg)
|
||||||
transform: rotate(-45deg)
|
transform: rotate(-45deg)
|
||||||
|
|
||||||
.ham.open span:nth-child(4)
|
.ham.open span:nth-child(4)none
|
||||||
top: 11px
|
top: 11px
|
||||||
width: 0%
|
width: 0
|
||||||
left: 50%
|
left: 50%
|
||||||
|
|
||||||
|
|
||||||
@ -215,10 +215,12 @@ footer
|
|||||||
margin-top: 5vh !important
|
margin-top: 5vh !important
|
||||||
.ef
|
.ef
|
||||||
max-height: none !important
|
max-height: none !important
|
||||||
min-height: none !important
|
min-height: 0 !important
|
||||||
|
.ff
|
||||||
|
min-height: 82.8vh !important
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-height: 815px)
|
@media only screen and (max-height: 815px)
|
||||||
.ef
|
.ef
|
||||||
max-height: none !important
|
max-height: none !important
|
||||||
min-height: none !important
|
min-height: 0 !important
|
||||||
|
@ -2,7 +2,7 @@ extends layout
|
|||||||
|
|
||||||
block nav-links
|
block nav-links
|
||||||
li.nav-item.active
|
li.nav-item.active
|
||||||
a.nav-link(href='#')
|
a.nav-link(href='/')
|
||||||
span Home
|
span Home
|
||||||
li.nav-item
|
li.nav-item
|
||||||
a.nav-link(href='#')
|
a.nav-link(href='#')
|
||||||
@ -21,5 +21,7 @@ block nav-links
|
|||||||
span Contact
|
span Contact
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.container
|
.container-fluid
|
||||||
p In development
|
.row
|
||||||
|
.col(style="padding-right: 10px;padding-left: 10px;")
|
||||||
|
p In development
|
@ -5,7 +5,7 @@ block nav-links
|
|||||||
a.nav-link(href='/')
|
a.nav-link(href='/')
|
||||||
span Home
|
span Home
|
||||||
li.nav-item
|
li.nav-item
|
||||||
a.nav-link(href='#')
|
a.nav-link(href='/about')
|
||||||
span About
|
span About
|
||||||
li.nav-item
|
li.nav-item
|
||||||
a.nav-link(href='#')
|
a.nav-link(href='#')
|
||||||
@ -21,7 +21,7 @@ block nav-links
|
|||||||
span Contact
|
span Contact
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.center-v-h.ef
|
.center-v-h.ef.ff
|
||||||
.error
|
.error
|
||||||
h1= message
|
h1= message
|
||||||
#error-code
|
#error-code
|
||||||
|
@ -5,7 +5,7 @@ block nav-links
|
|||||||
a.nav-link(href='#')
|
a.nav-link(href='#')
|
||||||
span Home
|
span Home
|
||||||
li.nav-item
|
li.nav-item
|
||||||
a.nav-link(href='#')
|
a.nav-link(href='/about')
|
||||||
span About
|
span About
|
||||||
li.nav-item
|
li.nav-item
|
||||||
a.nav-link(href='#')
|
a.nav-link(href='#')
|
||||||
|
@ -4,9 +4,13 @@ html
|
|||||||
meta(http-equiv="content-type" content="text/html; charset=UTF-8")
|
meta(http-equiv="content-type" content="text/html; charset=UTF-8")
|
||||||
meta(name="viewport" content="width=device-width, initial-scale=1")
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
||||||
|
|
||||||
title ESTR // #{title}
|
title ESTR. // #{title}
|
||||||
meta(name="description" content=description)
|
meta(name="description" content=description)
|
||||||
|
|
||||||
|
link(rel='icon' type='image/png' sizes='32x32' href='/images/favicon-32x32.png')
|
||||||
|
link(rel='icon' type='image/png' sizes='96x96' href='/images/favicon-96x96.png')
|
||||||
|
link(rel='icon' type='image/png' sizes='16x16' href='/images/favicon-16x16.png')
|
||||||
|
|
||||||
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
|
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
|
||||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||||
body
|
body
|
||||||
@ -37,7 +41,7 @@ html
|
|||||||
p © 2020 |
|
p © 2020 |
|
||||||
|
|
|
|
||||||
|
|
|
|
||||||
a(href="/") ESTR//
|
a(href="/") ESTR.
|
||||||
|
|
||||||
script(src="/javascript/jquery-3.5.1.min.js")
|
script(src="/javascript/jquery-3.5.1.min.js")
|
||||||
script(src="/javascript/bootstrap.js")
|
script(src="/javascript/bootstrap.js")
|
||||||
|
Loading…
Reference in New Issue
Block a user