2018-02-06 15:43:50 +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" / >
2019-01-11 01:23:42 +00:00
< meta name = "author" content = "admin@enp.one" / >
2022-01-08 17:26:38 +00:00
< meta name = "description" content = "The things I pour all my time into" / >
2018-02-06 15:43:50 +00:00
< 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" / >
2024-02-27 19:28:50 +00:00
<!-- Opengraph integration meta -->
2022-01-08 17:26:38 +00:00
< meta property = "og:title" content = "EN Paul | Projects" / >
2018-02-06 16:29:05 +00:00
< meta property = "og:url" content = "https://enpaul.net/projects/" / >
2022-01-08 17:26:38 +00:00
< meta property = 'og:site_name' content = "EN Paul" / >
2018-02-06 15:43:50 +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-projects.jpg" / >
2022-01-08 17:26:38 +00:00
< meta property = 'og:description' content = "The things I pour all my time into" / >
2018-02-06 15:43:50 +00:00
<!-- Page title and favicon definition -->
2023-02-10 06:17:30 +00:00
< title > enpaul | Projects< / 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" sizes = "32x32" href = "https://cdn.enp.one/img/logos/e-b-sm.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "https://cdn.enp.one/img/logos/e-b-sm.png" >
2018-02-06 15:43:50 +00:00
<!-- CSS references -->
2019-01-10 04:51:00 +00:00
< link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity = "sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin = "anonymous" >
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity = "sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin = "anonymous" >
2018-02-06 15:43:50 +00:00
< link href = "../css/animate.min.css" rel = "stylesheet" >
< link href = "../css/hexagons.min.css" rel = "stylesheet" >
< link href = "../css/style.css" rel = "stylesheet" >
<!-- JavaScript references -->
2019-01-10 04:51:00 +00:00
< script src = "https://code.jquery.com/jquery-1.12.4.min.js" integrity = "sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin = "anonymous" > < / script >
< script src = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity = "sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin = "anonymous" > < / script >
2018-02-06 15:43:50 +00:00
< 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/easing.min.js" > < / script >
< script type = "text/javascript" src = "../js/custom.js" > < / script >
2018-02-07 02:13:19 +00:00
< noscript > < style > # preloader { display : none ; } < / style > < / noscript >
2018-02-06 15:43:50 +00:00
< / head >
< body >
< div id = "preloader" > < / div >
< header id = "header" >
< div class = "container" >
< div id = "logo" class = "pull-left" >
2022-01-08 21:54:30 +00:00
< a title = "Home" href = "https://enpaul.net/" > < img src = "https://cdn.enp.one/img/logos/e-w-sm.png" alt = "EN Paul" title = "" / > < / img > < / a >
2018-02-06 15:43:50 +00:00
< / div >
< nav id = "nav-menu-container" >
< ul class = "nav-menu" >
2022-01-08 21:54:30 +00:00
< li > < a title = "Home" href = "https://enpaul.net/" > Home< / a > < / li >
< li > < a title = "About" href = "https://enpaul.net/about/" > About< / a > < / li >
2024-02-27 19:30:23 +00:00
< li > < a title = "Homelab" href = "https://enp.one/" > Homelab< / a > < / li >
2022-01-08 21:54:30 +00:00
< li > < a title = "Projects" href = "https://enpaul.net/projects/" > Projects< / a > < / li >
2018-02-08 05:27:55 +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-06 15:43:50 +00:00
< / ul >
< / nav >
< / div >
< / header >
< section id = "project" >
2018-02-06 21:50:13 +00:00
< div class = "container" >
2018-02-06 15:43:50 +00:00
< div class = "row" >
< div class = "col-md-12" >
2018-02-06 15:58:57 +00:00
< h3 class = "section-title" > Projects< / h3 >
2018-02-06 15:43:50 +00:00
< div class = "section-title-divider" > < / div >
2020-08-24 19:09:23 +00:00
< p class = "section-description" > I work on a lot of different projects. Some of them professional, some of them academic, and some of them just for fun.< / p >
2018-02-06 15:43:50 +00:00
< / div >
< / div >
< div class = "row" >
2020-10-19 03:52:19 +00:00
< div class = "col-md-4" id = "project-section-travel" >
2020-11-10 04:32:14 +00:00
< a class = "project-item" target = "_blank" style = "background-image: url(https://cdn.enp.one/img/projects/road.jpg);" href = "https://www.instagram.com/allaroundhere/" >
2018-02-06 15:43:50 +00:00
< div class = "details" >
2018-02-06 21:50:13 +00:00
< h4 > Travel< / h4 >
2020-10-19 03:52:19 +00:00
< span >
I spend a lot of time on the road (or railway, or hiking path) and I
like to take photos of interesting things I find. I'm a big believer in
finding the joy in the "in-between" places.
< / span >
2018-02-06 15:43:50 +00:00
< / div >
< / a >
< / div >
2020-10-19 03:52:19 +00:00
< div class = "col-md-4" id = "project-section-car" >
2020-11-10 04:32:14 +00:00
< 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" >
2018-02-06 15:43:50 +00:00
< div class = "details" >
2020-11-10 04:32:14 +00:00
< h4 > Vehicle< / h4 >
2020-10-19 03:52:19 +00:00
< span >
2020-11-10 04:32:14 +00:00
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!)
2020-10-19 03:52:19 +00:00
< / span >
2018-02-06 15:43:50 +00:00
< / div >
< / a >
< / div >
2020-10-19 03:52:19 +00:00
< div class = "col-md-4" id = "project-section-code" >
2020-11-10 04:32:14 +00:00
< a class = "project-item" target = "_blank" style = "background-image: url(https://cdn.enp.one/img/projects/programming.jpg);" href = "https://github.com/enpaul/" >
2018-02-06 15:43:50 +00:00
< div class = "details" >
2020-11-10 04:32:14 +00:00
< h4 > Programs< / h4 >
2020-10-19 03:52:19 +00:00
< span >
2020-11-10 04:32:14 +00:00
I tinker around with some stuff, mostly for fun. My public projects are on my
Github or on my homelab Gitea instance.
2020-10-19 03:52:19 +00:00
< / span >
2018-02-06 15:43:50 +00:00
< / div >
< / a >
< / div >
2020-10-19 03:52:19 +00:00
< div class = "col-md-5" id = "project-section-homelab" >
2024-02-27 19:30:23 +00:00
< a class = "project-item" style = "background-image: url(https://cdn.enp.one/img/projects/server.jpg);" href = "https://enp.one/" >
2018-02-06 15:43:50 +00:00
< div class = "details" >
2020-10-19 03:52:19 +00:00
< h4 > Homelab< / h4 >
< span >
My data on my hardware. My formal degree had nothing to do with
computers or networking, I learned almost everything I know about
that from the handful of servers sitting in my closet.
< / span >
2018-02-06 15:43:50 +00:00
< / div >
< / a >
< / div >
2020-10-19 03:52:19 +00:00
< div class = "col-md-7" id = "project-section-waterworks" >
2020-11-10 04:32:14 +00:00
< a class = "project-item" target = "_blank" style = "background-image: url(https://cdn.enp.one/img/projects/allis.jpg);" href = "https://waterworksmuseum.org/" >
2018-02-06 15:43:50 +00:00
< div class = "details" >
2020-10-19 03:52:19 +00:00
< h4 > Metropolitan Waterworks Museum< / h4 >
< span >
The Waterworks Museum combines two of my favorite things: local history
and enormous hundred-year-old steam engines.
< / span >
2018-02-06 15:43:50 +00:00
< / div >
< / a >
< / div >
< / div >
< / div >
< / section >
< footer id = "footer" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-12" >
2018-02-06 15:58:57 +00:00
< div class = "copyright" >
< ul class = "list-inline" >
2022-01-08 21:54:30 +00:00
< li > < a rel = "external" title = "@AllAroundHere" href = "https://www.instagram.com/allaroundhere/" > < span class = "hb hb-xs hb-instagram" > < i class = "fab fa-instagram" > < / i > < / span > < / a > < / li >
< 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 >
2018-02-06 15:58:57 +00:00
< / ul >
< / div >
2018-02-06 15:43:50 +00:00
< div class = "copyright" >
2024-02-27 19:28:50 +00:00
© 2024 < strong > enpaul< / strong >
2022-01-08 17:32:47 +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-06 15:43:50 +00:00
< / div >
< div class = "copyright" >
2020-01-09 05:42:54 +00:00
< a href = "https://vcs.enp.one/enpaul/enpaul.net/" target = "_blank" > View Source< / a >
2018-02-06 15:43:50 +00:00
< / div >
< / div >
< / div >
< / div >
< / footer >
< a href = "#top" class = "back-to-top" > < span title = "Back to top" > < i class = "fa fa-chevron-up" > < / i > < / span > < / a >
< / body >
< / html >