diff --git a/index.html b/index.html
index a61e544..460be21 100755
--- a/index.html
+++ b/index.html
@@ -34,12 +34,17 @@
Digital Developer, The State Press
Computer Science Student, Arizona State University
chuck@chuckdries.com / 602.618.0414
-
+
Links:
Github /
Devpost /
LinkedIn /
@@ -56,6 +61,7 @@
+
About Me Why I rock 🎶
A brief history of Chuck & tech
I'm mostly terrible at writing copy, but I think I'm a pretty good programmer. I've always been "into computers"
@@ -76,6 +82,7 @@
a setup that causes me unending headaches but is actually a lot of fun to tinker with when I'm not busy with school. I'm a proud Eagle scout. I like to toot my own horn. I once got so frustrated manually retyping text between command line
systems that I built a cloud copy paste tool just for myself.
-->
+
Skills
@@ -137,6 +144,7 @@
+
Projects & Experience
@@ -225,15 +233,15 @@
var topDiv = document.getElementById("top");
var mast = document.getElementById("mast");
var hcalc = windowHeight - ypos;
- var topHeight = 100;
- if (hcalc > 100) {
+ var topheight;
+ if (hcalc > 130) {
topHeight = hcalc;
} else {
- topHeight = 100;
+ topHeight = 130;
}
// var mastHeight = mast.clientHeight;
// var halfHeight = Math.floor((topHeight / 2) - (mastHeight / 2));
- if (topHeight < 315) {
+ if (topHeight < 335) {
topDiv.className = "small";
} else {
topDiv.className = "large";
diff --git a/sass/style.scss b/sass/style.scss
index b6ab9e2..d2122f7 100755
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -86,7 +86,7 @@ body {
max-width: 200px;
}
h2 {
- font-size: 1em;
+ font-size: 1.3em;
}
}