aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2022-03-11 17:05:36 -0600
committerFivePixels <o5pxels@gmail.com>2022-03-11 17:09:51 -0600
commit1a779ff55b0f9a88430894494e6fbfd47a6b3259 (patch)
treea3cde0390bb87e84c556d8e3b26fb1ee2b54648a /index.html
parentda790b92a2d36f77b30bd20d7490b4b797eacff9 (diff)
downloadpersonal-website-1a779ff55b0f9a88430894494e6fbfd47a6b3259.tar.xz
personal-website-1a779ff55b0f9a88430894494e6fbfd47a6b3259.zip
Add resume, remove Twitter from navbar, add catego
ries to projects, change headers to account for new categories, add git server to navbar, remove content of About Me for rewrite, update intro on homepage remove pdf because bad
Diffstat (limited to 'index.html')
-rw-r--r--index.html78
1 files changed, 34 insertions, 44 deletions
diff --git a/index.html b/index.html
index ae79fa6..8fd7ded 100644
--- a/index.html
+++ b/index.html
@@ -30,6 +30,11 @@
</li>
<li>
<a
+ href="https://git.fivepixels.me"
+ target="_blank"
+ rel="noopener noreferrer"
+ >Git</a> /
+ <a
href="https://github.com/FivePixels"
target="_blank"
rel="noopener noreferrer"
@@ -46,61 +51,36 @@
LinkedIn
</a>
</li>
- <li>
- <a
- href="https://twitter.com/o5pxels"
- target="_blank"
- rel="noopener noreferrer"
- >
- Twitter
- </a>
- </li>
+ <li><a href="resume.html">Resume</a></li>
</ul>
</header>
<section id="intro">
- <h1>FivePixels</h1>
- <p id="position">Junior Software Developer at O'Reilly Auto Parts</p>
- <p> My
- <a
- href="https://pronoun.is/he/him"
- target="_blank"
- rel="noopener noreferrer"
- >
- pronoun.is/he/him</a>.
- <br>
- My email is
- <a href="mailto:o5pxels@gmail.com">o5pxels@gmail.com</a>.
- </p>
- <p>
- Welcome to my website.
+ <h1>Dylan Bolger</h1>
+ <p id="position">Junior Software Developer at O'Reilly Auto Parts
+ <p id="about">I'm Dylan, a 21-year-old Missouri State University student majoring in Computer Science, and minoring in Mathematics. My favorite coding languages are C, JavaScript, and Java.
+ <p id="email">Feel free to explore my projects below, <a href="mailto:dylan@fivepixels.me">connect with me</a>, or <a href="https://fivepixels.me/about.html">learn more about me</a>.</p>
</p>
</section>
<section id="projects">
<h1>Projects</h1>
<p id="description">
- Projects are listed from most recently to least recently created.
+ Projects are listed from most recently to least recently created in their respective categories.
</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>
+ <h2>Web</h2>
<div class="project streamfinder">
- <h2>StreamFinder</h2>
+ <h3>StreamFinder</h3>
+ <a href="https://devpost.com/software/streamfinder">
+ Devpost project
+ </a>
<p>A website that finds streaming platforms (Hulu, Netflix, etc.) to stream your favorite content.</p>
<p><i>This project was a group submission at <a href="https://pickhacks.io/">PickHacks</a>. View the website at <a href="https://streamfind.tech">streamfind.tech</a>.</i></p>
<p>Winner of <i>Best Domain Registered with Domain.com</i></p>
<a href="https://github.com/FivePixels/StreamFinder">
- Source code</a>
+ Source</a>
<br>
- <a href="https://devpost.com/software/streamfinder">
- Devpost project
- </a>
</div>
<div class="project htmlcss">
- <h2>fivepixels.me</h2>
+ <h3>fivepixels.me</h3>
<p>
My website (the one you are looking at right now).
</p>
@@ -108,30 +88,40 @@
Source code
</a>
</div>
+ <h2>Discord</h2>
<div class="project js">
- <h2>Tribble</h2>
+ <h3>Tribble</h3>
<p>
A discord.js payment bot that creates tickets and automatically
validates payments using the Gmail API.
</p>
<a href="https://github.com/FivePixels/Tribble">Source code</a>
</div>
+ <h2>Spotify</h2>
<div class="project css">
- <h2>Tidal</h2>
+ <h3>Tidal</h3>
<p>A Spotify theme based on Tidal's user interface.</p>
<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>
+ <h2>iOS and macOS</h2>
+ <div class="project objc">
+ <h3>Recte</h3>
+ <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 objc">
- <h2>Finical</h2>
+ <h3>Finical</h3>
<p>
A jailbreak tweak to let you swipe away the lockscreen media player.
</p>
<a href="https://github.com/FivePixels/Finical">Source code</a>
</div>
<div class="project objc">
- <h2>Intemperate</h2>
+ <h3>Intemperate</h3>
<p>
A jailbreak tweak to bypass the thermal lockdown mode when an iPhone
reaches a temperature threshold.
@@ -139,14 +129,14 @@
<a href="https://github.com/FivePixels/Intemperate">Source code</a>
</div>
<div class="project objc">
- <h2>Signate</h2>
+ <h3>Signate</h3>
<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>
+ <h3>dwa140shortcut</h3>
<p>
A shortcut application for designed for Hackintosh machines using the
DWA-140 preference pane.