2018-02-02 23:55:09 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<!-- Web crawler and search indexing meta -->
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<meta name="author" content="enpaul@enpaul.net"/>
|
2018-02-06 15:43:50 +00:00
|
|
|
<meta name="description" content="My personal landing page"/>
|
|
|
|
<meta name="keywords" content="enpaul, network, operations, networking, plex, media, server, adds, active, directory, wpi, worcester, polytechnic, institute, boston, mechanical, engineering, solidworks, home, lab, homelab, solid, works, autocad, cad, domain, windows, server, omnipod, open, omni, diy, pancreas, t1d, type, one, diabetes, diabetic"/>
|
2018-02-02 23:55:09 +00:00
|
|
|
<meta name="robots" content="index,follow"/>
|
|
|
|
|
|
|
|
<!-- Facebook integration meta -->
|
2018-02-06 15:43:50 +00:00
|
|
|
<meta property="og:title" content="Ethan N. Paul"/>
|
2018-02-02 23:55:09 +00:00
|
|
|
<meta property="og:url" content="https://enpaul.net/"/>
|
2018-04-29 01:46:02 +00:00
|
|
|
<meta property='og:site_name' content="E.N.Paul"/>
|
2018-02-03 08:56:08 +00:00
|
|
|
<meta property="og:type" content="website"/>
|
|
|
|
<meta property='og:locale' content="en_US"/>
|
2018-10-14 19:18:41 +00:00
|
|
|
<meta property="og:image" content="https://cdn.enp.one/img/banners/site-en-main.jpg"/>
|
2018-02-06 15:43:50 +00:00
|
|
|
<meta property='og:description' content="My personal landing page"/>
|
2018-02-02 23:55:09 +00:00
|
|
|
|
|
|
|
<!-- Twitter integration meta -->
|
|
|
|
<meta name="twitter:card" content="summary">
|
2018-02-03 08:56:08 +00:00
|
|
|
<meta name="twitter:site" content="@theenpaul">
|
2018-02-06 15:43:50 +00:00
|
|
|
<meta name="twitter:title" content="Ethan N. Paul">
|
|
|
|
<meta name="twitter:description" content="My personal landing page">
|
2018-10-14 19:18:41 +00:00
|
|
|
<meta name="twitter:image" content="https://cdn.enp.one/img/banners/site-en-main.jpg">
|
2018-04-29 01:46:02 +00:00
|
|
|
<meta name="twitter:image:alt" content="E.N.Paul">
|
2018-02-02 23:55:09 +00:00
|
|
|
|
|
|
|
<!-- Page title and favicon definition -->
|
2018-04-29 01:46:02 +00:00
|
|
|
<title>E.N.Paul</title>
|
2018-10-14 20:09:53 +00:00
|
|
|
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/e-b-sm.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.enp.one/img/logos/e-b-sm.png">
|
|
|
|
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="32x32">
|
|
|
|
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="16x16">
|
2018-02-02 23:55:09 +00:00
|
|
|
|
|
|
|
<!-- CSS references -->
|
|
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
<link href="css/animate.min.css" rel="stylesheet">
|
2018-02-03 02:00:31 +00:00
|
|
|
<link href="css/hexagons.min.css" rel="stylesheet">
|
2018-02-02 23:55:09 +00:00
|
|
|
<link href="css/style.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<!-- JavaScript references -->
|
2018-02-03 02:00:31 +00:00
|
|
|
<script type="text/javascript" src="js/jquery.min.js"></script>
|
|
|
|
<script type="text/javascript" src="js/bootstrap.min.js"></script>
|
|
|
|
<script type="text/javascript" src="js/superfish.min.js"></script>
|
|
|
|
<script type="text/javascript" src="js/morphext.min.js"></script>
|
|
|
|
<script type="text/javascript" src="js/wow.min.js"></script>
|
2018-02-06 13:03:04 +00:00
|
|
|
<!--<script type="text/javascript" src="js/sticky.js"></script>-->
|
2018-02-03 02:00:31 +00:00
|
|
|
<script type="text/javascript" src="js/easing.min.js"></script>
|
|
|
|
<script type="text/javascript" src="js/custom.js"></script>
|
2018-02-02 23:55:09 +00:00
|
|
|
|
2018-02-08 05:36:48 +00:00
|
|
|
<noscript><style>.nojs {display: none;}</style></noscript>
|
2018-02-07 02:14:12 +00:00
|
|
|
|
2018-02-02 23:55:09 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2018-02-08 05:36:48 +00:00
|
|
|
<div id="preloader" class="nojs"></div>
|
2018-02-02 23:55:09 +00:00
|
|
|
|
2018-02-03 06:24:19 +00:00
|
|
|
<section id="top">
|
2018-02-03 08:27:26 +00:00
|
|
|
<div class="top-container">
|
2018-02-02 23:55:09 +00:00
|
|
|
<div class="wow fadeIn">
|
2018-02-06 13:08:16 +00:00
|
|
|
<div class="top-logo">
|
2018-10-14 20:09:53 +00:00
|
|
|
<img class="" src="https://cdn.enp.one/img/logos/e-w-sm.png" alt="E.N.Paul">
|
2018-02-02 23:55:09 +00:00
|
|
|
</div>
|
|
|
|
|
2018-04-29 01:46:02 +00:00
|
|
|
<h1>E. N. Paul</h1>
|
2018-12-31 06:38:44 +00:00
|
|
|
<h2>Tinkerer, engineer, and <span class="nojs rotating">handyman, student, designer, mechanic, hiker, developer, traveler, kayaker, swimmer, programmer, debugger</span><noscript>student</noscript></h2>
|
2018-02-02 23:55:09 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2018-02-06 13:22:15 +00:00
|
|
|
<header id="header" class="homepage">
|
2018-02-02 23:55:09 +00:00
|
|
|
<div class="container">
|
|
|
|
|
2018-02-06 12:53:13 +00:00
|
|
|
<div id="contact-menu">
|
|
|
|
<ul class="list-inline">
|
2018-12-31 06:38:44 +00:00
|
|
|
<li><a href="mailto:e@enp.one"><span class="hb hb-xs hb-email" title="Email e at enp.one"><i class="fa fa-envelope"></i></span></a></li>
|
2018-04-29 01:46:02 +00:00
|
|
|
<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="fa fa-linkedin"></i></span></a></li>
|
2018-10-24 14:04:47 +00:00
|
|
|
<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="fa fa-file-text"></i></span></a></li>
|
2018-09-21 03:06:48 +00:00
|
|
|
<li><a target="_blank" href="https://twitter.com/theenpaul"><span class="hb hb-xs hb-twitter" title="Twitter @theENPaul"><i class="fa 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="fa fa-instagram"></i></span></a></li>
|
2018-02-06 12:53:13 +00:00
|
|
|
</ul>
|
2018-02-02 23:55:09 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<nav id="nav-menu-container">
|
|
|
|
<ul class="nav-menu">
|
2018-02-05 21:04:26 +00:00
|
|
|
<li><a href="/about">About</a></li>
|
|
|
|
<li><a href="/homelab">Homelab</a></li>
|
|
|
|
<li><a href="/projects">Projects</a></li>
|
2018-02-08 05:36:48 +00:00
|
|
|
<li><noscript><a href="/js/warn/" title="Client Javascript Disabled" style="color: orange;"><i class="fa fa-lg fa-exclamation-circle"></i></a></noscript></li>
|
2018-02-02 23:55:09 +00:00
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
2018-02-06 13:35:01 +00:00
|
|
|
<footer id="footer" class="homepage">
|
2018-02-02 23:55:09 +00:00
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-12">
|
|
|
|
<div class="copyright">
|
2018-10-24 14:04:47 +00:00
|
|
|
<a href="https://vcs.enp.one/enpaul/enpaul.net/" target="_blank">View Source</a>
|
2018-02-06 13:03:04 +00:00
|
|
|
©2018 <strong>Ethan N. Paul</strong>
|
2018-02-08 05:20:59 +00:00
|
|
|
<noscript><a href="/js/warn/" title="Client Javascript Disabled" style="color: orange;"><i class="fa fa-lg fa-exclamation-circle"></i></a></noscript>
|
2018-02-02 23:55:09 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|