-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (48 loc) · 2.1 KB
/
index.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" />
<meta name="description" content="The homepage of web developer Lydia Kats (they/them)." />
<title>llkats</title>
<link rel='me' href="https://front-end.social/@llkats" />
<link rel="stylesheet" type="text/css" href="./style.css">
<link rel='stylesheet' type='text/css' href='https://fonts.googleapis.com/css?family=Fanwood+Text'>
</head>
<body>
<header>
<h1>llkats</h1>
<picture>
<source srcset="./img/me-avatar-camera-cambodia.webp" type="image/webp">
<img src="./img/me-avatar-camera-cambodia.jpg" alt="headshot of yours truly, holding a camera">
</picture>
<h2><span>a portfolio site</span></h2>
</header>
<main>
<h3>work</h3>
<ul>
<li><a href="https://github.com/llkats">github</a></li>
<li><a href="https://linkedin.com/in/llkats">linkedin</a></li>
</ul>
<h3>contact</h3>
<ul>
<li><a href="mailto:llkats+homepage@gmail.com">email</a></li>
<li><a href="https://www.twitter.com/llkats">twitter</a></li>
</ul>
<h3>silliness</h3>
<ul>
<li><a href="https://dontcar.es/">dontcar.es</a></li>
<li><a href="https://nope.zone/">nope.zone</a></li>
</ul>
<h3>talks</h3>
<ul class="talks">
<li><strong>CascadiaJS 2014</strong><br><a href="https://www.youtube.com/watch?v=h-BzNxuu2yw">bookmarklets ftw</a> (<a href="https://github.com/llkats/bookmarklet-talk/blob/master/bookmarklets-ftw.pdf?raw=true">slides pdf</a>)</li>
<li><strong>Open Source Bridge 2015</strong><br><a href="https://www.youtube.com/watch?v=1X_lRMS0t_M">tricking out the terminal: an introduction</a> (<a href="http://llkats.github.io/osbridge-2015-slides/">online slides</a>)</li>
<li><strong>Node Interactive 2016</strong><br><a href="https://www.youtube.com/watch?v=Xiecb0YGvfA">nodeschool: a chapter in the making</a> (<a href="https://llkats.github.io/node-interactive-eu-2016-talk/">online slides</a>)</li>
</ul>
</main>
<hr>
<footer>
<p>© 2022, all rights reserved.</p>
</footer>
</body>