diff options
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> |
