-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 1.15 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
---
layout: default
---
<div class="home">
<div class="container">
<section class="intro">
<div class="title">
<h1>Austin Kettner</h1>
</div>
<div class="tagline">
<h2>endlessly pursuing simplicity in products and design</h2>
</div>
</section>
<section class="content">
<section class="work">
<div class="current-work">
<div class="section title">
<h4>Currently</h4>
</div>
<ul>
<li>
<p>Chief Technology Officer, <a href="https://sorcerous.io">Sorcerous</a></p>
</li>
<li>
<p>Startup Adviser & Tech Management, <a href="http://www.bouncehub.org">Bounce Innovation Hub</a></p>
</li>
</ul>
</div>
<div class="previous-work">
<div class="section title">
<h4>Previous</h4>
</div>
<ul>
<li>
<p>Chief Technology Officer, <a href="https://camerakit.io">CameraKit</a></p>
</li>
</ul>
</div>
</section>
</section>
{% include links.html %}
</div>
</div>