Compare commits
	
		
			5 Commits
		
	
	
		
			6aca8a7b14
			...
			contact
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f25175cb9e | |||
| 72dc72e954 | |||
| 75c1608de2 | |||
| b6362af2d2 | |||
| afe6a70b37 | 
| @@ -162,13 +162,13 @@ | |||||||
|         <div class="col-md-12"> |         <div class="col-md-12"> | ||||||
|           <h3 class="section-title">Contact Me</h3> |           <h3 class="section-title">Contact Me</h3> | ||||||
|           <div class="section-title-divider"></div> |           <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"> |           <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://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.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> |           </ul> | ||||||
|         </div> |         </div> | ||||||
|       </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; |   display: block; | ||||||
|   color: #000; |   color: #000; | ||||||
|   font-size: 15px; |   font-size: 15px; | ||||||
|  |   font-weight: bold; | ||||||
|  |   padding-left: 5px; | ||||||
|  |   padding-right: 5px; | ||||||
|   transition: opacity 0.3s, -webkit-transform 0.3s; |   transition: opacity 0.3s, -webkit-transform 0.3s; | ||||||
|   transition: transform 0.3s, opacity 0.3s; |   transition: transform 0.3s, opacity 0.3s; | ||||||
|   transition: transform 0.3s, opacity 0.3s, -webkit-transform 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 { | .hb-email, .hb-email:after, .hb-email:before { | ||||||
|   background:#A93125; |   background:#00af8c; | ||||||
|   border-color:#A93125; |   border-color:#00af8c; | ||||||
|   color:#fff; |   color:#fff; | ||||||
| } | } | ||||||
|  |  | ||||||
| .hb-email-inv, .hb-email-inv:after, .hb-email-inv:before, .hb-email:hover, .hb-email:hover:after, .hb-email:hover:before { | .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; |   background:0 0; | ||||||
|   border-color:#A93125; |   border-color:#00af8c; | ||||||
|   color:#A93125; |   color:#00af8c; | ||||||
| } | } | ||||||
|  |  | ||||||
| .hb-email-inv:hover, .hb-email-inv:hover:after, .hb-email-inv:hover:before { | .hb-email-inv:hover, .hb-email-inv:hover:after, .hb-email-inv:hover:before { | ||||||
|   background:#A93125; |   background:#00af8c; | ||||||
|   border-color:#A93125; |   border-color:#00af8c; | ||||||
|   color:#fff |   color:#fff | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -184,11 +184,11 @@ | |||||||
|         <div class="col-md-12"> |         <div class="col-md-12"> | ||||||
|           <div class="copyright"> |           <div class="copyright"> | ||||||
|             <ul class="list-inline"> |             <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://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.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> |             </ul> | ||||||
|           </div> |           </div> | ||||||
|           <div class="copyright"> |           <div class="copyright"> | ||||||
|   | |||||||
| @@ -77,11 +77,11 @@ | |||||||
|  |  | ||||||
|       <div id="contact-menu"> |       <div id="contact-menu"> | ||||||
|         <ul class="list-inline"> |         <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://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.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> |         </ul> | ||||||
|       </div> |       </div> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -90,7 +90,7 @@ | |||||||
|  |  | ||||||
|       <div class="row"> |       <div class="row"> | ||||||
|         <div class="col-md-4" id="project-section-travel"> |         <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"> |             <div class="details"> | ||||||
|               <h4>Travel</h4> |               <h4>Travel</h4> | ||||||
|               <span> |               <span> | ||||||
| @@ -103,23 +103,24 @@ | |||||||
|         </div> |         </div> | ||||||
|  |  | ||||||
|         <div class="col-md-4" id="project-section-car"> |         <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"> |             <div class="details"> | ||||||
|               <h4>Car Work</h4> |               <h4>Vehicle</h4> | ||||||
|               <span> |               <span> | ||||||
|                 A Toyota 4Runner will run forever...if you take good care of it |                 The goal is half a million miles! A Toyota 4Runner will run forever...if you take | ||||||
|                 (which I'm trying to do!) |                 good care of it (which I'm trying to do!) | ||||||
|               </span> |               </span> | ||||||
|             </div> |             </div> | ||||||
|           </a> |           </a> | ||||||
|         </div> |         </div> | ||||||
|  |  | ||||||
|         <div class="col-md-4" id="project-section-code"> |         <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"> |             <div class="details"> | ||||||
|               <h4>Programming</h4> |               <h4>Programs</h4> | ||||||
|               <span> |               <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> |               </span> | ||||||
|             </div> |             </div> | ||||||
|           </a> |           </a> | ||||||
| @@ -139,7 +140,7 @@ | |||||||
|         </div> |         </div> | ||||||
|  |  | ||||||
|         <div class="col-md-7" id="project-section-waterworks"> |         <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"> |             <div class="details"> | ||||||
|               <h4>Metropolitan Waterworks Museum</h4> |               <h4>Metropolitan Waterworks Museum</h4> | ||||||
|               <span> |               <span> | ||||||
| @@ -160,11 +161,11 @@ | |||||||
|         <div class="col-md-12"> |         <div class="col-md-12"> | ||||||
|           <div class="copyright"> |           <div class="copyright"> | ||||||
|             <ul class="list-inline"> |             <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://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.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> |             </ul> | ||||||
|           </div> |           </div> | ||||||
|           <div class="copyright"> |           <div class="copyright"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user