mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-02 03:26:51 +01:00
Added fonts to text and changed some smaller stuff
This commit is contained in:
@@ -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//
|
||||
|
||||
|
@@ -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')
|
||||
|
Reference in New Issue
Block a user