Skip to content

Commit e4cdf56

Browse files
author
Lumi
committed
add SHG nav link to header + mobile menu, remove iniuria milestone reference
1 parent 036baba commit e4cdf56

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

components/layout/header.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,17 @@ export function Header() {
126126
))}
127127

128128
{/* Store link */}
129+
<a
130+
href="https://luinbytes.github.io/super-hacker-golf"
131+
className="ml-3 flex items-center gap-1.5 px-3 py-1.5 border border-nd-accent/40 text-nd-accent font-mono text-[11px] tracking-[0.06em] uppercase nd-transition hover:border-nd-accent hover:text-nd-text-display"
132+
>
133+
SHG
134+
</a>
129135
<a
130136
href="https://x6c75.gumroad.com/l/file-deduplicator"
131137
target="_blank"
132138
rel="noopener noreferrer"
133-
className="ml-3 flex items-center gap-1.5 px-3 py-1.5 border border-nd-border text-nd-text-secondary font-mono text-[11px] tracking-[0.06em] uppercase nd-transition hover:border-nd-text-secondary hover:text-nd-text-display"
139+
className="ml-1 flex items-center gap-1.5 px-3 py-1.5 border border-nd-border text-nd-text-secondary font-mono text-[11px] tracking-[0.06em] uppercase nd-transition hover:border-nd-text-secondary hover:text-nd-text-display"
134140
>
135141
<ShoppingBag className="w-3 h-3" />
136142
Store
@@ -186,6 +192,12 @@ export function Header() {
186192
</div>
187193

188194
<div className="border-t border-nd-border pt-4">
195+
<a
196+
href="https://luinbytes.github.io/super-hacker-golf"
197+
className="block py-3 font-mono text-sm text-nd-accent hover:text-nd-text-display nd-transition border-b border-nd-border"
198+
>
199+
SuperHackerGolf
200+
</a>
189201
<a
190202
href="https://github.com/luinbytes"
191203
target="_blank"

components/sections/about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function About() {
1616
{ year: "Dec 2025", event: "Portfolio site live at luinbytes.github.io" },
1717
{ year: "Dec 2025", event: "First Raycast extensions published to the store" },
1818
{ year: "Jul 2025", event: "ArchiSteamFarm plugins + Raycast integration" },
19-
{ year: "Mid 2025", event: "Started developing Raycast extensions, maintainer of Iniuria.us" },
19+
{ year: "Mid 2025", event: "Started developing Raycast extensions, maintainer of a Discord AI bot" },
2020
{ year: "2024", event: "The 'AI Boom', started developing with AI tools" },
2121
{ year: "2022", event: "LOTS of home labbing..." },
2222
{ year: "2021", event: "Hosted a few of my own game servers." },

0 commit comments

Comments
 (0)