Update projects
This commit is contained in:
parent
73367fc809
commit
da292c419e
108
index.html
108
index.html
@ -112,18 +112,32 @@ title: Home
|
||||
<div class="col-sm-4">
|
||||
<div class="card home-project">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong>GitHub Actions for FRC</strong></h5>
|
||||
<p class="card-text">A GitHub CI action specifically built for FRC/GradleRIO codebases.
|
||||
This has been used in production by multiple FRC teams, and has become a core tool
|
||||
in the Raider Robotics software development pipeline.</p>
|
||||
<a href="https://github.com/marketplace/actions/frc-build-test"
|
||||
class="btn btn-primary">GitHub Marketplace</a>
|
||||
<a href="https://github.com/Ewpratten/FRC-actions" class="btn btn-dark"><i
|
||||
<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-body">
|
||||
<h5 class="card-title"><strong>GitHub Actions for FRC</strong></h5>
|
||||
<p class="card-text">A GitHub CI action specifically built for FRC/GradleRIO codebases.
|
||||
This has been used in production by multiple FRC teams, and has become a core tool
|
||||
in the Raider Robotics software development pipeline.</p>
|
||||
<a href="https://github.com/marketplace/actions/frc-build-test"
|
||||
class="btn btn-primary">GitHub Marketplace</a>
|
||||
<a href="https://github.com/Ewpratten/FRC-actions" class="btn btn-dark"><i
|
||||
class="fab fa-github"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="col-sm-4">
|
||||
<div class="card home-project">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong>Remains.xyz</strong></h5>
|
||||
@ -136,50 +150,50 @@ title: Home
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="col-sm-4">
|
||||
<div class="card home-project">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong>Shift</strong></h5>
|
||||
<p class="card-text">Shift is a rotating-key, XOR-based data encryption tool that I
|
||||
built to learn about the inner workings of simple encryption tools. This tool is
|
||||
used to obfuscate program data in some of my other applications.</p>
|
||||
<a href="/blog/2019/08/24/shift2" class="btn btn-primary">Blog Post</a>
|
||||
<a href="https://github.com/Ewpratten/shift" class="btn btn-dark"><i
|
||||
class="fab fa-github"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="card home-project">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong>Rayzor</strong></h5>
|
||||
<p class="card-text">Rayzor is my final project from my ICS4U computer science class.
|
||||
This is a 3D raytracer that can generate still images from a scene definition file.
|
||||
Take a look at the project's README file for some examples.</p>
|
||||
<a href="https://github.com/Ewpratten/Rayzor" class="btn btn-dark"><i
|
||||
class="fab fa-github"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="card home-project">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong>Pi-hole API</strong></h5>
|
||||
<p class="card-text">This is an old project of mine that is used in some of my backend
|
||||
server management tools, and by many other people in personal projects. Pi-hole API
|
||||
is a Python3 wrapper around the <a href="https://pi-hole.net/">Pi-hole</a> admin
|
||||
interface.</p>
|
||||
<a href="https://github.com/Ewpratten/pihole-api" class="btn btn-dark"><i
|
||||
class="fab fa-github"></i></a>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="card home-project">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong>Shift</strong></h5>
|
||||
<p class="card-text">Shift is a rotating-key, XOR-based data encryption tool that I
|
||||
built to learn about the inner workings of simple encryption tools. This tool is
|
||||
used to obfuscate program data in some of my other applications.</p>
|
||||
<a href="/blog/2019/08/24/shift2" class="btn btn-primary">Blog Post</a>
|
||||
<a href="https://github.com/Ewpratten/shift" class="btn btn-dark"><i
|
||||
class="fab fa-github"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="card home-project">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong>Rayzor</strong></h5>
|
||||
<p class="card-text">Rayzor is my final project from my ICS4U computer science class.
|
||||
This is a 3D raytracer that can generate still images from a scene definition file.
|
||||
Take a look at the project's README file for some examples.</p>
|
||||
<a href="https://github.com/Ewpratten/Rayzor" class="btn btn-dark"><i
|
||||
class="fab fa-github"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="card home-project">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><strong>Pi-hole API</strong></h5>
|
||||
<p class="card-text">This is an old project of mine that is used in some of my backend
|
||||
server management tools, and by many other people in personal projects. Pi-hole API
|
||||
is a Python3 wrapper around the <a href="https://pi-hole.net/">Pi-hole</a> admin
|
||||
interface.</p>
|
||||
<a href="https://github.com/Ewpratten/pihole-api" class="btn btn-dark"><i
|
||||
class="fab fa-github"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="home-third-panel">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="home-third-panel">
|
||||
<div class="inner-content-container home-content container">
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user