Prepped for main overhaul

Created new archive
Reorged resource folders
This commit is contained in:
Ethan N. Paul
2017-08-28 08:28:29 -04:00
parent 952aed6b82
commit d735f3f9ef
122 changed files with 1110 additions and 658 deletions

View File

@@ -14,7 +14,7 @@
<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/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>
@@ -35,10 +35,11 @@
<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>-->
<li><a class="page-scroll" target="_blank" href="https://plex.enpaul.net/">Plex</a></li>
<li><a class="page-scroll" href="/services">Services</a></li>
<li><a class="page-scroll" href="/network">Network</a></li>
<li><a class="page-scroll" href="/projects">Projects</a></li>
<li><a class="page-scroll" href="/vpn">VPN</a></li>
</ul>
</div>
</div>
@@ -86,9 +87,9 @@
<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.
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.
He doesn't want donations, but asks that if you have a joke or funny story to share that you send it to him.
<br>
</p>
</div>
@@ -97,7 +98,7 @@
<footer>
<div class="container text-center">
<p style="color: #606060;"><i>&copy;2017 ENPaul - 2017-08-16</i></p>
<p style="color: #606060;"><i>&copy;2017 ENPaul - 2017-08-25</i></p>
</div>
</footer>
@@ -107,7 +108,7 @@
<script src="js/jquery.easing.min.js"></script>
<script src="js/grayscale.js"></script>
<script src="js/common.js"></script>
</body>