diff options
| author | subh <subh@subh.space> | 2026-04-15 18:32:58 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-04-15 18:32:58 +0530 |
| commit | afecebc9521775a3bf2cdd055035d3d0a3377554 (patch) | |
| tree | c02d89e5083ca7978dd88c936bb5cdf5f6c02dca /stuff/index.html | |
| parent | 103f55f0f5b08d5e938f92b3e01bcd82d9247f7b (diff) | |
revamp
Diffstat (limited to 'stuff/index.html')
| -rw-r--r-- | stuff/index.html | 118 |
1 files changed, 0 insertions, 118 deletions
diff --git a/stuff/index.html b/stuff/index.html deleted file mode 100644 index bb258f9..0000000 --- a/stuff/index.html +++ /dev/null @@ -1,118 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>subh.space</title> - <style> - :root { - --bg0: #282828; - --bg1: #3c3836; - --fg: #ebdbb2; - --gray: #928374; - --yellow: #fabd2f; - --aqua: #8ec07c; - --orange: #fe8019; - } - - body { - font-family: 'Iosevka Nerd Font Propo'; - line-height: 1.6; - color: var(--fg); - background-color: var(--bg0); - max-width: 650px; - margin: 60px auto; - padding: 0 20px; - -webkit-font-smoothing: antialiased; - } - - header { - margin-bottom: 40px; - } - - h1 { - font-size: 1.8em; - color: var(--yellow); - margin-bottom: 10px; - } - - .subtitle { - color: var(--gray); - font-size: 0.95em; - } - - nav ul { - list-style: none; - padding: 0; - } - - nav li { - margin-bottom: 15px; - display: flex; - justify-content: space-between; - align-items: baseline; - border-bottom: 1px dotted var(--bg1); - padding-bottom: 8px; - } - - nav a { - color: var(--aqua); - text-decoration: none; - font-weight: 500; - transition: color 0.2s; - } - - nav a:hover { - color: var(--orange); - text-decoration: underline; - } - - .date { - font-family: 'Fira Code', monospace; - font-size: 0.85em; - color: var(--gray); - } - - footer { - margin-top: 60px; - font-size: 0.8em; - color: var(--gray); - text-align: center; - } - </style> -</head> -<body> - - <header> - <h1>Random Stuff</h1> - </header> - - <main> - <nav> - <ul> - <li> - <a href="mullvad-dot.html">DNS over TLS (DoT) on linux with mullvad</a> - <span class="date">2026-04-14</span> - </li> - <li> - <a href="usb-notif-linux.html">USB notifications with udev</a> - <span class="date">2026-04-14</span> - </li> - <li> - <a href="luks-encryption.html">Drive encryption with LUKS and cryptsetup</a> - <span class="date">2026-04-14</span> - </li> - <li> - <a href="dnsforge-dot-mac.html">DNS over TLS (DoT) on mac with dnsforge</a> - <span class="date">2026-04-14</span> - </li> - </ul> - </nav> - </main> - - <footer> - <p>© 2026 subh.space</p> - </footer> - -</body> -</html> |
