diff options
| author | Alexander Kavon <hawk@alexkavon.com> | 2025-06-30 03:25:35 -0400 |
|---|---|---|
| committer | Alexander Kavon <hawk@alexkavon.com> | 2025-06-30 03:25:35 -0400 |
| commit | 545a95243ec25a3d0bc160c9dc159386469da4ca (patch) | |
| tree | 5d929f3617cc39202384af866e84eb703b43b488 /index.html | |
| parent | 17efaaa54ad02afef6c6a0020c3c4c30ebad7428 (diff) | |
move files into single dir
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index eaef996..0000000 --- a/index.html +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>Alexander F. Kavon</title> - <link rel="stylesheet" href="/public/css/main.css" /> - <style> - * { - color: #333; - } - .icon { - width: 24px; - height: 24px; - stroke: currentColor; - stroke-width: 2px; - stroke-linecap: round; - stroke-linejoin: round; - fill: none; - } - .icon-link { - display: block; - } - </style> - </head> - <body> - <div class="nav-hover-head"> - <img alt="smiling" src="/public/images/smiling-head.png" /> - </div> - <nav id="navigation"> - <ul> - <li><a href="/log">Feed (thoughts, photos, video, et al.)</a></li> - <li><a href="/stand-up">Stand-up Comedy</a></li> - <li><a target="_blank" href="https://hivemindcomedy.com"><img class="icon" src="/public/icons/video.svg#video"></img>Hive Mind Comedy (sketches)</a></li> - <li><a target="_blank" href="https://gitlab.com/alexkavon"><img class="icon" src="/public/icons/gitlab.svg#gitlab"></img>Code</a></li> - </ul> - </nav> - <nav id="navigation-social-media"> - <ul> - <li><a class="icon-link" target="_blank" href="https://instagram.com/afk_comedy"><img class="icon" src="/public/icons/instagram.svg#instagram"></img></a></li> - <li><a class="icon-link" target="_blank" href="https://github.com/lgtmak"><img class="icon" src="/public/icons/github.svg#github"></img></a></li> - </ul> - </nav> - </body> -</html> |
