Fixed some syling issues, minor edits, added missing black logo

This commit is contained in:
Ethan N. Paul 2018-02-03 19:07:47 -05:00
parent 4a3460232f
commit b3b11d886c
3 changed files with 20 additions and 20 deletions

View File

@ -851,55 +851,55 @@ body.mobile-nav-active #mobile-nav-toggle {
# Custom hexagon buttons
--------------------------------------------------------------*/
.hb-instagram, .hb-instagram:after, .hb-instagram:before {
background:#8a3ab9;
border-color:#8a3ab9;
background:#cd486b;
border-color:#cd486b;
color:#fff
}
.hb-instagram-inv, .hb-instagram-inv:after, .hb-instagram-inv:before, .hb-instagram:hover, .hb-instagram:hover:after, .hb-instagram:hover:before {
background:0 0;
border-color:#8a3ab9;
color:#8a3ab9
border-color:#cd486b;
color:#cd486b;
}
.hb-instagram-inv:hover, .hb-instagram-inv:hover:after, .hb-instagram-inv:hover:before {
background:#8a3ab9;
border-color:#8a3ab9;
background:#cd486b;
border-color:#cd486b;
color:#fff;
}
.hb-email, .hb-email:after, .hb-email:before {
background:#0c514e;
border-color:#0c514e;
background:#A93125;
border-color:#A93125;
color:#fff;
}
.hb-email-inv, .hb-email-inv:after, .hb-email-inv:before, .hb-email:hover, .hb-email:hover:after, .hb-email:hover:before {
background:0 0;
border-color:#0c514e;
color:#0c514e;
border-color:#A93125;
color:#A93125;
}
.hb-email-inv:hover, .hb-email-inv:hover:after, .hb-email-inv:hover:before {
background:#0c514e;
border-color:#0c514e;
background:#A93125;
border-color:#A93125;
color:#fff
}
.hb-resume, .hb-resume:after, .hb-resume:before {
background:#500b25;
border-color:#500b25;
background:#003777;
border-color:#003777;
color:#fff;
}
.hb-resume-inv, .hb-resume-inv:after, .hb-resume-inv:before, .hb-resume:hover, .hb-resume:hover:after, .hb-resume:hover:before {
background:0 0;
border-color:#500b25;
color:#500b25;
border-color:#003777;
color:#003777;
}
.hb-resume-inv:hover, .hb-resume-inv:hover:after, .hb-resume-inv:hover:before {
background:#500b25;
border-color:#500b25;
background:#003777;
border-color:#003777;
color:#fff;
}

BIN
img/e-b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -133,12 +133,12 @@
<div class="section-title-divider"></div>
<p class="section-description">Send me an email at <a href="mailto:enpaul@enpaul.net">enpaul@enpaul.net</a> or feel free to <a href="https://download.enpaul.net/enpaul-resume.pdf" target="_blank">download my résumé</a>.</p>
<ul class="list-inline">
<li><a href="mailto:enpaul@enpaul.net"><span class="hb hb-sm hb-email" title="EMail enpaul@enpaul.net"><i class="fa fa-envelope"></i></span></a></li>
<li><a target="_blank" href="https://download.enpaul.net/enpaul-resume.pdf"><span class="hb hb-sm hb-resume" title="Download Resume"><i class="fa fa-file-text"></i></span></a></li>
<li><a href="mailto:enpaul@enpaul.net"><span class="hb hb-sm hb-email" title="EMail enpaul@enpaul.net"><i class="fa fa-envelope"></i></span></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-sm hb-linkedin" title="LinkedIn ENPaul"><i class="fa fa-linkedin"></i></span></a></li>
<li><a target="_blank" href="https://plus.google.com/+EthanPaul42"><span class="hb hb-sm hb-google-plus" title="Google+ EthanPaul42"><i class="fa fa-google-plus"></i></span></a></li>
<li><a target="_blank" href="https://www.instagram.com/theenpaul"><span class="hb hb-sm hb-instagram" title="Instagram @theENPaul"><i class="fa fa-instagram"></i></span></a></li>
<li><a target="_blank" href="https://twitter.com/theenpaul"><span class="hb hb-sm hb-twitter" title="Twitter @theENPaul"><i class="fa fa-twitter"></i></span></a></li>
<li><a target="_blank" href="https://www.instagram.com/theenpaul"><span class="hb hb-sm hb-instagram" title="Instagram @theENPaul"><i class="fa fa-instagram"></i></span></a></li>
</ul>
</div>
</div>