179 lines
		
	
	
		
			8.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			179 lines
		
	
	
		
			8.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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="admin@enp.one"/>
 | 
						|
  <meta name="description" content="The things I pour all my time into"/>
 | 
						|
  <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"/>
 | 
						|
 | 
						|
  <!-- Opengraph integration meta -->
 | 
						|
  <meta property="og:title" content="EN Paul | Projects"/>
 | 
						|
  <meta property="og:url" content="https://enpaul.net/projects/"/>
 | 
						|
  <meta property='og:site_name' content="EN Paul"/>
 | 
						|
  <meta property="og:type" content="website"/>
 | 
						|
  <meta property='og:locale' content="en_US"/>
 | 
						|
  <meta property="og:image" content="https://cdn.enpaul.net/img/banners/site-en-projects.jpg"/>
 | 
						|
  <meta property='og:description' content="The things I pour all my time into"/>
 | 
						|
 | 
						|
  <!-- Page title and favicon definition -->
 | 
						|
  <title>enpaul | Projects</title>
 | 
						|
  <link rel="shortcut icon" href="https://cdn.enpaul.net/img/logos/e-b-sm.png">
 | 
						|
  <link rel="apple-touch-icon" sizes="180x180" href="https://cdn.enpaul.net/img/logos/e-b-sm.png">
 | 
						|
  <link rel="icon" type="image/png" sizes="32x32" href="https://cdn.enpaul.net/img/logos/e-b-sm.png">
 | 
						|
  <link rel="icon" type="image/png" sizes="16x16" href="https://cdn.enpaul.net/img/logos/e-b-sm.png">
 | 
						|
 | 
						|
  <!-- CSS references -->
 | 
						|
  <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/v6.6.0/css/all.css" integrity="sha384-h/hnnw1Bi4nbpD6kE7nYfCXzovi622sY5WBxww8ARKwpdLj5kUWjRuyiXaD1U2JT" crossorigin="anonymous">
 | 
						|
  <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 -->
 | 
						|
  <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>
 | 
						|
  <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>
 | 
						|
 | 
						|
  <noscript><style>#preloader {display: none;}</style></noscript>
 | 
						|
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
  <div id="preloader"></div>
 | 
						|
 | 
						|
  <header id="header">
 | 
						|
    <div class="container">
 | 
						|
 | 
						|
      <div id="logo" class="pull-left">
 | 
						|
        <a title="Home" href="https://enpaul.net/"><img src="https://cdn.enpaul.net/img/logos/e-w-sm.png" alt="EN Paul" title="" /></img></a>
 | 
						|
      </div>
 | 
						|
 | 
						|
      <nav id="nav-menu-container">
 | 
						|
        <ul class="nav-menu">
 | 
						|
          <li><a title="Home" href="https://enpaul.net/">Home</a></li>
 | 
						|
          <li><a title="About" href="https://enpaul.net/about/">About</a></li>
 | 
						|
          <li><a title="Homelab" href="https://enp.one/">Homelab</a></li>
 | 
						|
          <li><a title="Projects" href="https://enpaul.net/projects/">Projects</a></li>
 | 
						|
          <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>
 | 
						|
        </ul>
 | 
						|
      </nav>
 | 
						|
    </div>
 | 
						|
  </header>
 | 
						|
 | 
						|
  <section id="project">
 | 
						|
    <div class="container">
 | 
						|
      <div class="row">
 | 
						|
        <div class="col-md-12">
 | 
						|
          <h3 class="section-title">Projects</h3>
 | 
						|
          <div class="section-title-divider"></div>
 | 
						|
          <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>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
 | 
						|
      <div class="row">
 | 
						|
        <div class="col-md-4" id="project-section-travel">
 | 
						|
          <a class="project-item" target="_blank" style="background-image: url(https://cdn.enpaul.net/img/projects/road.jpg);" href="https://bsky.app/profile/allaroundhere.org">
 | 
						|
            <div class="details">
 | 
						|
              <h4>Traveling</h4>
 | 
						|
              <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>
 | 
						|
            </div>
 | 
						|
          </a>
 | 
						|
        </div>
 | 
						|
 | 
						|
        <div class="col-md-4" id="project-section-car">
 | 
						|
          <a class="project-item" target="_blank" style="background-image: url(https://cdn.enpaul.net/img/projects/car.jpg);" href="https://pdb.enp.one/pfSo1djL68qp/Vehicle-Maintenance-Log/p/1">
 | 
						|
            <div class="details">
 | 
						|
              <h4>Project Car</h4>
 | 
						|
              <span>
 | 
						|
                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" target="_blank" style="background-image: url(https://cdn.enpaul.net/img/projects/programming.jpg);" href="https://vcs.enp.one/enpaul/">
 | 
						|
            <div class="details">
 | 
						|
              <h4>Programing</h4>
 | 
						|
              <span>
 | 
						|
                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>
 | 
						|
        </div>
 | 
						|
 | 
						|
        <div class="col-md-5" id="project-section-homelab">
 | 
						|
          <a class="project-item" style="background-image: url(https://cdn.enpaul.net/img/projects/server.jpg);" href="https://enp.one/">
 | 
						|
            <div class="details">
 | 
						|
              <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
 | 
						|
                them from the handful of servers sitting in my living room.
 | 
						|
              </span>
 | 
						|
            </div>
 | 
						|
          </a>
 | 
						|
        </div>
 | 
						|
 | 
						|
        <div class="col-md-7" id="project-section-waterworks">
 | 
						|
          <a class="project-item" target="_blank" style="background-image: url(https://cdn.enpaul.net/img/projects/allis.jpg);" href="https://waterworksmuseum.org/">
 | 
						|
            <div class="details">
 | 
						|
              <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>
 | 
						|
            </div>
 | 
						|
          </a>
 | 
						|
        </div>
 | 
						|
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
  </section>
 | 
						|
 | 
						|
  <footer id="footer">
 | 
						|
    <div class="container">
 | 
						|
      <div class="row">
 | 
						|
        <div class="col-md-12">
 | 
						|
          <div class="copyright">
 | 
						|
            <ul class="list-inline">
 | 
						|
              <li><a rel="external" title="@enpaul@urbanists.social" href="https://urbanists.social/@enpaul"><span class="hb hb-xs hb-mastodon"><i class="fab fa-mastodon"></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="@enpaul.net" href="https://bsky.app/profile/enpaul.net"><span class="hb hb-xs hb-bluesky"><i class="fa-brands fa-bluesky"></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>
 | 
						|
            </ul>
 | 
						|
          </div>
 | 
						|
          <div class="copyright">
 | 
						|
            ©2024 <strong>enpaul</strong>
 | 
						|
            <noscript><a href="/js/warn/" title="Client Javascript Disabled" style="color: orange;"><i class="fa fa-lg fa-exclamation-circle"></i></a></noscript>
 | 
						|
          </div>
 | 
						|
          <div class="copyright">
 | 
						|
            <a href="https://vcs.enp.one/enpaul/enpaul.net/" target="_blank">View Source</a>
 | 
						|
          </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>
 |