Start fixing up the project page
This commit is contained in:
parent
85e5a3c393
commit
880ee00c0b
@ -84,21 +84,21 @@
|
||||
<div class="col-md-12">
|
||||
<h3 class="section-title">Projects</h3>
|
||||
<div class="section-title-divider"></div>
|
||||
<p class="section-description">I work on a lot of different projects. Some of them professional, some of them academic, some of them just for fun, and many of them somewhere between. </p>
|
||||
<p class="section-description">I work on a lot of different projects. Some of them professional, some of them academic, and some of them just for fun.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-3" id="project-section-travel">
|
||||
<a class="project-item" style="background-image: url(../img/project-card-travel.jpg);" href="#">
|
||||
<div class="details">
|
||||
<h4>Travel</h4>
|
||||
<span>"The great affair is to move"<br><i>-Robert Louis Stevenson</i></span>
|
||||
<span>Going absolutely nowhere very, very slowly</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-3" id="project-section-car">
|
||||
<a class="project-item" style="background-image: url(../img/project-card-car.jpg);" href="#">
|
||||
<div class="details">
|
||||
<h4>Vehicle Maintenence</h4>
|
||||
@ -107,7 +107,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-3" id="project-section-waterworks">
|
||||
<a class="project-item" style="background-image: url(../img/project-card-acad.jpg);" href="#">
|
||||
<div class="details">
|
||||
<h4>Campus Structure Docs</h4>
|
||||
@ -116,7 +116,16 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-3" id="project-section-waterworks">
|
||||
<a class="project-item" style="background-image: url(../img/project-card-acad.jpg);" href="#">
|
||||
<div class="details">
|
||||
<h4>Campus Structure Docs</h4>
|
||||
<span>AutoCAD, legacy data, organization <br>of field data</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3" id="project-section-homelab">
|
||||
<a class="project-item" style="background-image: url(../img/project-card-server.jpg);" href="#">
|
||||
<div class="details">
|
||||
<h4>Homelab</h4>
|
||||
@ -125,38 +134,6 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<a class="project-item" style="background-image: url(../img/project-card-mqp.jpg);" href="#">
|
||||
<div class="details">
|
||||
<h4>Major Qualifying Project</h4>
|
||||
<span>A passive knee brace for assisting <br>with Sit-To-Stand Transitions</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<a class="project-item" style="background-image: url(../img/project-card-solidworks.jpg);" href="#">
|
||||
<div class="details">
|
||||
<h4>3D Models</h4>
|
||||
<span>SolidWorks is to 3D-Printing what<br> cake is to dessert</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="status">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<h3 class="status-title">Personal Blog</h3>
|
||||
<p class="status-text">As with all things I put online, my blog will mostly be for me to organize my thoughts. That said, feel free to take a look!</p>
|
||||
</div>
|
||||
<div class="col-md-4 status-btn-container">
|
||||
<a class="status-btn" href="#status">Coming Soon!</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user