blob: 289545eae56e609cad90487e7949dbff17c5a38a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<!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>
|