Update projects
This commit is contained in:
parent
73367fc809
commit
da292c419e
14
index.html
14
index.html
@ -109,6 +109,20 @@ title: Home
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-sm-4">
|
||||||
|
<div class="card home-project">
|
||||||
|
<div class="card-body">
|
||||||
|
<h5 class="card-title"><strong>Easy Pose Notation library</strong></h5>
|
||||||
|
<p class="card-text">LibEPN is a Java library I built that provides a common interface
|
||||||
|
for working with the position and orientation of objects in 3-dimensional space by making heavy
|
||||||
|
use of Quaternions.</p>
|
||||||
|
<a href="https://github.com/Ewpratten/libepn" class="btn btn-dark"><i
|
||||||
|
class="fab fa-github"></i></a>
|
||||||
|
<a href="https://ewpratten.retrylife.ca/libepn" class="btn btn-dark"><i
|
||||||
|
class="fas fa-book"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="card home-project">
|
<div class="card home-project">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user