Added fonts to text and changed some smaller stuff

This commit is contained in:
Esther
2020-06-21 00:13:11 +01:00
parent a8e5cf3015
commit b28918e903
5 changed files with 53 additions and 18 deletions

View File

@@ -39,18 +39,20 @@ block content
// left hand text
.home-content
.left
h1
| Hello,
br
| I'm
|
span Esther
p I'm a Programmer & Designer from the UK.
p I like to make stuff.
.title-content-box
h1
| Hello,
br
| I'm
|
span Esther
p I'm a Programmer & Designer from the UK.
p I like to make stuff.
.right
.pink-box
//icons
footer
p piss
p © 2020 |
a(href="#") ESTR//

View File

@@ -1,6 +1,8 @@
doctype html
html
head
meta(http-equiv="content-type" content="text/html; charset=UTF-8")
meta(name="viewport" content="width=device-width, initial-scale=1")
title= title
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
link(rel='stylesheet', href='/stylesheets/style.css')