Style updates, simplify tagline

This commit is contained in:
Chuck Dries 2017-08-08 01:57:06 -07:00
parent 74774533f9
commit a0c1fe0fa1
3 changed files with 7 additions and 5 deletions

View File

@ -177,8 +177,8 @@ body {
#mast h2 {
transition-property: size;
transition-duration: .2s;
text-shadow: 1px 2px #ED1277;
color: #19DEFF; }
text-shadow: 1px 2px #19DEFF;
color: #FFFFFF; }
.small {
background: black; }

View File

@ -34,7 +34,9 @@
<h1 style="display:none;">Chuck Dries</h1>
<img src="images/cd.png" alt="Chuck Dries">
<!--<h2 id="tagline"><a href="#tech" onclick="smoothScroll('tech'); return false;">Tech</a> / <a href="#design">Design</a> / <a href="#photography">Photography</a> / <a href="#leadership">Leadership</a></h2>-->
<h2 class="tagline">Programmer / Student / Friendly dude / JavaScript / VR / Photography / Design </h2>
<h2 class="tagline">Programmer / Student / Friendly dude
<!--// JavaScript &bull; VR &bull; Photography &bull; Design-->
</h2>
<p>
<a href="#about">About Me</a> /
<a href="#skills">Skills</a> /

View File

@ -70,8 +70,8 @@ body {
h2 {
transition-property: size;
transition-duration: .2s;
text-shadow: 1px 2px #ED1277; // text-shadow: 1px 1px 1px #000, 3px 3px 5px blue;
color: #19DEFF;
text-shadow: 1px 2px #19DEFF; // text-shadow: 1px 1px 1px #000, 3px 3px 5px blue;
color: #FFFFFF;
}
}