115 lines
4.9 KiB
HTML
115 lines
4.9 KiB
HTML
<!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 Network landing page">
|
|
<meta name="author" content="enpaul@enpaul.net">
|
|
|
|
<title>ENPaul</title>
|
|
<link rel="shortcut icon" href="img\e-b.png">
|
|
|
|
<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>
|
|
|
|
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
|
|
|
<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>
|
|
<a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="img/e-w.png" width="32"> Home</span></a>
|
|
</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>
|
|
<li><a class="page-scroll" href="#about">About</a></li>
|
|
<!--<li><a class="page-scroll" href="https://gitlab.enpaul.net">Gitlab</a></li>-->
|
|
<li><a class="page-scroll" href="https://drive.enpaul.net">Drive</a></li>
|
|
<li><a class="page-scroll" href="https://plex.enpaul.net/">Plex</a></li>
|
|
<!--<li><a class="page-scroll" href="https://doc.enpaul.net">Doc</a></li>-->
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<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>
|
|
|
|
<section id="about" class="container content-section text-center">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2">
|
|
<h2>About ENPaul</h2>
|
|
<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>, plays around with <a target="_blank" href="http://www.solidworks.com">3DS SolidWorks</a> and runs this website when he's bored.
|
|
<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">
|
|
<p style="color: #606060;"><i>©2017 ENPaul - 2017-08-16</i></p>
|
|
</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>
|