Compare commits
5 Commits
6aca8a7b14
...
f25175cb9e
Author | SHA1 | Date | |
---|---|---|---|
f25175cb9e | |||
72dc72e954 | |||
75c1608de2 | |||
b6362af2d2 | |||
afe6a70b37 |
@ -162,13 +162,13 @@
|
||||
<div class="col-md-12">
|
||||
<h3 class="section-title">Contact Me</h3>
|
||||
<div class="section-title-divider"></div>
|
||||
<p class="section-description">Send me an email at <a href="mailto:ethan.paul@enp.one">ethan.paul@enp.one</a> or feel free to reach out!</p>
|
||||
<p class="section-description">Send <a href="mailto:me@enp.one">me@enp.one</a> an email or feel free to reach out some other way!</p>
|
||||
<ul class="list-inline">
|
||||
<li><a href="mailto:e@enp.one"><span class="hb hb-xs hb-email" title="Email e at enp.one"><i class="fas fa-envelope"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn E.N.Paul"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://cdn.enp.one/resources/enpaul-resume.pdf"><span class="hb hb-xs hb-resume" title="Download Resume"><i class="fas fa-file-signature"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://twitter.com/theenpaul"><span class="hb hb-xs hb-twitter" title="Twitter @theENPaul"><i class="fab fa-twitter"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.instagram.com/allaroundhere/"><span class="hb hb-xs hb-instagram" title="Instagram @allAroundHere"><i class="fab fa-instagram"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn in/enpaul"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github" title="Github /enpaul"><i class="fab fa-github"></i></span></a></li>
|
||||
<li><a href="mailto:me@enp.one"><span class="hb hb-xs hb-email" title="Email me@enp.one"><i class="fas fa-envelope"></i></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1 +0,0 @@
|
||||
The scss source files are available in the pro version.
|
@ -691,6 +691,9 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
display: block;
|
||||
color: #000;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
transition: opacity 0.3s, -webkit-transform 0.3s;
|
||||
transition: transform 0.3s, opacity 0.3s;
|
||||
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
||||
@ -908,20 +911,20 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
}
|
||||
|
||||
.hb-email, .hb-email:after, .hb-email:before {
|
||||
background:#A93125;
|
||||
border-color:#A93125;
|
||||
background:#00af8c;
|
||||
border-color:#00af8c;
|
||||
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:#A93125;
|
||||
color:#A93125;
|
||||
border-color:#00af8c;
|
||||
color:#00af8c;
|
||||
}
|
||||
|
||||
.hb-email-inv:hover, .hb-email-inv:hover:after, .hb-email-inv:hover:before {
|
||||
background:#A93125;
|
||||
border-color:#A93125;
|
||||
background:#00af8c;
|
||||
border-color:#00af8c;
|
||||
color:#fff
|
||||
}
|
||||
|
||||
|
@ -184,11 +184,11 @@
|
||||
<div class="col-md-12">
|
||||
<div class="copyright">
|
||||
<ul class="list-inline">
|
||||
<li><a href="mailto:e@enp.one"><span class="hb hb-xs hb-email" title="Email e at enp.one"><i class="fas fa-envelope"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn E.N.Paul"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://cdn.enp.one/resources/enpaul-resume.pdf"><span class="hb hb-xs hb-resume" title="Download Resume"><i class="fas fa-file-signature"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://twitter.com/theenpaul"><span class="hb hb-xs hb-twitter" title="Twitter @theENPaul"><i class="fab fa-twitter"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.instagram.com/allaroundhere/"><span class="hb hb-xs hb-instagram" title="Instagram @allAroundHere"><i class="fab fa-instagram"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn in/enpaul"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github" title="Github /enpaul"><i class="fab fa-github"></i></span></a></li>
|
||||
<li><a href="mailto:me@enp.one"><span class="hb hb-xs hb-email" title="Email me@enp.one"><i class="fas fa-envelope"></i></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
|
@ -77,11 +77,11 @@
|
||||
|
||||
<div id="contact-menu">
|
||||
<ul class="list-inline">
|
||||
<li><a href="mailto:e@enp.one"><span class="hb hb-xs hb-email" title="Email e at enp.one"><i class="fas fa-envelope"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn E.N.Paul"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://cdn.enp.one/resources/enpaul-resume.pdf"><span class="hb hb-xs hb-resume" title="Download Resume"><i class="fas fa-file-signature"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://twitter.com/theenpaul"><span class="hb hb-xs hb-twitter" title="Twitter @theENPaul"><i class="fab fa-twitter"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.instagram.com/allaroundhere/"><span class="hb hb-xs hb-instagram" title="Instagram @allAroundHere"><i class="fab fa-instagram"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn in/enpaul"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github" title="Github /enpaul"><i class="fab fa-github"></i></span></a></li>
|
||||
<li><a href="mailto:me@enp.one"><span class="hb hb-xs hb-email" title="Email me@enp.one"><i class="fas fa-envelope"></i></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -90,7 +90,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4" id="project-section-travel">
|
||||
<a class="project-item" style="background-image: url(https://cdn.enp.one/img/projects/road.jpg);" href="https://www.instagram.com/allaroundhere/">
|
||||
<a class="project-item" target="_blank" style="background-image: url(https://cdn.enp.one/img/projects/road.jpg);" href="https://www.instagram.com/allaroundhere/">
|
||||
<div class="details">
|
||||
<h4>Travel</h4>
|
||||
<span>
|
||||
@ -103,23 +103,24 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-4" id="project-section-car">
|
||||
<a class="project-item" style="background-image: url(https://cdn.enp.one/img/projects/car.jpg);" href="#">
|
||||
<a class="project-item" target="_blank" style="background-image: url(https://cdn.enp.one/img/projects/car.jpg);" href="https://docs.google.com/spreadsheets/d/14ZC20aHF-6yHLYNuSOK6SxTea97waBI7H6ZMHvocDz4/edit?usp=sharing">
|
||||
<div class="details">
|
||||
<h4>Car Work</h4>
|
||||
<h4>Vehicle</h4>
|
||||
<span>
|
||||
A Toyota 4Runner will run forever...if you take good care of it
|
||||
(which I'm trying to do!)
|
||||
The goal is half a million miles! A Toyota 4Runner will run forever...if you take
|
||||
good care of it (which I'm trying to do!)
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4" id="project-section-code">
|
||||
<a class="project-item" style="background-image: url(https://cdn.enp.one/img/projects/programming.jpg);" href="https://github.com/enpaul/">
|
||||
<a class="project-item" target="_blank" style="background-image: url(https://cdn.enp.one/img/projects/programming.jpg);" href="https://github.com/enpaul/">
|
||||
<div class="details">
|
||||
<h4>Programming</h4>
|
||||
<h4>Programs</h4>
|
||||
<span>
|
||||
I tinker with some stuff, my public projects are on my Github.
|
||||
I tinker around with some stuff, mostly for fun. My public projects are on my
|
||||
Github or on my homelab Gitea instance.
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
@ -139,7 +140,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-7" id="project-section-waterworks">
|
||||
<a class="project-item" style="background-image: url(https://cdn.enp.one/img/projects/allis.jpg);" href="https://waterworksmuseum.org/">
|
||||
<a class="project-item" target="_blank" style="background-image: url(https://cdn.enp.one/img/projects/allis.jpg);" href="https://waterworksmuseum.org/">
|
||||
<div class="details">
|
||||
<h4>Metropolitan Waterworks Museum</h4>
|
||||
<span>
|
||||
@ -160,11 +161,11 @@
|
||||
<div class="col-md-12">
|
||||
<div class="copyright">
|
||||
<ul class="list-inline">
|
||||
<li><a href="mailto:e@enp.one"><span class="hb hb-xs hb-email" title="Email e at enp.one"><i class="fas fa-envelope"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn E.N.Paul"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://cdn.enp.one/resources/enpaul-resume.pdf"><span class="hb hb-xs hb-resume" title="Download Resume"><i class="fas fa-file-signature"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://twitter.com/theenpaul"><span class="hb hb-xs hb-twitter" title="Twitter @theENPaul"><i class="fab fa-twitter"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.instagram.com/allaroundhere/"><span class="hb hb-xs hb-instagram" title="Instagram @allAroundHere"><i class="fab fa-instagram"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn in/enpaul"><i class="fab fa-linkedin"></i></span></a></li>
|
||||
<li><a target="_blank" href="https://github.com/enpaul/"><span class="hb hb-xs hb-github" title="Github /enpaul"><i class="fab fa-github"></i></span></a></li>
|
||||
<li><a href="mailto:me@enp.one"><span class="hb hb-xs hb-email" title="Email me@enp.one"><i class="fas fa-envelope"></i></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
|
Loading…
Reference in New Issue
Block a user