130 lines
		
	
	
		
			6.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			130 lines
		
	
	
		
			6.3 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="ethannpaul@gmail.com">
 | 
						|
 | 
						|
    <title>ENPaul DEV</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="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
 | 
						|
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">-->
 | 
						|
 | 
						|
  </head>
 | 
						|
 | 
						|
  <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 | 
						|
 | 
						|
    <!-- Navigation -->
 | 
						|
    <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">
 | 
						|
            <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">   ENPaul Network</span></a>
 | 
						|
        </div>
 | 
						|
        <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
 | 
						|
          <ul class="nav navbar-nav">
 | 
						|
            <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
 | 
						|
            <li class="hidden"><a href="#page-top"></a></li>
 | 
						|
            <li><a class="page-scroll" href="enpaul-resume.pdf">Resume</a></li>
 | 
						|
            <li><a class="page-scroll" href="https://git.enpaul.net">Git</a></li>
 | 
						|
            <li><a class="page-scroll" href="#">Wiki</a></li>
 | 
						|
            <li><a class="page-scroll" href="https://app.plex.tv/web/app">Plex</a></li>
 | 
						|
          </ul>
 | 
						|
        </div>
 | 
						|
        <!-- /.navbar-collapse -->
 | 
						|
      </div>
 | 
						|
      <!-- /.container -->
 | 
						|
    </nav>
 | 
						|
 | 
						|
    <div class="background-container">
 | 
						|
    <section id="about" class="container content-section">
 | 
						|
        <div class="row">
 | 
						|
            <div class="col-lg-10 col-lg-offset-1">
 | 
						|
                <h2>E.N.Paul</h2>
 | 
						|
                <p>
 | 
						|
                  Hello, and welcome to my website!
 | 
						|
                  This site is constantly undergoing tweaks, fixes, and improvements, but I hope you find the site easy to use and informative.
 | 
						|
               	</p>
 | 
						|
                <p>
 | 
						|
                  My name is E. Paul and I'm a college student at <a href="https://wpi.edu">Worcester Polytechnic Institute</a> in Worcester, Massachusetts.
 | 
						|
                  Currently, I work for <a href="https://wpi.edu/+netops">Network Operations</a> at WPI, and have an internship with <a href="http://www.3ds.com/">Dassault Systèmes</a> in Waltham, MA.
 | 
						|
                  In my spare time I play around with SolidWorks, AutoCAD, Windows Server, VMWare, 3D printing, and whatever gizmos I can get my hands on.
 | 
						|
                </p>
 | 
						|
                <p>
 | 
						|
                  On this website you'll find my resume and contact information, as well as links to the other sites and services I maintain.
 | 
						|
                </p>
 | 
						|
					      <p>
 | 
						|
                  Feel free to contact me with questions, comments, or if you know any particularly good jokes:
 | 
						|
                </p>
 | 
						|
                <ul class="list-inline banner-social-buttons">
 | 
						|
                  <li>
 | 
						|
                    <a href="mailto:ethannpaul@gmail.com" class="btn btn-default btn-lg"><i class="fa fa-envelope fa-fw"></i> <span class="network-name">Email</span></a>
 | 
						|
                  </li>
 | 
						|
                	<li>
 | 
						|
                  	<a href="https://twitter.com/theenpaul" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
 | 
						|
                  </li>
 | 
						|
                  <li>
 | 
						|
                    	<a href="https://linkedin.com/in/enpaul" class="btn btn-default btn-lg"><i class="fa fa-linkedin fa-fw"></i> <span class="network-name">LinkedIn</span></a>
 | 
						|
                  </li>
 | 
						|
                  <li>
 | 
						|
                    	<a href="https://google.com/+ethanpaul42" class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+</span></a>
 | 
						|
                  </li>
 | 
						|
                </ul>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </section>
 | 
						|
 | 
						|
    <!-- Network Section -->
 | 
						|
    <section id="network" class="container content-section text-center">
 | 
						|
        <div class="row">
 | 
						|
            <div class="col-lg-8 col-lg-offset-2">
 | 
						|
                <h2>The ENPaul Network</h2>
 | 
						|
                <p>
 | 
						|
                  This network and the services it hosts are largely based on a thought experiment; I know that there are easier ways to do everything I do here. AWS or literally any other web hosting service could do this, and running the sort of stuff I run on windows is, at best, crazy.
 | 
						|
                </p>
 | 
						|
                <p>
 | 
						|
                  But you know what? I don't really care. I find jumping through the hoops and dodging the nonsensical error codes of Windows Server fun. I find the challenge of making a computer do what I want through the UI engaging. And, quite frankly, I think its worth it for the educational experience.
 | 
						|
                </p>
 | 
						|
                <p>
 | 
						|
                  So yes: I run the overwhelming majority of my infrastructure on Windows Server and the NT kernal; and I readily accept and embrace the headaches and frustrations that entails.
 | 
						|
                <p>
 | 
						|
                <br>
 | 
						|
                <p>Anyway, that's my piece</p>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </section>
 | 
						|
 | 
						|
    <!-- Footer -->
 | 
						|
    <footer>
 | 
						|
        <div class="container text-center">
 | 
						|
        		<p>Updated 2016-01-23<br>©2016 ENPaul</p>
 | 
						|
        </div>
 | 
						|
    </footer>
 | 
						|
</div>
 | 
						|
    <!-- jQuery -->
 | 
						|
    <script src="js/jquery.js"></script>
 | 
						|
 | 
						|
    <!-- Bootstrap Core JavaScript -->
 | 
						|
    <script src="js/bootstrap.min.js"></script>
 | 
						|
 | 
						|
    <!-- Plugin JavaScript -->
 | 
						|
    <script src="js/jquery.easing.min.js"></script>
 | 
						|
 | 
						|
    <!-- Custom Theme JavaScript -->
 | 
						|
    <script src="js/grayscale.js"></script>
 | 
						|
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |