diff --git a/index.html b/index.html index 773616c..e9a8937 100644 --- a/index.html +++ b/index.html @@ -17,25 +17,58 @@ a { color: #39ff14; /* Match phosphor green */ + text-decoration: none; } a:hover { color: #80ff80; /* Slightly lighter green on hover */ + text-decoration: underline; } h1 { - color: #39ff14; /* Same green for headers */ + color: #39ff14; + margin-top: 30px; + font-size: 1.5em; + border-bottom: 1px solid #39ff14; + padding-bottom: 5px; } ul { list-style-type: none; - padding: 0; + padding-left: 0; } li { margin-bottom: 10px; } + /* Navigation Bar */ + nav { + background-color: #000000; + border-bottom: 1px solid #39ff14; + padding: 10px; + display: flex; + justify-content: center; + gap: 20px; + position: sticky; + top: 0; + z-index: 9999; + } + + nav a { + color: #39ff14; + font-weight: bold; + padding: 5px 10px; + border: 1px solid #39ff14; + border-radius: 2px; + transition: background 0.3s, color 0.3s; + } + + nav a:hover { + background-color: #39ff14; + color: #000000; + } + /* Scanline overlay effect */ .scanlines { overflow: hidden; @@ -89,32 +122,59 @@ background-position: 0 50%; } } + + /* Main content padding */ + .content { + padding: 20px; + max-width: 800px; + margin: 0 auto; + } -

IDs

-
  • NPUB: npub1nmk2399jazpsup0vsm6dzxw7gydzm5atedj4yhdkn3yx7jh7tzpq842975
  • -
  • NIP06: iru@ this domain
  • -
  • LNURL: iru@ this domain
  • -
  • GPG: 0DE8AAA9F5DA9CCB3F3F3B8E14566DCEC81EF576
  • -
  • Github: irusensei
  • + -

    Long form notes

    -
  • - Running popular AI software on Linux and AMD GPUs: - note, - local -
  • -
  • - How I put NixOS on my UDM (trashcan model) router: - note, - local -
  • +
    +

    IDs

    + -

    Other stuff

    -
  • - I keep mirrors of repos I use or feel like having preserved. -
  • +

    Long Form Notes

    + + +

    Other Stuff

    + + +

    Posts

    + + +
    -