Fixed contrast on car pic, modified layout of projects page for appeal

This commit is contained in:
Ethan N. Paul 2018-02-06 17:28:44 -05:00
parent 8cd3264117
commit 2bab8d5cc0
2 changed files with 9 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View File

@ -113,19 +113,19 @@
</div>
<div class="col-md-3">
<a class="project-item" style="background-image: url(../img/projects/sldwrks.jpg);" href="/projects/models/">
<a class="project-item" style="background-image: url(../img/projects/car.jpg);" href="/projects/mechanic/">
<div class="details">
<h4>3D Models</h4>
<span>SolidWorks is to 3D-Printing what<br> cake is to dessert</span>
<h4>Vehicle Maintenence</h4>
<span>206,000 miles and counting!</span>
</div>
</a>
</div>
<div class="col-md-3">
<a class="project-item" style="background-image: url(../img/projects/car.jpg);" href="/projects/mechanic/">
<a class="project-item" style="background-image: url(../img/projects/acad.jpg);" href="/projects/campus-structure-doc/">
<div class="details">
<h4>Vehicle Maintenence</h4>
<span>206,000 miles and counting!</span>
<h4>Campus Structure Docs</h4>
<span>AutoCAD, legacy data, organization <br>of field data</span>
</div>
</a>
</div>
@ -149,10 +149,10 @@
</div>
<div class="col-md-3">
<a class="project-item" style="background-image: url(../img/projects/acad.jpg);" href="/projects/campus-structure-doc/">
<a class="project-item" style="background-image: url(../img/projects/sldwrks.jpg);" href="/projects/models/">
<div class="details">
<h4>Campus Structure Docs</h4>
<span>AutoCAD, legacy data, organization <br>of field data</span>
<h4>3D Models</h4>
<span>SolidWorks is to 3D-Printing what<br> cake is to dessert</span>
</div>
</a>
</div>