Style updates, simplify tagline
This commit is contained in:
parent
74774533f9
commit
a0c1fe0fa1
@ -177,8 +177,8 @@ body {
|
|||||||
#mast h2 {
|
#mast h2 {
|
||||||
transition-property: size;
|
transition-property: size;
|
||||||
transition-duration: .2s;
|
transition-duration: .2s;
|
||||||
text-shadow: 1px 2px #ED1277;
|
text-shadow: 1px 2px #19DEFF;
|
||||||
color: #19DEFF; }
|
color: #FFFFFF; }
|
||||||
|
|
||||||
.small {
|
.small {
|
||||||
background: black; }
|
background: black; }
|
||||||
|
@ -34,7 +34,9 @@
|
|||||||
<h1 style="display:none;">Chuck Dries</h1>
|
<h1 style="display:none;">Chuck Dries</h1>
|
||||||
<img src="images/cd.png" alt="Chuck Dries">
|
<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 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 • VR • Photography • Design-->
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
<a href="#about">About Me</a> /
|
<a href="#about">About Me</a> /
|
||||||
<a href="#skills">Skills</a> /
|
<a href="#skills">Skills</a> /
|
||||||
|
@ -70,8 +70,8 @@ body {
|
|||||||
h2 {
|
h2 {
|
||||||
transition-property: size;
|
transition-property: size;
|
||||||
transition-duration: .2s;
|
transition-duration: .2s;
|
||||||
text-shadow: 1px 2px #ED1277; // text-shadow: 1px 1px 1px #000, 3px 3px 5px blue;
|
text-shadow: 1px 2px #19DEFF; // text-shadow: 1px 1px 1px #000, 3px 3px 5px blue;
|
||||||
color: #19DEFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user