-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 833 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 833 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>kyle kincer</title>
<meta
name="description"
content="staff engineer building intelligent tools at sweetwater."
/>
</head>
<body>
<h1>kyle kincer</h1>
<p>staff engineer</p>
<p>currently building intelligent tools at <a href="https://sweetwater.com">sweetwater</a></p>
<p>ai systems · tooling · product</p>
<p>
<a href="mailto:kylekincer@gmail.com">email</a> ·
<a href="https://github.com/kylekincer">github</a> ·
<a href="https://linkedin.com/in/kylekincer">linkedin</a> ·
<a href="https://tableyeah.com">tableyeah</a>
</p>
<p>elsewhere: cycling, hiking, traveling, skiing</p>
</body>
</html>