aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <dylan.bolger00@gmail.com>2023-05-18 20:23:21 -0500
committerFivePixels <dylan.bolger00@gmail.com>2023-05-18 20:23:21 -0500
commit77e9af17dfd81e4716d2139603025a53811fe1fa (patch)
tree1e79d5527d877009c89d170ab30818921dcd798b
parentcf8a68fba66a1712d1cae0e49123495d37a9a1e2 (diff)
downloadpersonal-website-77e9af17dfd81e4716d2139603025a53811fe1fa.tar.xz
personal-website-77e9af17dfd81e4716d2139603025a53811fe1fa.zip
Update links to point to new GitHub, resize index width, rename title
-rw-r--r--assets/css/main.css10
-rw-r--r--index.html26
2 files changed, 18 insertions, 18 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 9d7f18f..51e6429 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -48,11 +48,11 @@ ul#nav {
}
body#home header ul#nav {
- width: 436px;
+ width: 550px;
}
body#about header ul#nav {
- width: 403.2px;
+ width: 450px;
}
ul#nav li {
@@ -70,11 +70,11 @@ p#position {
}
body#home {
- max-width: 570px;
+ max-width: 600px;
}
body#about {
- max-width: 570px;
+ max-width: 600px;
}
ol#vinyls li,
@@ -237,4 +237,4 @@ section h1 {
a:hover {
color: white;
}
-} \ No newline at end of file
+}
diff --git a/index.html b/index.html
index e0e5026..c1d8a73 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
</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">
+ <a href="https://github.com/dbolger" target="_blank" rel="noopener noreferrer">
GitHub
</a>
</li>
@@ -39,7 +39,7 @@
</ul>
</header>
<section id="intro">
- <h1>FivePixels</h1>
+ <h1>Dylan Bolger</h1>
<p id="about">Hey, I'm Dylan. I'm an entry-level software developer writing Java. Outside of work, I enjoy
deploying self-hosted projects I find online, learning new programming languages, and playing video games.
</p>
@@ -54,7 +54,7 @@
<h3>pip-to-python-packages</h3>
<p>A helper script to move existing pip packages installed to Python packages from the AUR or the offical
Arch Linux repositories.</p>
- <a href="https://github.com/FivePixels/pip-to-python-packages">
+ <a href="https://github.com/dbolger/pip-to-python-packages">
Source</a>
<br>
</div>
@@ -72,7 +72,7 @@
<h3>Strengthy</h3>
<p>A fitness tracking webapp</p>
<p><i>This project was a group submission for CSC450 Spring 2022 at Missouri State University. </i></p>
- <a href="https://github.com/FivePixels/Strengthy">
+ <a href="https://github.com/dbolger/Strengthy">
Source</a>
<br>
</div>
@@ -85,7 +85,7 @@
<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">
+ <a href="https://github.com/dbolger/StreamFinder">
Source</a>
<br>
</div>
@@ -102,9 +102,9 @@
<div class="project css">
<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>
+ <a href="https://github.com/dbolger/Tidal">Source code (v2)</a>
<br>
- <a href="https://github.com/FivePixels/Tidal_Legacy">Source code (Legacy)</a>
+ <a href="https://github.com/dbolger/Tidal_Legacy">Source code (Legacy)</a>
</div>
<h2>iOS and macOS</h2>
<div class="project objc">
@@ -112,14 +112,14 @@
<p>
A jailbreak tweak to remove the accessory view from the Pandora app.
</p>
- <a href="https://github.com/FivePixels/recte">Source code</a>
+ <a href="https://github.com/dbolger/recte">Source code</a>
</div>
<div class="project objc">
<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>
+ <a href="https://github.com/dbolger/Finical">Source code</a>
</div>
<div class="project objc">
<h3>Intemperate</h3>
@@ -127,14 +127,14 @@
A jailbreak tweak to bypass the thermal lockdown mode when an iPhone
reaches a temperature threshold.
</p>
- <a href="https://github.com/FivePixels/Intemperate">Source code</a>
+ <a href="https://github.com/dbolger/Intemperate">Source code</a>
</div>
<div class="project objc">
<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>
+ <a href="https://github.com/dbolger/Signate">Source code</a>
</div>
<div class="project swift">
<h3>dwa140shortcut</h3>
@@ -142,9 +142,9 @@
A shortcut application for designed for Hackintosh machines using the
DWA-140 preference pane.
</p>
- <a href="https://github.com/FivePixels/dwa140shortcut">Source code</a>
+ <a href="https://github.com/dbolger/dwa140shortcut">Source code</a>
</div>
</section>
</body>
-</html> \ No newline at end of file
+</html>