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" / >
< meta name = "description" content = "E N Paul personal landing page and Network Services website" / >
< 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" / >
< meta name = "robots" content = "index,follow" / >
<!-- Facebook integration meta -->
2018-02-03 08:56:08 +00:00
< meta property = "og:title" content = "ENPaul Homepage" / >
2018-02-02 23:55:09 +00:00
< meta property = "og:url" content = "https://enpaul.net/" / >
2018-02-03 08:56:08 +00:00
< meta property = 'og:site_name' content = "ENPN" / >
< meta property = "og:type" content = "website" / >
< meta property = 'og:locale' content = "en_US" / >
2018-02-05 02:02:46 +00:00
< meta property = "og:image" content = "https://enpaul.net/img/network-banner.jpg" / >
2018-02-03 08:56:08 +00:00
< meta property = 'og:description' content = "Ethan Paul's personal landing page and overview website" / >
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" >
< meta name = "twitter:title" content = "ENPaul Homepage" >
< meta name = "twitter:description" content = "Ethan Paul's personal landing page and overview website" >
2018-02-05 02:02:46 +00:00
< meta name = "twitter:image" content = "https://enpaul.net/img/network-banner.jpg" >
2018-02-03 08:56:08 +00:00
< meta name = "twitter:image:alt" content = "ENPN" >
2018-02-02 23:55:09 +00:00
<!-- Page title and favicon definition -->
2018-02-05 01:28:57 +00:00
< title > ENPaul< / title >
2018-02-03 08:27:26 +00:00
< link rel = "shortcut icon" href = "img/e-b.png" >
2018-02-03 09:18:15 +00:00
< link rel = "apple-touch-icon" sizes = "180x180" href = "img/e-b.png" >
< link rel = "icon" type = "image/png" href = "img/e-b.png" sizes = "32x32" >
< link rel = "icon" type = "image/png" href = "img/e-b.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 >
< script type = "text/javascript" src = "js/sticky.js" > < / script >
< 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-07 02:14:12 +00:00
< noscript > < style > # preloader { display : none ; } < / style > < / noscript >
2018-02-02 23:55:09 +00:00
< / head >
< body >
< div id = "preloader" > < / div >
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" >
< div class = "hero-logo" >
2018-02-03 20:27:28 +00:00
< img class = "" src = "img/e-w.png" alt = "ENPaul" >
2018-02-02 23:55:09 +00:00
< / div >
< h1 > Ethan N. Paul< / h1 >
2018-02-04 23:30:39 +00:00
< h2 > Engineer, tinkerer, and < span class = "rotating" > student, designer, mechanic, handyman, hiker, developer, traveler, kayaker, swimmer, programmer, debugger< / span > < / h2 >
2018-02-02 23:55:09 +00:00
< div class = "actions" >
2018-02-05 02:12:30 +00:00
< a href = "#about" class = "btn-header" > About< / a >
< a href = "#network" class = "btn-header" > Network< / a >
2018-02-02 23:55:09 +00:00
< / div >
< / div >
< / div >
< / section >
< header id = "header" >
< div class = "container" >
< div id = "logo" class = "pull-left" >
2018-02-03 06:24:19 +00:00
< a href = "#top" > < img src = "img/e-w.png" alt = "ENPaul" title = "" / > < / img > < / a >
2018-02-02 23:55:09 +00:00
< / div >
< nav id = "nav-menu-container" >
< ul class = "nav-menu" >
< li > < a href = "#about" > About< / a > < / li >
< li > < a href = "#contact" > Contact< / a > < / li >
2018-02-03 19:47:30 +00:00
< li > < a href = "#network" > Network< / a >
2018-02-02 23:55:09 +00:00
< li > < a target = "_blank" href = "https://docs.enpaul.net/" > Docs< / a > < / li >
< / ul >
< / nav >
< / div >
< / header >
< section id = "about" >
2018-02-03 08:27:26 +00:00
< div class = "container" >
2018-02-02 23:55:09 +00:00
< div class = "row" >
< div class = "col-md-12" >
2018-02-03 09:18:15 +00:00
< h3 class = "section-title" > About< / h3 >
2018-02-02 23:55:09 +00:00
< div class = "section-title-divider" > < / div >
2018-02-03 09:30:31 +00:00
< p class = "section-description" > Hello, and welcome to my website!< / p >
2018-02-02 23:55:09 +00:00
< / div >
< / div >
< / div >
2018-02-03 08:27:26 +00:00
< div class = "container about-container" >
2018-02-02 23:55:09 +00:00
< div class = "row" >
2018-02-03 06:24:19 +00:00
< div class = "col-md-6" >
2018-02-03 08:27:26 +00:00
< img class = "about-portrait" src = "img/e-w.png" alt = "Ethan N. Paul" / >
2018-02-03 06:24:19 +00:00
< / div >
2018-02-03 08:27:26 +00:00
< div class = "col-md-6" >
2018-02-03 09:18:15 +00:00
< h2 class = "about-title" > Who I Am< / h2 >
2018-02-02 23:55:09 +00:00
< p class = "about-text" >
2018-02-03 20:27:28 +00:00
My name is Ethan Paul, and I am an engineering student at < a target = "_blank" href = "https://www.wpi.edu/" > Worcester Polytechnic Institute< / a > studying < a href = "https://www.wpi.edu/academics/departments/mechanical-engineering" > Mechanical Engineering< / a > . I am an avid outdoorsman, a former Boy Scout, and can make a mean omlette (if I do say so myself). I'm also a < a target = "_blank" href = "http://www.diabetes.org/diabetes-basics/type-1/" > Type 1 Diabetic< / a > working on joining the < a target = "_blank" href = "https://diyps.org/" > DIY Pancreas< / a > and < a target = "_blank" href = "http://www.openomni.org/" > OpenOmni< / a > projects.
2018-02-02 23:55:09 +00:00
< / p >
2018-02-03 09:18:15 +00:00
< h2 class = "about-title" > What I Do< / h2 >
2018-02-02 23:55:09 +00:00
< p class = "about-text" >
2018-02-05 02:12:30 +00:00
I do lots of things! I work at < a target = "_blank" href = "https://web.wpi.edu/academics/CCC/Netops/" > WPI Network Operations< / a > and spent three years as an intern for the < a href = "http://www.solidworks.com/" > SolidWorks Corporation< / a > . I also enjoy programming, urban and trail hiking, fixing my aging car, and squeezing extra life out of decrepit technology.
2018-02-02 23:55:09 +00:00
< / p >
2018-02-03 09:18:15 +00:00
< h2 class = "about-title" > My Network< / h2 >
2018-02-02 23:55:09 +00:00
< p class = "about-text" >
2018-02-03 20:27:28 +00:00
The ENPaul Network is a < a target = "_blank" href = "https://www.reddit.com/r/homelab/" > homelab< / a > environment designed, created, and maintained by me. To be clear: the things I do with my servers are completely unnecessary and wholly ridiculous, but I do them anyway because they're fun! See the < a href = "#network" > Network Section< / a > to learn more.
2018-02-02 23:55:09 +00:00
< / p >
< / div >
< / div >
< / div >
< / section >
2018-02-03 02:00:31 +00:00
< section id = "contact" >
2018-02-03 08:27:26 +00:00
< div class = "container" >
2018-02-03 02:00:31 +00:00
< div class = "row" >
< div class = "col-md-12" >
< h3 class = "section-title" > Contact Me< / h3 >
< div class = "section-title-divider" > < / div >
2018-02-05 18:15:21 +00:00
< p class = "section-description" > Send me an email at < a href = "mailto:enpaul@enpaul.net" > enpaul@enpaul.net< / a > or feel free to reach out!< / p >
2018-02-03 02:00:31 +00:00
< ul class = "list-inline" >
2018-02-03 08:27:26 +00:00
< 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 >
2018-02-04 00:07:47 +00:00
< 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 >
2018-02-03 08:27:26 +00:00
< 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://twitter.com/theenpaul" > < span class = "hb hb-sm hb-twitter" title = "Twitter @theENPaul" > < i class = "fa fa-twitter" > < / i > < / span > < / a > < / li >
2018-02-04 00:07:47 +00:00
< 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 >
2018-02-03 02:00:31 +00:00
< / ul >
< / div >
< / div >
< / div >
< / section >
2018-02-02 23:55:09 +00:00
< section id = "network" >
2018-02-03 08:27:26 +00:00
< div class = "container" >
2018-02-02 23:55:09 +00:00
< div class = "row" >
< div class = "col-md-12" >
< h3 class = "section-title" > Network Services< / h3 >
< div class = "section-title-divider" > < / div >
2018-02-03 09:30:31 +00:00
< p class = "section-description" > The ENPaul Network provides a number of services for entertainment, reference, security, and productivity.< br > To learn more about the network as a whole, please < a href = "https://docs.enpaul.net/" target = "_blank" > read the docs< / a > .< / p >
2018-02-02 23:55:09 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-md-4 service-item" >
2018-02-03 08:56:08 +00:00
< div class = "service-icon-no-link" > < i class = "fa fa-sitemap" > < / i > < / div >
2018-02-03 01:05:54 +00:00
< h4 class = "service-title" > Active Directory< / h4 >
2018-02-04 23:56:43 +00:00
< p class = "service-description" > < a href = "https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview" target = "_blank" > Active Directory Domain Services (ADDS)< / a > provides federated user authentication, administration, and security for my computers.< / p >
2018-02-03 01:05:54 +00:00
< div class = "service-link" >
< a class = "btn btn-default" href = "https://docs.enpaul.net/adds/" > < i class = "fa fa-book" > < / i > Docs< / a >
< / div >
2018-02-02 23:55:09 +00:00
< / div >
< div class = "col-md-4 service-item" >
2018-02-03 08:56:08 +00:00
< div class = "service-icon-no-link" > < i class = "fa fa-key" > < / i > < / div >
2018-02-03 01:05:54 +00:00
< h4 class = "service-title" > VPN< / h4 >
2018-02-03 20:27:28 +00:00
< p class = "service-description" > The Virtual Private Networking (VPN) server, powered by < a href = "http://www.softether.org/" target = "_blank" > Softether< / a > , allows me to secure my network traffic from anywhere in the world.< / p >
2018-02-03 01:05:54 +00:00
< div class = "service-link" >
2018-02-04 02:44:19 +00:00
< a class = " btn btn-default" href = "https://docs.enpaul.net/app/vpn/" > < i class = "fa fa-book" > < / i > Docs< / a >
< a class = " btn btn-default" href = "https://docs.enpaul.net/app/vpn/connect/" > < i class = "fa fa-book" > < / i > Connect< / a >
2018-02-03 01:05:54 +00:00
< / div >
2018-02-02 23:55:09 +00:00
< / div >
2018-02-03 06:24:19 +00:00
< div class = "col-md-4 service-item" >
< a href = "https://storage.enpaul.net/" > < div class = "service-icon" > < i class = "fa fa-cloud" > < / i > < / div > < / a >
2018-02-05 01:45:06 +00:00
< h4 class = "service-title" > Cloud Storage< / h4 >
2018-02-03 20:27:28 +00:00
< p class = "service-description" > Local cloud storage allows for secure storage of my data. Online access is provided by the < a href = "https://github.com/misterunknown/ifm" target = "_blank" > Improved File Manager< / a > and < a href = "http://adamwhitcroft.com/apaxy/" target = "_blank" > Apaxy< / a > .< / p >
2018-02-03 06:24:19 +00:00
< div class = "service-link" >
2018-02-04 02:44:19 +00:00
< a class = " btn btn-default" href = "https://docs.enpaul.net/app/storage/" > < i class = "fa fa-book" > < / i > Docs< / a >
2018-02-03 06:24:19 +00:00
< a class = " btn btn-default" href = "https://storage.enpaul.net/" > < i class = "fa fa-chevron-right" > < / i > Storage< / a >
< / div >
< / div >
2018-02-02 23:55:09 +00:00
< div class = "col-md-4 service-item" >
2018-02-03 01:05:54 +00:00
< a href = "https://gitlab.enpaul.net/" > < div class = "service-icon" > < i class = "fa fa-gitlab" > < / i > < / div > < / a >
2018-02-05 01:45:06 +00:00
< h4 class = "service-title" > GitLab< / h4 >
2018-02-03 01:05:54 +00:00
< p class = "service-description" > < a href = "https://about.gitlab.com/" target = "_blank" > GitLab< / a > is a < a href = "https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control" target = "_blank" > git-based source control< / a > service for collaborative project development and deployment.< / p >
< div class = "service-link" >
2018-02-04 02:44:19 +00:00
< a class = " btn btn-default" href = "https://docs.enpaul.net/app/gitlab/" > < i class = "fa fa-book" > < / i > Docs< / a >
2018-02-03 01:05:54 +00:00
< a class = " btn btn-default" href = "https://gitlab.enpaul.net/" > < i class = "fa fa-chevron-right" > < / i > GitLab< / a >
< / div >
2018-02-02 23:55:09 +00:00
< / div >
2018-02-03 09:26:24 +00:00
< div class = "col-md-4 service-item" >
< a href = "https://docs.enpaul.net/" > < div class = "service-icon" > < i class = "fa fa-book" > < / i > < / div > < / a >
2018-02-05 01:45:06 +00:00
< h4 class = "service-title" > Documentation< / h4 >
2018-02-03 20:27:28 +00:00
< p class = "service-description" > Any system is only as good as its documentation. My docs, powered by < a href = "http://www.mkdocs.org/" target = "_blank" > MkDocs< / a > , are constantly being updated.< / p >
2018-02-03 09:26:24 +00:00
< div class = "service-link" >
2018-02-04 02:44:19 +00:00
< a class = " btn btn-default" href = "https://docs.enpaul.net/app/docs-meta/" > < i class = "fa fa-book" > < / i > Docs (Meta)< / a >
2018-02-03 09:26:24 +00:00
< / div >
< / div >
2018-02-02 23:55:09 +00:00
< div class = "col-md-4 service-item" >
2018-02-03 01:05:54 +00:00
< a href = "https://plex.enpaul.net/" > < div class = "service-icon" > < i class = "fa fa-film" > < / i > < / div > < / a >
2018-02-05 01:45:06 +00:00
< h4 class = "service-title" > Plex Media Server< / h4 >
2018-02-04 23:41:02 +00:00
< p class = "service-description" > < a href = "https://www.plex.tv/" target = "_blank" > Plex< / a > is a media management solution for sharing my movie, TV, music, and photo collections with friends.< / p >
2018-02-03 01:05:54 +00:00
< div class = "service-link" >
2018-02-04 02:44:19 +00:00
< a class = " btn btn-default" href = "https://docs.enpaul.net/app/plex/" > < i class = "fa fa-book" > < / i > Docs< / a >
2018-02-03 01:05:54 +00:00
< a class = " btn btn-default" href = "https://plex.enpaul.net/" > < i class = "fa fa-chevron-right" > < / i > Plex< / a >
< / div >
2018-02-02 23:55:09 +00:00
< / div >
< / div >
< / div >
< / section >
< section id = "status" >
2018-02-03 08:27:26 +00:00
< div class = "container" >
2018-02-02 23:55:09 +00:00
< div class = "row" >
< div class = "col-md-8" >
< h3 class = "status-title" > Service Status< / h3 >
2018-02-03 20:28:30 +00:00
< p class = "status-text" > Having trouble accessing a network service? Soon you'll be able to check my network's status online and let me know if there are problems!< / p >
2018-02-02 23:55:09 +00:00
< / div >
< div class = "col-md-4 status-btn-container" >
2018-02-05 01:47:40 +00:00
< a class = "status-btn" href = "#status" > Coming Soon!< / a >
2018-02-02 23:55:09 +00:00
< / div >
< / div >
< / div >
< / section >
< footer id = "footer" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-12" >
< div class = "copyright" >
© 2018 < strong > Ethan N. Paul< / strong > . All Rights Reserved
< / div >
< div class = "copyright" >
2018-02-05 01:57:05 +00:00
< a href = "https://gitlab.enpaul.net/enpaul/ENPaulNetHome" > < strong > < i class = "fa fa-gitlab fa-lg" > < / i > < / strong > < / a > < a href = "https://gitlab.enpaul.net/enpaul/ENPaulNetHome/commits/master" > < img alt = "pipeline status" src = "https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" / > < / a >
2018-02-02 23:55:09 +00:00
< / div >
< / div >
< / div >
< / div >
< / footer >
2018-02-03 09:18:15 +00:00
< a href = "#top" class = "back-to-top" > < span title = "Back to top" > < i class = "fa fa-chevron-up" > < / i > < / span > < / a >
2018-02-02 23:55:09 +00:00
< / body >
< / html >