Added about links, minor tweak to network item spacing

This commit is contained in:
Ethan N. Paul 2018-02-03 04:24:49 -05:00
parent bbe30c8572
commit 0a95b19840
2 changed files with 5 additions and 5 deletions

View File

@ -512,8 +512,8 @@ body.mobile-nav-active #mobile-nav-toggle {
}
#network .service-item {
margin-top: 60px;
margin-bottom: 20px;
margin-top: 80px;
margin-bottom: 30px;
}
#network .service-icon {

View File

@ -118,15 +118,15 @@
<div class="col-md-6">
<h2 class="about-title">Who I Am</h2>
<p class="about-text">
My name is Ethan Paul. I am currently an engineering student at Worcester Polytechnic Institute studying Mechanical Engineering. I am an avid outdoorsman, former Boy Scout, and can make a mean omlette (if I do say so myself). I'm also a Type 1 Diabetic, working on joining the Artificial Pancreas and OpenOMNI projects.
My name is Ethan Paul. I am currently an engineering student at <a href="https://www.wpi.edu/">Worcester Polytechnic Institute</a> studying <a href="https://www.wpi.edu/academics/departments/mechanical-engineering">Mechanical Engineering</a>. I am an avid outdoorsman, former Boy Scout, and can make a mean omlette (if I do say so myself). I'm also a <a href="http://www.diabetes.org/diabetes-basics/type-1/">Type 1 Diabetic</a>, and working on joining the <a href="https://diyps.org/">DIY Pancreas</a> and <a href="http://www.openomni.org/">OpenOMNI</a> projects.
</p>
<h2 class="about-title">What I Do</h2>
<p class="about-text">
Lots of things! I work at WPI Network Operations and spent three years as an intern for SolidWorks. I also enjoy programming, fixing my aging car, hiking, and squeezing extra years of life out of old technology.
Lots of things! I work at <a 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, fixing my aging car, hiking, and squeezing extra years of life out of old technology.
</p>
<h2 class="about-title">My Network</h2>
<p class="about-text">
The ENPaul Network (ENPN) is a homelab environment designed, created, and maintained by/for myself. To be clear: the things I do with my servers are completely unnecessary and wholly ridiculous. I do them anyway because they're fun! See the Network Section to learn more.
The ENPaul Network (ENPN) is a <a href="https://www.reddit.com/r/homelab/">homelab</a> environment designed, created, and maintained by/for myself. To be clear: the things I do with my servers are completely unnecessary and wholly ridiculous. I do them anyway because they're fun! See the <a href="#network">Network Section</a> to learn more.
</p>
</div>
</div>