Skip to content

Commit fd3e4b8

Browse files
committed
Update Site
1 parent 15fe090 commit fd3e4b8

2 files changed

Lines changed: 426 additions & 2 deletions

File tree

index.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="title" content="StikDebug - iOS JIT Enabler &amp; On-Device Debugger">
99
<meta name="description" content="StikDebug helps you enable JIT on iOS, then inspect processes, manage pairing files, and track app expiration dates without a computer.">
1010
<meta name="keywords" content="StikDebug, iOS debugger, JIT enabler, on-device debugging, iOS development, JIT iOS 17, iloader, Stephen Bove">
11-
<meta name="author" content="Stephen Bove">
11+
<meta name="author" content="StephenDev0">
1212
<meta name="robots" content="index, follow">
1313
<link rel="canonical" href="https://stikdebug.xyz/">
1414

@@ -43,7 +43,7 @@
4343
"image": "https://stikdebug.xyz/assets/icon.png",
4444
"author": {
4545
"@type": "Person",
46-
"name": "Stephen Bove"
46+
"name": "StephenDev0"
4747
}
4848
}
4949
</script>
@@ -551,6 +551,20 @@
551551
padding: 3rem 0;
552552
text-align: center;
553553
}
554+
.footer-links {
555+
display: flex;
556+
flex-wrap: wrap;
557+
justify-content: center;
558+
gap: 0.4rem 1.4rem;
559+
margin-bottom: 1.5rem;
560+
}
561+
.footer-links a {
562+
color: var(--muted);
563+
font-size: 0.9rem;
564+
font-weight: 500;
565+
transition: color 160ms ease;
566+
}
567+
.footer-links a:hover { color: var(--text); }
554568
.footer p { font-size: 0.82rem; color: var(--muted); }
555569
.footer p + p { margin-top: 0.4rem; opacity: 0.75; }
556570

@@ -867,6 +881,10 @@ <h2>Get help and stay updated.</h2>
867881

868882
<footer class="footer">
869883
<div class="container">
884+
<nav class="footer-links" aria-label="Footer">
885+
<a href="privacy.html">Privacy Policy</a>
886+
<a href="https://github.com/StephenDev0/Website-Stuff" target="_blank" rel="noopener noreferrer">Source Code</a>
887+
</nav>
870888
<p>&copy; 2026 StephenDev0. All rights reserved.</p>
871889
<p>StikDebug is a tool for developers and enthusiasts. Not affiliated with Apple Inc.</p>
872890
<p>All trademarks, logos, and brand names are the property of their respective owners.</p>

0 commit comments

Comments
 (0)