Add resume link in social buttons
This commit is contained in:
parent
09916964a9
commit
f3d6897b02
@ -124,6 +124,7 @@
|
||||
<li><a rel="external" title="in/enpaul" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a rel="external" title="github/enpaul" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github"><i class="fab fa-github"></i></span></a></li>
|
||||
<li><a rel="external" title="me@enp.one" href="mailto:me@enp.one"><span class="hb hb-xs hb-email"><i class="fas fa-envelope"></i></span></a></li>
|
||||
<li><a rel="external" title="Resume" href="https://cdn.enp.one/resume.pdf"><span class="hb hb-xs hb-resume"><i class="fas fa-file-alt"></i></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -933,20 +933,20 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
}
|
||||
|
||||
.hb-resume, .hb-resume:after, .hb-resume:before {
|
||||
background:#c44b2d;
|
||||
border-color:#c44b2d;
|
||||
background:#008080;
|
||||
border-color:#008080;
|
||||
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:#003777;
|
||||
color:#003777;
|
||||
border-color:#008080;
|
||||
color:#008080;
|
||||
}
|
||||
|
||||
.hb-resume-inv:hover, .hb-resume-inv:hover:after, .hb-resume-inv:hover:before {
|
||||
background:#003777;
|
||||
border-color:#003777;
|
||||
background:#008080;
|
||||
border-color:#008080;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,7 @@
|
||||
<li><a rel="external" title="in/enpaul" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a rel="external" title="github/enpaul" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github"><i class="fab fa-github"></i></span></a></li>
|
||||
<li><a rel="external" title="me@enp.one" href="mailto:me@enp.one"><span class="hb hb-xs hb-email"><i class="fas fa-envelope"></i></span></a></li>
|
||||
<li><a rel="external" title="Resume" href="https://cdn.enp.one/resume.pdf"><span class="hb hb-xs hb-resume"><i class="fas fa-file-alt"></i></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -157,6 +157,7 @@
|
||||
<li><a rel="external" title="in/enpaul" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a rel="external" title="github/enpaul" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github"><i class="fab fa-github"></i></span></a></li>
|
||||
<li><a rel="external" title="me@enp.one" href="mailto:me@enp.one"><span class="hb hb-xs hb-email"><i class="fas fa-envelope"></i></span></a></li>
|
||||
<li><a rel="external" title="Resume" href="https://cdn.enp.one/resume.pdf"><span class="hb hb-xs hb-resume"><i class="fas fa-file-alt"></i></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
|
Loading…
Reference in New Issue
Block a user