Added projects page, updated meta for all pages
This commit is contained in:
parent
9dfc32ce07
commit
d2d8ee7b32
@ -7,29 +7,29 @@
|
||||
<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="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="ENPaul Homepage"/>
|
||||
<meta property="og:url" content="https://enpaul.net/"/>
|
||||
<meta property='og:site_name' content="ENPN"/>
|
||||
<meta property="og:title" content="ENPaul | About"/>
|
||||
<meta property="og:url" content="https://enpaul.net/about/"/>
|
||||
<meta property='og:site_name' content="ENPaul"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property='og:locale' content="en_US"/>
|
||||
<meta property="og:image" content="https://enpaul.net/img/network-banner.jpg"/>
|
||||
<meta property='og:description' content="Ethan Paul's personal landing page and overview website"/>
|
||||
<meta property="og:image" content="https://enpaul.net/img/banners/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="ENPaul Homepage">
|
||||
<meta name="twitter:description" content="Ethan Paul's personal landing page and overview website">
|
||||
<meta name="twitter:image" content="https://enpaul.net/img/network-banner.jpg">
|
||||
<meta name="twitter:image:alt" content="ENPN">
|
||||
<meta name="twitter:title" content="ENPaul | About">
|
||||
<meta name="twitter:description" content="Introduction to my interests, skills, and activities">
|
||||
<meta name="twitter:image" content="https://enpaul.net/img/banners/about.jpg">
|
||||
<meta name="twitter:image:alt" content="ENPaul">
|
||||
|
||||
<!-- Page title and favicon definition -->
|
||||
<title>ENPaul</title>
|
||||
<title>ENPaul | About</title>
|
||||
<link rel="shortcut icon" href="../img/e-b.png">
|
||||
<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">
|
||||
@ -234,7 +234,7 @@
|
||||
©2018 <strong>Ethan N. Paul</strong>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<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>
|
||||
<a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/"><img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -642,12 +642,12 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
|
||||
/* Portfolio Section
|
||||
--------------------------------*/
|
||||
#portfolio {
|
||||
#project {
|
||||
background: #fff;
|
||||
padding: 80px 0;
|
||||
}
|
||||
|
||||
#portfolio .portfolio-item {
|
||||
#project .project-item {
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
@ -659,7 +659,7 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
#portfolio .portfolio-item .details {
|
||||
#project .project-item .details {
|
||||
height: 260px;
|
||||
background: #fff;
|
||||
display: table-cell;
|
||||
@ -669,7 +669,7 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#portfolio .portfolio-item .details h4 {
|
||||
#project .project-item .details h4 {
|
||||
font-size: 16px;
|
||||
transition: opacity 0.3s, -webkit-transform 0.3s;
|
||||
transition: transform 0.3s, opacity 0.3s;
|
||||
@ -680,7 +680,7 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
#portfolio .portfolio-item .details span {
|
||||
#project .project-item .details span {
|
||||
display: block;
|
||||
color: #666666;
|
||||
font-size: 13px;
|
||||
@ -691,16 +691,16 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
transform: translate3d(0, 15px, 0);
|
||||
}
|
||||
|
||||
#portfolio .portfolio-item:hover .details {
|
||||
#project .project-item:hover .details {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
#portfolio .portfolio-item:hover .details h4 {
|
||||
#project .project-item:hover .details h4 {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
#portfolio .portfolio-item:hover .details span {
|
||||
#project .project-item:hover .details span {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
@ -840,6 +840,7 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
|
||||
#footer .copyright {
|
||||
text-align: center;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#footer .credits {
|
||||
|
@ -7,29 +7,29 @@
|
||||
<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="description" content="Overview of the ENPN Homelab and network applications"/>
|
||||
<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 -->
|
||||
<meta property="og:title" content="ENPaul Homepage"/>
|
||||
<meta property="og:url" content="https://enpaul.net/"/>
|
||||
<meta property='og:site_name' content="ENPN"/>
|
||||
<meta property="og:title" content="ENPaul | Homelab"/>
|
||||
<meta property="og:url" content="https://enpaul.net/homelab/"/>
|
||||
<meta property='og:site_name' content="ENPaul"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property='og:locale' content="en_US"/>
|
||||
<meta property="og:image" content="https://enpaul.net/img/network-banner.jpg"/>
|
||||
<meta property='og:description' content="Ethan Paul's personal landing page and overview website"/>
|
||||
<meta property="og:image" content="https://enpaul.net/img/banners/homelab.jpg"/>
|
||||
<meta property='og:description' content="Overview of the ENPN Homelab and network applications"/>
|
||||
|
||||
<!-- Twitter integration meta -->
|
||||
<meta name="twitter:card" content="summary">
|
||||
<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">
|
||||
<meta name="twitter:image" content="https://enpaul.net/img/network-banner.jpg">
|
||||
<meta name="twitter:image:alt" content="ENPN">
|
||||
<meta name="twitter:title" content="ENPaul | Homelab">
|
||||
<meta name="twitter:description" content="Overview of the ENPN Homelab and network applications">
|
||||
<meta name="twitter:image" content="https://enpaul.net/img/banners/homelab.jpg">
|
||||
<meta name="twitter:image:alt" content="ENPaul">
|
||||
|
||||
<!-- Page title and favicon definition -->
|
||||
<title>ENPaul</title>
|
||||
<title>ENPaul | Homelab</title>
|
||||
<link rel="shortcut icon" href="../img/e-b.png">
|
||||
<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">
|
||||
@ -241,10 +241,10 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||
©2018 <strong>Ethan N. Paul</strong>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<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>
|
||||
<a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/"><img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
BIN
img/banners/about.jpg
Normal file
BIN
img/banners/about.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 585 KiB |
BIN
img/banners/homelab.jpg
Normal file
BIN
img/banners/homelab.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
img/banners/main.jpg
Normal file
BIN
img/banners/main.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 196 KiB |
BIN
img/banners/projects.jpg
Normal file
BIN
img/banners/projects.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 585 KiB |
25
index.html
25
index.html
@ -7,26 +7,26 @@
|
||||
<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="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"/>
|
||||
<meta name="robots" content="index,follow"/>
|
||||
|
||||
<!-- Facebook integration meta -->
|
||||
<meta property="og:title" content="ENPaul Homepage"/>
|
||||
<meta property="og:title" content="Ethan N. Paul"/>
|
||||
<meta property="og:url" content="https://enpaul.net/"/>
|
||||
<meta property='og:site_name' content="ENPN"/>
|
||||
<meta property='og:site_name' content="ENPaul"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property='og:locale' content="en_US"/>
|
||||
<meta property="og:image" content="https://enpaul.net/img/network-banner.jpg"/>
|
||||
<meta property='og:description' content="Ethan Paul's personal landing page and overview website"/>
|
||||
<meta property="og:image" content="https://enpaul.net/img/banners/main.jpg"/>
|
||||
<meta property='og:description' content="My personal landing page"/>
|
||||
|
||||
<!-- Twitter integration meta -->
|
||||
<meta name="twitter:card" content="summary">
|
||||
<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">
|
||||
<meta name="twitter:image" content="https://enpaul.net/img/network-banner.jpg">
|
||||
<meta name="twitter:image:alt" content="ENPN">
|
||||
<meta name="twitter:title" content="Ethan N. Paul">
|
||||
<meta name="twitter:description" content="My personal landing page">
|
||||
<meta name="twitter:image" content="https://enpaul.net/img/banners/main.jpg">
|
||||
<meta name="twitter:image:alt" content="ENPaul">
|
||||
|
||||
<!-- Page title and favicon definition -->
|
||||
<title>ENPaul</title>
|
||||
@ -251,10 +251,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="copyright">
|
||||
<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">
|
||||
<a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/">
|
||||
<img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" />
|
||||
</a>
|
||||
©2018 <strong>Ethan N. Paul</strong>
|
||||
|
335
projects/index.html
Normal file
335
projects/index.html
Normal file
@ -0,0 +1,335 @@
|
||||
<!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 -->
|
||||
<meta property="og:title" content="ENPaul Homepage"/>
|
||||
<meta property="og:url" content="https://enpaul.net/"/>
|
||||
<meta property='og:site_name' content="ENPN"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property='og:locale' content="en_US"/>
|
||||
<meta property="og:image" content="https://enpaul.net/img/network-banner.jpg"/>
|
||||
<meta property='og:description' content="Ethan Paul's personal landing page and overview website"/>
|
||||
|
||||
<!-- Twitter integration meta -->
|
||||
<meta name="twitter:card" content="summary">
|
||||
<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">
|
||||
<meta name="twitter:image" content="https://enpaul.net/img/network-banner.jpg">
|
||||
<meta name="twitter:image:alt" content="ENPN">
|
||||
|
||||
<!-- Page title and favicon definition -->
|
||||
<title>ENPaul</title>
|
||||
<link rel="shortcut icon" href="../img/e-b.png">
|
||||
<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">
|
||||
|
||||
<!-- 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">
|
||||
<link href="../css/hexagons.min.css" rel="stylesheet">
|
||||
<link href="../css/style.css" rel="stylesheet">
|
||||
|
||||
<!-- JavaScript references -->
|
||||
<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>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="preloader"></div>
|
||||
|
||||
<!--<section id="top">
|
||||
<div class="top-container">
|
||||
<div class="wow fadeIn">
|
||||
<div class="hero-logo">
|
||||
<img class="" src="../img/e-w.png" alt="ENPaul">
|
||||
</div>
|
||||
|
||||
<h1>Ethan N. Paul</h1>
|
||||
<h2>Engineer, tinkerer, and <span class="rotating">student, designer, mechanic, handyman, hiker, developer, traveler, kayaker, swimmer, programmer, debugger</span></h2>
|
||||
<div class="actions">
|
||||
<a href="#about" class="btn-header">About</a>
|
||||
<a href="#network" class="btn-header">Network</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>-->
|
||||
|
||||
<header id="header">
|
||||
<div class="container">
|
||||
|
||||
<div id="logo" class="pull-left">
|
||||
<a href="#top"><img src="../img/e-w.png" alt="ENPaul" 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>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section id="project">
|
||||
<div class="container wow fadeInUp">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h3 class="section-title">Portfolio</h3>
|
||||
<div class="section-title-divider"></div>
|
||||
<p class="section-description">Si stante, hoc natura videlicet vult, salvam esse se, quod concedimus ses haec dicturum fuisse</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<a class="project-item" style="background-image: url(img/project-1.jpg);" href="">
|
||||
<div class="details">
|
||||
<h4>Portfolio 1</h4>
|
||||
<span>Alored dono par</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<a class="project-item" style="background-image: url(img/project-2.jpg);" href="">
|
||||
<div class="details">
|
||||
<h4>Portfolio 2</h4>
|
||||
<span>Alored dono par</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<a class="project-item" style="background-image: url(img/project-3.jpg);" href="">
|
||||
<div class="details">
|
||||
<h4>Portfolio 3</h4>
|
||||
<span>Alored dono par</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<a class="project-item" style="background-image: url(img/project-4.jpg);" href="">
|
||||
<div class="details">
|
||||
<h4>Portfolio 4</h4>
|
||||
<span>Alored dono par</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<a class="project-item" style="background-image: url(img/project-5.jpg);" href="">
|
||||
<div class="details">
|
||||
<h4>Portfolio 5</h4>
|
||||
<span>Alored dono par</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<a class="project-item" style="background-image: url(img/project-6.jpg);" href="">
|
||||
<div class="details">
|
||||
<h4>Portfolio 6</h4>
|
||||
<span>Alored dono par</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<a class="project-item" style="background-image: url(img/project-7.jpg);" href="">
|
||||
<div class="details">
|
||||
<h4>Portfolio 7</h4>
|
||||
<span>Alored dono par</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<a class="project-item" style="background-image: url(img/project-8.jpg);" href="">
|
||||
<div class="details">
|
||||
<h4>Portfolio 8</h4>
|
||||
<span>Alored dono par</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--<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">Hello, and welcome to my website!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container about-container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<img class="about-portrait" src="../img/e-w.png" 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 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.
|
||||
</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://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.
|
||||
</p>
|
||||
<h2 class="about-title">My Homelab</h2>
|
||||
<p class="about-text">
|
||||
My <a target="_blank" href="https://www.reddit.com/r/homelab/">homelab</a> environment is 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="/homelab">Homelab Page</a> to learn more.
|
||||
</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 me an email at <a href="mailto:enpaul@enpaul.net">enpaul@enpaul.net</a> or feel free to reach out!</p>
|
||||
<ul class="list-inline">
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>-->
|
||||
|
||||
<!--<section id="network">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h3 class="section-title">Network Services</h3>
|
||||
<div class="section-title-divider"></div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4 service-item">
|
||||
<div class="service-icon-no-link"><i class="fa fa-sitemap"></i></div>
|
||||
<h4 class="service-title">Active Directory</h4>
|
||||
<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>
|
||||
<div class="service-link">
|
||||
<a class="btn btn-default" href="https://docs.enpaul.net/adds/"><i class="fa fa-book"></i> Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 service-item">
|
||||
<div class="service-icon-no-link"><i class="fa fa-key"></i></div>
|
||||
<h4 class="service-title">VPN</h4>
|
||||
<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>
|
||||
<div class="service-link">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
<h4 class="service-title">Cloud Storage</h4>
|
||||
<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>
|
||||
<div class="service-link">
|
||||
<a class=" btn btn-default" href="https://docs.enpaul.net/app/storage/"><i class="fa fa-book"></i> Docs</a>
|
||||
<a class=" btn btn-default" href="https://storage.enpaul.net/"><i class="fa fa-chevron-right"></i> Storage</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 service-item">
|
||||
<a href="https://gitlab.enpaul.net/"><div class="service-icon"><i class="fa fa-gitlab"></i></div></a>
|
||||
<h4 class="service-title">GitLab</h4>
|
||||
<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">
|
||||
<a class=" btn btn-default" href="https://docs.enpaul.net/app/gitlab/"><i class="fa fa-book"></i> Docs</a>
|
||||
<a class=" btn btn-default" href="https://gitlab.enpaul.net/"><i class="fa fa-chevron-right"></i> GitLab</a>
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
<h4 class="service-title">Documentation</h4>
|
||||
<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>
|
||||
<div class="service-link">
|
||||
<a class=" btn btn-default" href="https://docs.enpaul.net/app/docs-meta/"><i class="fa fa-book"></i> Docs (Meta)</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 service-item">
|
||||
<a href="https://plex.enpaul.net/"><div class="service-icon"><i class="fa fa-film"></i></div></a>
|
||||
<h4 class="service-title">Plex Media Server</h4>
|
||||
<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>
|
||||
<div class="service-link">
|
||||
<a class=" btn btn-default" href="https://docs.enpaul.net/app/plex/"><i class="fa fa-book"></i> Docs</a>
|
||||
<a class=" btn btn-default" href="https://plex.enpaul.net/"><i class="fa fa-chevron-right"></i> Plex</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="status">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<h3 class="status-title">Service Status</h3>
|
||||
<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>
|
||||
</div>
|
||||
<div class="col-md-4 status-btn-container">
|
||||
<a class="status-btn" href="#status">Coming Soon!</a>
|
||||
</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>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/"><img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" /></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>
|
Loading…
Reference in New Issue
Block a user