diff options
author | FivePixels <o5pxels@gmail.com> | 2021-07-30 22:28:52 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2021-07-30 22:28:52 -0500 |
commit | fc55f61d0acf4debaca03909dc8f571339e82b9e (patch) | |
tree | d5b19d360c2f05685050ca7b3b56cf05126d926b /index.html | |
parent | d53428743e0e537dff24252e348c9efb23a07639 (diff) | |
download | personal-website-fc55f61d0acf4debaca03909dc8f571339e82b9e.tar.xz personal-website-fc55f61d0acf4debaca03909dc8f571339e82b9e.zip |
Add recte to projects
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -81,6 +81,13 @@ <p id="description">
Projects are listed from most recently to least recently created.
</p>
+ <div class="project objc">
+ <h2>Recte</h2>
+ <p>
+ A jailbreak tweak to remove the accessory view from the Pandora app.
+ </p>
+ <a href="https://github.com/FivePixels/recte">Source code</a>
+ </div>
<div class="project streamfinder">
<h2>StreamFinder</h2>
<p>A website that finds streaming platforms (Hulu, Netflix, etc.) to stream your favorite content.</p>
|