Fixed spacing on about logo

Added HTTPS back to links
Added top section tagline
This commit is contained in:
Ethan N. Paul 2017-02-12 21:55:33 -05:00
parent 72ff9acc6b
commit 44bc00d788
1 changed files with 8 additions and 24 deletions

View File

@ -9,7 +9,7 @@
<meta name="description" content="ENPaul Network landing page">
<meta name="author" content="ethannpaul@gmail.com">
<title>ENPaul</title>
<title>ENPaul Net</title>
<link rel="shortcut icon" href="img\e-b.png">
<link href="css/bootstrap.css" rel="stylesheet">
@ -19,14 +19,10 @@
<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>
<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">
@ -37,41 +33,35 @@
</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="#about">About</a></li>
<li><a class="page-scroll" href="http://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://git.enpaul.net">Git</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>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<hr class="heading_large">
<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 class="heading_large">
<hr>
<p>Student, tinkerer, (aspiring) 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="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>
<a href="#"><span class="hb hb-sm"><i class="fa fa-facebook"></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>
@ -88,13 +78,12 @@
</div>
</header>
<!-- About/Contact Section -->
<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><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>
@ -105,23 +94,18 @@
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center">
<p style="color: #606060;"><i>&copy;2017 ENPaul - 2017-02-10</i></p>
</div>
</footer>
<!-- 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>