diff --git a/css/style.css b/css/style.css index 34ee076..7027e37 100755 --- a/css/style.css +++ b/css/style.css @@ -166,7 +166,7 @@ body { color: white; } #mast a { color: white; - font-style: italic; } + font-style: inherit; } #mast a:hover { color: #ed1a76; } #mast .sub { @@ -179,8 +179,12 @@ body { transition-duration: .2s; color: #91EFFF; } +#spaceTakerUpper { + height: 100vh; + background: #202020; } + .small { - background: black; } + background: #202020; } .small .hideable { display: none; opacity: 0; } @@ -206,7 +210,7 @@ body { background: white; } .nojs #mast { - background: black; } + background: #202020; } /* * standalone elements @@ -220,10 +224,10 @@ body { .slide div .project { width: 390px; padding: 0 0 1em 0; - border: 1px solid #aaa; + border: 1px solid #eee; border-radius: 5px; overflow: hidden; - box-shadow: 1px 1px 4px #888; + box-shadow: 1px 1px 3px #ddd; background: white; } .slide div .project .cover { height: 15em; @@ -242,8 +246,8 @@ body { .slide div .project .details .tag { float: left; padding: 0 .3em 0 .3em; - background: #eee; - border: 1px solid #ccc; + background: #f3f3f3; + border: 1px solid #ddd; margin: .2em; border-radius: 5px; } .slide div .project .details .cat { diff --git a/index.html b/index.html index fc26722..2656bfc 100755 --- a/index.html +++ b/index.html @@ -17,13 +17,7 @@ - - + @@ -66,11 +60,10 @@

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" - but I didn't really get into the technical stuff until middle school, where I had to learn about networking and - bash to run a minecraft server. Today, I do most of my "real" work in JavaScript (both on the client with VueJS - and the server with Node + Express), but I've been experimenting with Unity and keeping up with my Minecraft - habit. +

I'm a computer science student with experience in photography, digital and print graphic design, teaching, and leading. + I've been "into computers" my whole life, but I didn't really get into the technical stuff until middle school, + where I had to learn about networking and bash to run a minecraft server. Today, I do most of my work in JavaScript, + but in my free time I experiment with VR and game design.