Added fonts to text and changed some smaller stuff

pull/1/head
Esther 2020-06-21 00:13:11 +01:00
parent a8e5cf3015
commit b28918e903
No known key found for this signature in database
GPG Key ID: 162A307C5EBD40EA
5 changed files with 53 additions and 18 deletions

6
.idea/discord.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DiscordProjectSettings">
<option name="show" value="PROJECT_FILES" />
</component>
</project>

View File

@ -43,23 +43,36 @@ header nav a span {
font-size: 3.2vh; font-size: 3.2vh;
font-family: 'Grifter'; } font-family: 'Grifter'; }
header nav #navbarSupportedContent23 ul { header nav #navbarSupportedContent23 ul li {
background-color: #CC7A98; } background-color: #CC7A98;
header nav #navbarSupportedContent23 ul li { text-align: center; }
text-align: center; } header nav #navbarSupportedContent23 ul li a {
header nav #navbarSupportedContent23 ul li a { color: #002234; }
color: #002234; }
header nav #navbarSupportedContent23 ul .active {
background-color: #002234; }
header nav #navbarSupportedContent23 ul .active a {
color: #CC7A98; }
main { main {
padding: 0.5rem; } padding: 0.5rem; }
main h1 span { main h1 {
text-decoration: underline #CC7A98; } padding-bottom: 1rem;
font-size: 50pt; }
main h1 span {
text-decoration: underline #CC7A98;
text-decoration-style: wavy; }
main p { main p {
font-size: 30pt;
margin-bottom: 5px; } margin-bottom: 5px; }
footer { footer {
text-align: center; text-align: center;
font-size: 1rem;
padding-bottom: 0.5rem; } padding-bottom: 0.5rem; }
footer a {
color: #CC7A98;
text-decoration: underline #CC7A98; }
.ham { .ham {
width: 30px; width: 30px;

View File

@ -51,24 +51,36 @@ header
#navbarSupportedContent23 #navbarSupportedContent23
ul ul
background-color: $pink
li li
background-color: $pink
text-align: center text-align: center
a a
color: $black color: $black
.active
background-color: $black
a
color: $pink
main main
padding: 0.5rem padding: 0.5rem
h1 h1
padding-bottom: 1rem
font-size: 50pt
span span
text-decoration: underline $pink text-decoration: underline $pink
text-decoration-style: wavy
p p
font-size: 30pt
margin-bottom: 5px margin-bottom: 5px
footer footer
text-align: center text-align: center
font-size: 1rem
padding-bottom: 0.5rem padding-bottom: 0.5rem
a
color: $pink
text-decoration: underline $pink
// Nav stuff // Nav stuff

View File

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

View File

@ -1,6 +1,8 @@
doctype html doctype html
html html
head head
meta(http-equiv="content-type" content="text/html; charset=UTF-8")
meta(name="viewport" content="width=device-width, initial-scale=1")
title= title title= title
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')