aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDylan Bolger <dylan.bolger00@gmail.com>2025-12-07 08:59:53 -0600
committerDylan Bolger <dylan.bolger00@gmail.com>2025-12-07 08:59:53 -0600
commit1ff770f2f7618b53aec82e0b167eaed7358e7b57 (patch)
tree0c568ff75cdf45589f173630e1a53cc053669fc5 /index.html
parent761e7c8201cd6771aa5b4ddbf6f3e79f2eb9bebe (diff)
downloadpersonal-website-1ff770f2f7618b53aec82e0b167eaed7358e7b57.tar.xz
personal-website-1ff770f2f7618b53aec82e0b167eaed7358e7b57.zip
Remove LinkedIn from nav, fix source links
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 6 insertions, 17 deletions
diff --git a/index.html b/index.html
index 72ffd56..15cad67 100644
--- a/index.html
+++ b/index.html
@@ -21,20 +21,9 @@
<body id="home">
<header>
<ul id="nav">
- <li>
- <a href="https://blog.dbolger.dev/blog" target="_blank" rel="noopener noreferrer">
- Blog
- </a>
- </li>
- <li>
- <a href="https://git.dbolger.dev" target="_blank" rel="noopener noreferrer">cgit</a>
- </li>
- <li>
- <a href="https://www.linkedin.com/in/dylan-bolger-532b63162/" target="_blank" rel="noopener noreferrer">
- LinkedIn
- </a>
- </li>
- <li><a href="assets/pdf/resume.pdf">Resume</a></li>
+ <li><a href="https://blog.dbolger.dev/blog" target="_blank" rel="noopener noreferrer">Blog</a></li>
+ <li><a href="https://git.dbolger.dev" target="_blank" rel="noopener noreferrer">cgit</a></li>
+ <li><a href="assets/pdf/resume.pdf">Résumé</a></li>
</ul>
</header>
<section id="intro">
@@ -130,7 +119,7 @@
<p>
A jailbreak tweak to let you swipe away the lockscreen media player.
</p>
- <a href="https://git.dbolger.dev/Finical">Source code</a>
+ <a href="https://git.dbolger.dev/finical">Source code</a>
</div>
<div class="project objc">
<h3>Intemperate</h3>
@@ -138,14 +127,14 @@
A jailbreak tweak to bypass the thermal lockdown mode when an iPhone
reaches a temperature threshold.
</p>
- <a href="https://git.dbolger.dev/Intemperate">Source code</a>
+ <a href="https://git.dbolger.dev/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://git.dbolger.dev/Signate">Source code</a>
+ <a href="https://git.dbolger.dev/signate">Source code</a>
</div>
<div class="project swift">
<h3>dwa140shortcut</h3>