diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2025-07-05 15:58:46 -0400 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2025-07-05 15:58:46 -0400 |
| commit | 9557c4ca3c1d8944672a281ef0de6f8daef132b9 (patch) | |
| tree | 0e9591fd7cb18c3f9ee2998573976d3741916cab /static/index.html | |
| parent | a9608134cf2402fb0e6d9405e96db9dc92ed4849 (diff) | |
use page template for index
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/static/index.html b/static/index.html deleted file mode 100644 index 289545e..0000000 --- a/static/index.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>Alexander F. Kavon</title> - <link rel="stylesheet" href="/css/main.css" /> - <style> - * { - color: #333; - } - .icon { - width: 24px; - height: 24px; - stroke: currentColor; - stroke-width: 2px; - stroke-linecap: round; - stroke-linejoin: round; - fill: none; - } - </style> - </head> - <body> - <div class="nav-hover-head"> - <img alt="smiling" src="/images/smiling-head.png" /> - </div> - <nav id="navigation"> - <ul> - <li><a href="/log">Log (thoughts, photos, videos, sturdy timber, et al.)</a></li> - <li><a href="/contact">Contact</a></li> - <li><a href="/stand-up">Stand-up Comedy</a></li> - <li><a target="_blank" href="http://hivemindcomedy.com"><img class="icon" src="/icons/video.svg#video"></img>Hive Mind Comedy (sketches)</a></li> - <li><a target="_blank" href="https://gitlab.com/alexkavon"><img class="icon" src="/icons/gitlab.svg#gitlab"></img>Code</a></li> - </ul> - </nav> - <nav id="navigation-social-media"> - <ul> - <li><a target="_blank" href="https://instagram.com/afk_comedy"><img class="icon" src="/icons/instagram.svg#instagram"></img></a></li> - <li><a target="_blank" href="https://github.com/lgtmak"><img class="icon" src="/icons/github.svg#github"></img></a></li> - </ul> - </nav> - </body> -</html> |
