added images for pallet desk. aesthetic tweaks to contact page and footer

This commit is contained in:
len0rd 2018-08-09 20:45:35 -04:00
parent 0060a4ebfb
commit 24f4e623e0
12 changed files with 6 additions and 6 deletions

View file

@ -31,10 +31,10 @@
}
.cenMain {
padding-top: 20%;
padding-bottom: 20%;
padding-top: 20vh;
padding-bottom: 20vh;
padding-top: 40%;
padding-bottom: 40%;
padding-top: 40vh;
padding-bottom: 40vh;
width: 60%;
margin: auto;

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -76,7 +76,7 @@
<p class="card-text">Building my dream desk on a poor-college-student budget. The end result: a portable and rock solid desk with a couple of flaws</p>
</div>
<div class="card-footer pb-3">
<a href="projects/darkstar" class="btn btn-outline-light">Read More</a>
<a href="projects/palletdesk" class="btn btn-outline-light">Read More</a>
</div>
</div>
<div class="card bg-dark border-light text-white">

View file

@ -17,7 +17,7 @@
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="col-md-12 mb-2">
<div class="footer-copyright text-center text-white">lenordsNet 2018</div>
</div>
</div>