-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 930 Bytes
/
index.html
File metadata and controls
24 lines (22 loc) · 930 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
---
layout: default
title: Home
---
<div class="container mx-auto">
<div class="grid grid-cols-1 gap-4 fourth-row w-3/4 sm:w-1/2 mx-auto p-8 my-16 content-center">
<div class="flex justify-center">
<img src="/img/tyburg.png">
</div>
<div class="text-center">
<h1 class="text-3xl">Hello</h1>
<div class="space-y-4 mt-4">
<p>I'm Tyler Burgett. I do software engineering and design in Denver, CO.</p>
</div>
<div class="mt-8 flex h-screen justify-center">
<a href="https://twitter.com/tyburg" target="_blank"><img src="/img/twitter.png"></a>
<a href="https://medium.com/@tyburg" target="_blank" class="mx-8"><img src="/img/medium.png"></a>
<a href="https://dribbble.com/tyburg" target="_blank"><img src="/img/dribbble.png"></a>
</div>
</div>
</div>
</div>