Compare commits
43 Commits
Author | SHA1 | Date | |
---|---|---|---|
6476729447 | |||
fa2837345a | |||
0d4553c0ed | |||
81a9f1d411 | |||
65544f5377 | |||
81a9ff10ce | |||
d60f2e9402 | |||
0fb73a64eb | |||
23300859bd | |||
48280b07ce | |||
f3d6897b02 | |||
09916964a9 | |||
cbd472d314 | |||
3c5ad613d8 | |||
5890f83ecb | |||
391091a754 | |||
aaad0a8adf | |||
e7460428b1 | |||
7ed1f634f1 | |||
1bb18eb186 | |||
ba7cbaad5d | |||
edc7597cf1 | |||
692d10bab8 | |||
0a35a16ff3 | |||
1063a5a5e4 | |||
9dd1b4fa2c | |||
09025e7b8e | |||
18e83aace4 | |||
dd3e3792f2 | |||
4158a5991b | |||
0587836498 | |||
d76c369006 | |||
4792df85db | |||
a567725340 | |||
00fd03a169 | |||
f21f469274 | |||
44f34daad7 | |||
7d7f7bfbd3 | |||
5678bbfc4e | |||
2cae292706 | |||
18b163b0a6 | |||
ddcaf6ae13 | |||
858c016502 |
19
README.md
@ -1,21 +1,20 @@
|
||||
# enpaul.net
|
||||
|
||||

|
||||
Personal landing page at https://enpaul.net
|
||||
|
||||
_Proud supporter of the [Electronic Frontier Foundation](https://www.eff.org/about)_
|
||||

|
||||

|
||||
|
||||
_Proud supporter of the [Electronic Frontier Foundation](https://www.eff.org/about) and [Freedom of the Press Foundation](https://freedom.press)_
|
||||
|
||||
_Hosting secured with [Let's Encrypt](https://letsencrypt.org/about/)_
|
||||
|
||||
This is my personal landing page hosted with [Digital Ocean](https://www.digitalocean.com/)
|
||||
using [Nginx](https://nginx.org/en/) at https://enpaul.net. Being a static site it
|
||||
should be hostable nearly anywhere.
|
||||
|
||||
The `_archive` directory has all the previous iterations of this website, dating back
|
||||
even before it was in source control. The `_archive` directory could be considered
|
||||
The `content/_archive/` directory has all the previous iterations of this website, dating back
|
||||
even before it was in source control. The `content/_archive/` directory could be considered
|
||||
documentation of my indecisive nature.
|
||||
|
||||
The `_error` directory has self-contained custom error pages for displaying `HTTP 400`
|
||||
and `HTTP 500` errors in the style of the rest of the site.
|
||||
The `content/_error/` directory has self-contained custom error pages for displaying `HTTP 40x`
|
||||
and `HTTP 50x` errors in the style of the rest of the site.
|
||||
|
||||
## license
|
||||
|
||||
|
198
about/index.html
@ -1,198 +0,0 @@
|
||||
<!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="Introduction to my interests, skills, and activities"/>
|
||||
<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"/>
|
||||
<meta name="robots" content="index,follow"/>
|
||||
|
||||
<!-- Facebook integration meta -->
|
||||
<meta property="og:title" content="E.N.Paul | About"/>
|
||||
<meta property="og:url" content="https://enpaul.net/about/"/>
|
||||
<meta property='og:site_name' content="E.N.Paul"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property='og:locale' content="en_US"/>
|
||||
<meta property="og:image" content="https://cdn.enp.one/img/banners/site-en-about.jpg"/>
|
||||
<meta property='og:description' content="Introduction to my interests, skills, and activities"/>
|
||||
|
||||
<!-- Twitter integration meta -->
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@theenpaul">
|
||||
<meta name="twitter:title" content="E.N.Paul | About">
|
||||
<meta name="twitter:description" content="Introduction to my interests, skills, and activities">
|
||||
<meta name="twitter:image" content="https://cdn.enp.one/img/banners/site-en-about.jpg">
|
||||
<meta name="twitter:image:alt" content="E.N.Paul">
|
||||
|
||||
<!-- Page title and favicon definition -->
|
||||
<title>E.N.Paul | About</title>
|
||||
<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">
|
||||
|
||||
<!-- 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/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" 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/sticky.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 href="/">
|
||||
<img src="https://cdn.enp.one/img/logos/e-w-sm.png" alt="E.N.Paul" title="" /></img>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<nav id="nav-menu-container">
|
||||
<ul class="nav-menu">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/homelab">Homelab</a></li>
|
||||
<li><a href="/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="about">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h3 class="section-title">About</h3>
|
||||
<div class="section-title-divider"></div>
|
||||
<p class="section-description"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container about-container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<img class="about-portrait" src="https://cdn.enp.one/img/me.jpg" alt="Ethan N. Paul"/>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h2 class="about-title">Who I Am</h2>
|
||||
<p class="about-text">
|
||||
My name is Ethan Paul, and I am an engineer working in tech! I graduated as a part of
|
||||
<a target="_blank" href="https://www.wpi.edu/">Worcester Polytechnic Institute</a>'s
|
||||
Class of 2017 with a degree in
|
||||
<a href="https://www.wpi.edu/academics/departments/mechanical-engineering">Mechanical Engineering</a>.
|
||||
I am an avid outdoorsman, a former Boy Scout, and had a lot of fun getting my
|
||||
<a target="_blank" href="https://www.solidworks.com/sw/support/797_ENU_HTML.htm">SolidWorks Certified Professional Certification</a>
|
||||
(even though I don't actually use it). I'm also a
|
||||
<a target="_blank" href="http://www.diabetes.org/diabetes-basics/type-1/">Type 1 Diabetic</a>
|
||||
who enjoy's
|
||||
<a target="_blank" href="https://openaps.org/">hacking my OmniPod insulin pump</a>,
|
||||
and I can make a mean omelet (if I do say so myself).
|
||||
</p>
|
||||
<h2 class="about-title">My Interests</h2>
|
||||
<p class="about-text">
|
||||
My interests are pretty varied and constantly changing, but most often you
|
||||
can find me programming in
|
||||
<a target="_blank" href="https://www.python.org">Python</a>,
|
||||
learning about practical repairs to internal combustion engines, or answering
|
||||
hypothetical questions on
|
||||
<a target="_blank" href="https://worldbuilding.stackexchange.com">StackExchange World Building</a>.
|
||||
I also enjoy reading! Some of my favorite books are Isaac Asimov's
|
||||
<a target="_blank" href="https://www.goodreads.com/book/show/46654.The_Foundation_Trilogy">Foundation Trilogy</a>,
|
||||
Patrick Ness'
|
||||
<a target="_blank" href="https://www.goodreads.com/book/show/13047567-chaos-walking">Chaos Walking Series</a>,
|
||||
F.Scott Fitzgerald's
|
||||
<a target="_blank" href="https://www.goodreads.com/book/show/4671.The_Great_Gatsby">The Great Gatsby</a>,
|
||||
and just about anything written by
|
||||
<a target="_blank" href="https://www.goodreads.com/author/list/5194.Michael_Crichton">Michael Crichton</a>.
|
||||
</p>
|
||||
<h2 class="about-title">What I Do</h2>
|
||||
<p class="about-text">
|
||||
I do lots of things! I work at
|
||||
<a target="_blank" href="https://starry.com">Starry Inc</a>,
|
||||
volunteer with
|
||||
<a target="_blank" href="https://www.mindsmatterboston.org/">Minds Matter Boston</a>
|
||||
as a youth mentor, and give excessively passionate tours at the
|
||||
<a target="_blank" href="https://waterworksmuseum.org/">Boston Metropolitan Waterworks Museum</a>.
|
||||
I also enjoy programming, urban and trail hiking, fixing my aging car, and maintaining
|
||||
<a href="/homelab">my homelab equipment and systems</a>.
|
||||
</p>
|
||||
<p class="about-text"><i>
|
||||
Interested in volunteering in the Boston area? Both
|
||||
<a href="https://www.mindsmatterboston.org/mentors">Minds Matter</a>
|
||||
and the
|
||||
<a href="https://waterworksmuseum.org/support/volunteer/">Metropolitan Waterworks Museum</a>
|
||||
are looking for new volunteers! Click those links to learn how you can get involved!
|
||||
</i></p>
|
||||
<a href="https://www.eff.org/join"><img src="https://www.eff.org/files/eff-banner.png" alt="Join EFF!" border="0"></a><br />
|
||||
<p class="about-text"><i>Proud supporter of the Electronic Frontier Foundation</i></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="contact">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h3 class="section-title">Contact Me</h3>
|
||||
<div class="section-title-divider"></div>
|
||||
<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">
|
||||
<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.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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer id="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="copyright">
|
||||
©2020 <strong>Ethan N. Paul</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</i></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>
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 965 KiB After Width: | Height: | Size: 965 KiB |
Before Width: | Height: | Size: 905 KiB After Width: | Height: | Size: 905 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 740 KiB After Width: | Height: | Size: 740 KiB |
Before Width: | Height: | Size: 282 KiB After Width: | Height: | Size: 282 KiB |
Before Width: | Height: | Size: 1013 KiB After Width: | Height: | Size: 1013 KiB |
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 227 KiB After Width: | Height: | Size: 227 KiB |
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 280 KiB After Width: | Height: | Size: 280 KiB |
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |