Fixed spacing on about logo
Added HTTPS back to links Added top section tagline
This commit is contained in:
		
							
								
								
									
										32
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										32
									
								
								index.html
									
									
									
									
									
								
							@@ -9,7 +9,7 @@
 | 
				
			|||||||
    <meta name="description" content="ENPaul Network landing page">
 | 
					    <meta name="description" content="ENPaul Network landing page">
 | 
				
			||||||
    <meta name="author" content="ethannpaul@gmail.com">
 | 
					    <meta name="author" content="ethannpaul@gmail.com">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <title>ENPaul</title>
 | 
					    <title>ENPaul Net</title>
 | 
				
			||||||
	  <link rel="shortcut icon" href="img\e-b.png">
 | 
						  <link rel="shortcut icon" href="img\e-b.png">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link href="css/bootstrap.css" rel="stylesheet">
 | 
					    <link href="css/bootstrap.css" rel="stylesheet">
 | 
				
			||||||
@@ -19,14 +19,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <script src="js/hexagons.min.js"></script>
 | 
					    <script src="js/hexagons.min.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!--<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>
 | 
					  </head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 | 
					  <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Navigation -->
 | 
					 | 
				
			||||||
    <nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
 | 
					    <nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
 | 
				
			||||||
      <div class="container">
 | 
					      <div class="container">
 | 
				
			||||||
        <div class="navbar-header">
 | 
					        <div class="navbar-header">
 | 
				
			||||||
@@ -37,41 +33,35 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
 | 
					        <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
 | 
				
			||||||
          <ul class="nav navbar-nav">
 | 
					          <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 class="hidden"><a href="#page-top"></a></li>
 | 
				
			||||||
            <li><a class="page-scroll" href="#about">About</a></li>
 | 
					            <li><a class="page-scroll" href="#about">About</a></li>
 | 
				
			||||||
            <li><a class="page-scroll" href="http://git.enpaul.net">Git</a></li>
 | 
					            <li><a class="page-scroll" href="https://git.enpaul.net">Git</a></li>
 | 
				
			||||||
            <li><a class="page-scroll" href="http://drive.enpaul.net">Drive</a></li>
 | 
					            <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>
 | 
					            <li><a class="page-scroll" href="https://app.plex.tv/web/app">Plex</a></li>
 | 
				
			||||||
          </ul>
 | 
					          </ul>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <!-- /.navbar-collapse -->
 | 
					 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <!-- /.container -->
 | 
					 | 
				
			||||||
    </nav>
 | 
					    </nav>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Intro Header -->
 | 
					 | 
				
			||||||
    <header class="intro">
 | 
					    <header class="intro">
 | 
				
			||||||
      <div class="intro-body">
 | 
					      <div class="intro-body">
 | 
				
			||||||
        <div class="container">
 | 
					        <div class="container">
 | 
				
			||||||
          <div class="row">
 | 
					          <div class="row">
 | 
				
			||||||
            <div class="col-md-8 col-md-offset-2">
 | 
					            <div class="col-md-8 col-md-offset-2">
 | 
				
			||||||
              <hr class="heading_large">
 | 
					 | 
				
			||||||
              <h1 class="brand-heading">
 | 
					              <h1 class="brand-heading">
 | 
				
			||||||
                <img class="heading_large" style="max-width: 512px;" src="img/logo.png"/>
 | 
					                <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"/>
 | 
					                <img class="heading_small" style="max-width: 128px;" src="img/e-w.png"/>
 | 
				
			||||||
              </h1>
 | 
					              </h1>
 | 
				
			||||||
              <hr class="heading_large">
 | 
					              <hr>
 | 
				
			||||||
 | 
					              <p>Student, tinkerer, (aspiring) engineer</p>
 | 
				
			||||||
 | 
					              <hr>
 | 
				
			||||||
              <ul class="list-inline">
 | 
					              <ul class="list-inline">
 | 
				
			||||||
                <li>
 | 
					                <li>
 | 
				
			||||||
                  <a href="mailto:enpaul@enpaul.net"><span class="hb hb-sm"><i class="fa fa-envelope-o"></i></span></a>
 | 
					                  <a href="mailto:enpaul@enpaul.net"><span class="hb hb-sm"><i class="fa fa-envelope-o"></i></span></a>
 | 
				
			||||||
                </li>
 | 
					                </li>
 | 
				
			||||||
                <li>
 | 
					                <li>
 | 
				
			||||||
                  <a href="http://drive.enpaul.net/index.php/s/ffyHdMV0yljDIwr/download"><span class="hb hb-sm"><i class="fa fa-file-text-o"></i></span></a>
 | 
					                  <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>
 | 
				
			||||||
                <!--<li>
 | 
					 | 
				
			||||||
                  <a href="#"><span class="hb hb-sm"><i class="fa fa-facebook"></i></span></a>
 | 
					 | 
				
			||||||
                </li>-->
 | 
					 | 
				
			||||||
              	<li>
 | 
					              	<li>
 | 
				
			||||||
                  <a target="_blank" href="https://twitter.com/theenpaul"><span class="hb hb-sm"><i class="fa fa-twitter"></i></span></a>
 | 
					                  <a target="_blank" href="https://twitter.com/theenpaul"><span class="hb hb-sm"><i class="fa fa-twitter"></i></span></a>
 | 
				
			||||||
                </li>
 | 
					                </li>
 | 
				
			||||||
@@ -88,13 +78,12 @@
 | 
				
			|||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </header>
 | 
					    </header>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- About/Contact Section -->
 | 
					 | 
				
			||||||
    <section id="about" class="container content-section text-center">
 | 
					    <section id="about" class="container content-section text-center">
 | 
				
			||||||
      <div class="row">
 | 
					      <div class="row">
 | 
				
			||||||
        <div class="col-lg-8 col-lg-offset-2">
 | 
					        <div class="col-lg-8 col-lg-offset-2">
 | 
				
			||||||
          <h2>About ENPaul</h2>
 | 
					          <h2>About ENPaul</h2>
 | 
				
			||||||
          <img id="logo_about" src="img\e-w.png" width="128">
 | 
					          <img id="logo_about" src="img\e-w.png" width="128">
 | 
				
			||||||
          <br>
 | 
					          <br><br>
 | 
				
			||||||
          <p>
 | 
					          <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.
 | 
					            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>
 | 
					            <br><br>
 | 
				
			||||||
@@ -105,23 +94,18 @@
 | 
				
			|||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </section>
 | 
					    </section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Footer -->
 | 
					 | 
				
			||||||
    <footer>
 | 
					    <footer>
 | 
				
			||||||
        <div class="container text-center">
 | 
					        <div class="container text-center">
 | 
				
			||||||
        		<p style="color: #606060;"><i>©2017 ENPaul - 2017-02-10</i></p>
 | 
					        		<p style="color: #606060;"><i>©2017 ENPaul - 2017-02-10</i></p>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </footer>
 | 
					    </footer>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- jQuery -->
 | 
					 | 
				
			||||||
    <script src="js/jquery.js"></script>
 | 
					    <script src="js/jquery.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Bootstrap Core JavaScript -->
 | 
					 | 
				
			||||||
    <script src="js/bootstrap.min.js"></script>
 | 
					    <script src="js/bootstrap.min.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Plugin JavaScript -->
 | 
					 | 
				
			||||||
    <script src="js/jquery.easing.min.js"></script>
 | 
					    <script src="js/jquery.easing.min.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Custom Theme JavaScript -->
 | 
					 | 
				
			||||||
    <script src="js/grayscale.js"></script>
 | 
					    <script src="js/grayscale.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user