From f7488a1da2f8c4f4d45011c629fce64d1166b9e9 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Thu, 14 Feb 2019 15:48:48 +0000 Subject: [PATCH] CSS Updates and Added Blog --- contact.html | 9 +++-- css/style.css | 8 +++-- dashboard.html | 50 +++++++++++++++++++++++++- index.html | 18 ++++++---- js/script.js | 72 ++++++++++++++++++++++++++++++++++++++ libraries/index.html | 37 ++++++++++++-------- libraries/nosgraphics.html | 38 +++++++++++--------- programs.html | 3 ++ projects.html | 3 ++ unauthorized.html | 3 ++ 10 files changed, 197 insertions(+), 44 deletions(-) diff --git a/contact.html b/contact.html index fe1b95a..e941aae 100644 --- a/contact.html +++ b/contact.html @@ -8,7 +8,6 @@ -
@@ -23,14 +22,18 @@
-

Contact

- You can contact me through one of two means


+ You can contact me through one of three means


1. Email
You can email me at gaminglax18@gmail.com where it will then be transfered to my actual email (What, you didnt think I would give away my actual email THAT easily :P)
2. Cemetech PM
Dont be afraid to send me a PM if you need anything. Just click here to send one. +
3. Discord
+ +
+
+ © 2019 Nicholas Pease (LAX18)
diff --git a/css/style.css b/css/style.css index 65a7fc8..ee8a4be 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,9 @@ -@import url("https://fonts.googleapis.com/css?family=Russo+One"); +@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow'); @import url("https://fonts.googleapis.com/css?family=Ubuntu"); @import url('https://fonts.googleapis.com/css?family=Staatliches'); -#titles {font-family: 'Staatliches', cursive;font-size: 18pt;} -#subtitles {font-family: 'Ubuntu', sans-serif;} +@import url('https://fonts.googleapis.com/css?family=Exo'); +#titles {font-family: 'Exo', sans-serif;font-size: 18pt;} +#subtitles {font-family: 'Archivo Narrow', sans-serif;} #logofont {font-family: 'Staatliches', cursive;} #nav {border-style: solid;border-color: black;} #contact-body {font-size: 15;} @@ -22,6 +23,7 @@ li.nav-bar-li:hover{background-color: black;color: white;} li.nav-bar-li:hover a{background-color: black;color: white;} body {background-color: white;color: black;font-family: 'Ubuntu', sans-serif;} table tr.separator { height: 30px; } +separator {height: 30px;} .active {color: green;} .inactive {color: orange;} .canceled {color: red;} diff --git a/dashboard.html b/dashboard.html index d98d91f..a4f9d2c 100644 --- a/dashboard.html +++ b/dashboard.html @@ -12,9 +12,12 @@ - +