Added logo and minor changes

This commit is contained in:
Esther
2020-06-23 19:18:30 +01:00
parent 164a7246bd
commit 89ac57d469
11 changed files with 38 additions and 28 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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='#')

View File

@@ -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")