2017-03-02 19:43:39 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< 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 = "description" content = "ENPaul Projects Page" >
< meta name = "author" content = "enpaul@enpaul.net" >
< title > ENPaul Projects< / title >
2017-03-13 13:28:51 +00:00
< link rel = "shortcut icon" href = "..\img\e-b.png" >
2017-03-02 19:43:39 +00:00
< link href = "../css/bootstrap.css" rel = "stylesheet" >
< link href = "../css/style.css" rel = "stylesheet" >
< link href = "../font-awesome/css/font-awesome.min.css" rel = "stylesheet" type = "text/css" >
< link href = "../css/hexagons.min.css" rel = "stylesheet" type = "text/css" >
< script src = "../js/hexagons.min.js" > < / script >
< / head >
2017-03-13 13:28:51 +00:00
< body id = "content-page" data-spy = "scroll" data-target = ".navbar-fixed-top" >
2017-03-02 19:43:39 +00:00
< nav class = "navbar navbar-custom navbar-fixed-top" role = "navigation" >
< div class = "container" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = ".navbar-main-collapse" >
< span class = "light" > MENU< / span > <!-- <i class="fa fa - bars"></i> -->
< / button >
2017-03-13 13:28:51 +00:00
< a class = "navbar-brand page-scroll" href = "#content-page" > < span class = "light" > < img src = "img/e-w.png" width = "32" > Projects< / span > < / a >
2017-03-02 19:43:39 +00:00
< / div >
< div class = "collapse navbar-collapse navbar-right navbar-main-collapse" >
< ul class = "nav navbar-nav" >
< li class = "hidden" > < a href = "#page-top" > < / a > < / li >
2017-06-09 02:50:52 +00:00
< li > < a class = "page-scroll" href = "https://gitlab.enpaul.net" > Git< / a > < / li >
2017-03-02 19:43:39 +00:00
< li > < a class = "page-scroll" href = "https://drive.enpaul.net" > Drive< / a > < / li >
< li > < a class = "page-scroll" href = "https://app.plex.tv/web/app" > Plex< / a > < / li >
< / ul >
< / div >
< / div >
< / nav >
2017-03-13 13:28:51 +00:00
<!--
2017-03-02 19:43:39 +00:00
< header class = "intro" >
< div class = "intro-body" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-8 col-md-offset-2" >
< h1 class = "brand-heading" >
< img class = "heading_large" style = "max-width: 512px;" src = "img/logo.png" / >
< img class = "heading_small" style = "max-width: 128px;" src = "img/e-w.png" / >
< / h1 >
< hr >
< p > Student - Tinkerer - Programmer - < i style = "color: #808080;" > (aspiring)< / i > Engineer< / p >
< hr >
< ul class = "list-inline" >
< li >
< a href = "mailto:enpaul@enpaul.net" > < span class = "hb hb-sm" > < i class = "fa fa-envelope-o" > < / i > < / span > < / a >
< / li >
< li >
< a href = "https://drive.enpaul.net/index.php/s/ffyHdMV0yljDIwr/download" > < span class = "hb hb-sm" > < i class = "fa fa-file-text-o" > < / i > < / span > < / a >
< / li >
< li >
< a target = "_blank" href = "https://twitter.com/theenpaul" > < span class = "hb hb-sm" > < i class = "fa fa-twitter" > < / i > < / span > < / a >
< / li >
< li >
< a target = "_blank" href = "https://plus.google.com/+EthanPaul42" > < span class = "hb hb-sm" > < i class = "fa fa-google-plus" > < / i > < / span > < / a >
< / li >
< li >
< a target = "_blank" href = "https://www.linkedin.com/in/enpaul" > < span class = "hb hb-sm" > < i class = "fa fa-linkedin" > < / i > < / span > < / a >
< / li >
< / ul >
< / div >
< / div >
< / div >
< / div >
< / header >
2017-03-13 13:28:51 +00:00
-->
2017-03-02 19:43:39 +00:00
< section id = "about" class = "container content-section text-center" >
< div class = "row" >
< div class = "col-lg-8 col-lg-offset-2" >
2017-03-13 13:28:51 +00:00
< h2 > My Projects< / h2 >
2017-03-02 19:43:39 +00:00
< img id = "logo_about" src = "img\e-w.png" width = "128" >
< br > < br >
< p >
ENPaul is a Mechanical Engineering student at < a target = "_blank" href = "https://wpi.edu" > Worcester Polytechnic Institute< / a > in Worcester Massachusets with way too much time on his hands. He works at < a target = "_blank" href = "http://www.wpi.edu/+netops" > WPI Network Operations< / a > and < a target = "_blank" href = "http://www.solidworks.com" > 3DS SolidWorks< / a > and runs this website when he's bored. He is SolidWorks Professional Certified, and working on getting certified in AutoDesk AutoCAD and SolidWorks Simulation.
< br > < br >
He doesn't need donations, but asks that if you have a joke or funny story to share that you send it to him.
< br >
< / p >
< / div >
< / div >
< / section >
< footer >
< div class = "container text-center" >
2017-03-13 13:28:51 +00:00
< p style = "color: #606060;" > < i > © 2017 ENPaul - 2017-03-13< / i > < / p >
2017-03-02 19:43:39 +00:00
< / div >
< / footer >
< script src = "js/jquery.js" > < / script >
< script src = "js/bootstrap.min.js" > < / script >
< script src = "js/jquery.easing.min.js" > < / script >
< script src = "js/grayscale.js" > < / script >
< / body >
< / html >