Standardized language across the homelab and about pages, testing update to error page layout

This commit is contained in:
Ethan N. Paul 2018-02-06 08:43:47 -05:00
parent a9c136bc06
commit c32af49034
3 changed files with 15 additions and 20 deletions

View File

@ -35,27 +35,12 @@
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i>&nbsp;Home</a>
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i>&nbsp;Back</a>
<br>
<a href="https://httpstatuses.com/401" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i>&nbsp;Details</a>
<a href="https://httpstatuses.com/401" target="_blank">More information</a>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
&copy;2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
</div>
<div class="copyright">
<a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome"><strong><i class="fa fa-gitlab fa-lg"></i>&nbsp;&nbsp;</strong></a><a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/commits/master"><img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" /></a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>

View File

@ -116,9 +116,9 @@
<p class="about-text">
I do lots of things! I work at <a target="_blank" href="https://web.wpi.edu/academics/CCC/Netops/">WPI Network Operations</a> and spent three years as an intern for the <a href="http://www.solidworks.com/">SolidWorks Corporation</a>. I also enjoy programming, urban and trail hiking, fixing my aging car, and squeezing extra life out of decrepit technology.
</p>
<h2 class="about-title">My Network</h2>
<h2 class="about-title">My Homelab</h2>
<p class="about-text">
The ENPaul Network is a <a target="_blank" href="https://www.reddit.com/r/homelab/">homelab</a> environment designed, created, and maintained by me. To be clear: the things I do with my servers are completely unnecessary and wholly ridiculous, but I do them anyway because they're fun! See the <a href="#network">Network Section</a> to learn more.
My <a target="_blank" href="https://www.reddit.com/r/homelab/">homelab</a> environment is designed, created, and maintained by me. To be clear: the things I do with my servers are completely unnecessary and wholly ridiculous, but I do them anyway because they're fun! See the <a href="/homelab">Homelab Page</a> to learn more.
</p>
</div>
</div>

View File

@ -149,9 +149,9 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Network Services</h3>
<h3 class="section-title">Homelab</h3>
<div class="section-title-divider"></div>
<p class="section-description">The ENPaul Network provides a number of services for entertainment, reference, security, and productivity.<br>To learn more about the network as a whole, please <a href="https://docs.enpaul.net/" target="_blank">read the docs</a>.</p>
<p class="section-description">I use my homelab to provide a number of services for personal entertainment, reference, security, and productivity.<br>To learn more about the lab as a whole, please <a href="https://docs.enpaul.net/" target="_blank">read the docs</a>.</p>
</div>
</div>
@ -230,6 +230,16 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
<ul class="list-inline">
<li><a target="_blank" href="https://download.enpaul.net/enpaul-resume.pdf"><span class="hb hb-xs hb-resume" title="Download Resume"><i class="fa fa-file-text"></i></span></a></li>
<li><a href="mailto:enpaul@enpaul.net"><span class="hb hb-xs hb-email" title="EMail enpaul@enpaul.net"><i class="fa fa-envelope"></i></span></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn ENPaul"><i class="fa fa-linkedin"></i></span></a></li>
<li><a target="_blank" href="https://plus.google.com/+EthanPaul42"><span class="hb hb-xs hb-google-plus" title="Google+ EthanPaul42"><i class="fa fa-google-plus"></i></span></a></li>
<li><a target="_blank" href="https://twitter.com/theenpaul"><span class="hb hb-xs hb-twitter" title="Twitter @theENPaul"><i class="fa fa-twitter"></i></span></a></li>
<li><a target="_blank" href="https://www.instagram.com/theenpaul"><span class="hb hb-xs hb-instagram" title="Instagram @theENPaul"><i class="fa fa-instagram"></i></span></a></li>
</ul>
</div>
<div class="copyright">
&copy;2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
</div>