diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..2d9715f --- /dev/null +++ b/static/index.html @@ -0,0 +1,43 @@ +<!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="/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> |
