mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-02 19:46:52 +01:00
Added logo and minor changes
This commit is contained in:
@@ -2,7 +2,7 @@ extends layout
|
||||
|
||||
block nav-links
|
||||
li.nav-item.active
|
||||
a.nav-link(href='#')
|
||||
a.nav-link(href='/')
|
||||
span Home
|
||||
li.nav-item
|
||||
a.nav-link(href='#')
|
||||
@@ -21,5 +21,7 @@ block nav-links
|
||||
span Contact
|
||||
|
||||
block content
|
||||
.container
|
||||
p In development
|
||||
.container-fluid
|
||||
.row
|
||||
.col(style="padding-right: 10px;padding-left: 10px;")
|
||||
p In development
|
@@ -5,7 +5,7 @@ block nav-links
|
||||
a.nav-link(href='/')
|
||||
span Home
|
||||
li.nav-item
|
||||
a.nav-link(href='#')
|
||||
a.nav-link(href='/about')
|
||||
span About
|
||||
li.nav-item
|
||||
a.nav-link(href='#')
|
||||
@@ -21,7 +21,7 @@ block nav-links
|
||||
span Contact
|
||||
|
||||
block content
|
||||
.center-v-h.ef
|
||||
.center-v-h.ef.ff
|
||||
.error
|
||||
h1= message
|
||||
#error-code
|
||||
|
@@ -5,7 +5,7 @@ block nav-links
|
||||
a.nav-link(href='#')
|
||||
span Home
|
||||
li.nav-item
|
||||
a.nav-link(href='#')
|
||||
a.nav-link(href='/about')
|
||||
span About
|
||||
li.nav-item
|
||||
a.nav-link(href='#')
|
||||
|
@@ -4,9 +4,13 @@ html
|
||||
meta(http-equiv="content-type" content="text/html; charset=UTF-8")
|
||||
meta(name="viewport" content="width=device-width, initial-scale=1")
|
||||
|
||||
title ESTR // #{title}
|
||||
title ESTR. // #{title}
|
||||
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/style.css')
|
||||
body
|
||||
@@ -37,7 +41,7 @@ html
|
||||
p © 2020 |
|
||||
|
|
||||
|
|
||||
a(href="/") ESTR//
|
||||
a(href="/") ESTR.
|
||||
|
||||
script(src="/javascript/jquery-3.5.1.min.js")
|
||||
script(src="/javascript/bootstrap.js")
|
||||
|
Reference in New Issue
Block a user