diff options
author | FivePixels <o5pxels@gmail.com> | 2021-05-19 18:39:32 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2021-05-19 18:39:32 -0500 |
commit | 550894d9034fc48bf26a31fb2a74f05514252490 (patch) | |
tree | e78215c028ddb802ffcf38f7bead81611ca66a52 | |
parent | 1c58ef0f518c1e7d58115ee2cc55927a58100c26 (diff) | |
download | personal-website-550894d9034fc48bf26a31fb2a74f05514252490.tar.xz personal-website-550894d9034fc48bf26a31fb2a74f05514252490.zip |
Add Signate to projects, add links to v2/legacy versions of Tidal
-rw-r--r-- | about.html | 2 | ||||
-rw-r--r-- | index.html | 11 |
2 files changed, 11 insertions, 2 deletions
@@ -62,7 +62,7 @@ </h1>
<h2>Introduction</h2>
<p>
- My name is Dylan Bolger. I'm a 21 year old college student that likes to dabble into the world of code. I'm a junior at Missouri State University. To best describe me, you'll more than likely see me at my desk working on something on my computer. Since I was young, I've always been interested in the internet and technology as it has evolved. Gaming was a great start and continues to exist in my day to day life. As I've grown older, I've found interest in creating software for the world. Being involved with technology is one of my favorite things to do. I hope my projects inspire creativity, and help educate students learning to program and create software of their own.
+ My name is Dylan Bolger. I'm a 21 year old college student that likes to dabble into the world of code. I'm a senior at Missouri State University. To best describe me, you'll more than likely see me at my desk working on something on my computer. Since I was young, I've always been interested in the internet and technology as it has evolved. Gaming was a great start and continues to exist in my day to day life. As I've grown older, I've found interest in creating software for the world. Being involved with technology is one of my favorite things to do. I hope my projects inspire creativity, and help educate students learning to program and create software of their own.
</p>
</section>
<section id="hobbies">
@@ -113,7 +113,9 @@ <div class="project css">
<h2>Tidal</h2>
<p>A Spotify theme based on Tidal's user interface.</p>
- <a href="https://github.com/FivePixels/Tidal">Source code</a>
+ <a href="https://github.com/FivePixels/Tidal">Source code (v2)</a>
+ <br>
+ <a href="https://github.com/FivePixels/Tidal_Legacy">Source code (Legacy)</a>
</div>
<div class="project objc">
<h2>Finical</h2>
@@ -130,6 +132,13 @@ </p>
<a href="https://github.com/FivePixels/Intemperate">Source code</a>
</div>
+ <div class="project objc">
+ <h2>Signate</h2>
+ <p>
+ A jailbreak tweak to display device uptime on the lockscreen.
+ </p>
+ <a href="https://github.com/FivePixels/Signate">Source code</a>
+ </div>
<div class="project swift">
<h2>dwa140shortcut</h2>
<p>
|