-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 1.72 KB
/
Copy pathindex.html
File metadata and controls
50 lines (47 loc) · 1.72 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/pico.min.css" />
<link rel="stylesheet" href="css/styles.css" />
<title>Kiley Dorton</title>
<meta
name="description"
content="Kiley Dorton is a web developer based in Atlanta, GA. This website contains some basic info and his online resume."
/>
</head>
<body>
<main class="container">
<h1>Kiley Dorton</h1>
<p>
<a href="/resume">My Resume</a> |
<a href="/posts/books-i-recommend">Books I Recommend</a>
</p>
<p>
Hi, I'm Kiley. I started my career in 2011 working at a startup in
Atlanta, and I've been a full-time web developer since 2013. I
specialize in React, TypeScript, and all things front end. Currently I
work at Slack as a Senior Software Engineer, Front End. Previously, I
worked at Amazon Web Services (AWS) as a Senior Front End Engineer.
</p>
<p>
This is my personal website and blog. Anything I share on this blog is
not intended to represent my employers, past or present, in any way. The
ideas, words, thoughts, and opinions are my own.
</p>
<p>
<b>Say hello!</b><br />
<a href="https://twitter.com/kiley0">twitter.com/kiley0</a><br />
<a href="https://www.youtube.com/kileydorton">
youtube.com/kileydorton
</a>
<br />
<a href="https://github.com/kiley0">github.com/kiley</a><br />
<a href="https://www.linkedin.com/in/kileydorton/">
linkedin.com/in/kileydorton
</a>
</p>
</main>
</body>
</html>