-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 1.33 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Tate Brasel</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div style="display: flex; flex-direction: column; align-items: center; gap: 15px;">
<h1>
Tate Brasel
</h1>
<img style="width: 256px; border-radius: 100%;" src="./public/profile.jpg" />
<div>
<p>
Hi, I'm Tate Brasel! I'm a mobile game developer at <a href="https://www.concretesoftware.com/" target="_blank">Concrete Software</a>.
</p>
<p>
I have also helped write GIS tools at <a href="http://mazamascience.com/" target="_blank">Mazama Science</a> and <a href="https://terrainworks.com/" target="_blank">TerrainWorks</a>
</p>
</div>
<div style="display: flex; gap: 15px;">
<a href="https://github.com/tabrasel" target="_blank">GitHub</a>
<a href="https://www.linkedin.com/in/tate-brasel/" target="_blank">LinkedIn</a>
<a href="https://tatebrasel.itch.io/" target="_blank">Itch.io</a>
</div>
</div>
</body>
</html>