-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
executable file
·57 lines (48 loc) · 1.85 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
47
48
49
50
51
52
53
54
55
56
57
---
layout: home
---
<div id="home">
<section id="intro">
<div class="container">
<div class="g4">
{% image home/intro.png %}
<div class="copy">
<h2>I'm Kennedy,</h2>
<h4>a naively-optimistic entrepreneur based in New York City.</h4>
</div><!--/copy-->
</div><!--/g4-->
</div><!--/container-->
</section>
<div class="container">
<div class="page">
<section class="content">
<div class="g3 quickintro">
<h3>Quick Intro</h3>
<p>I am currently an Interaction Designer at Google standing tall at 5' 18". I got my start in the hackathon world when I was on the 2011 StartupBus, it changed my life. If there is anything I can help you out with, just ask.</p>
</div><!--/g3-->
<div class="g1 role">
<h3>My Passion</h3>
<ul>
<li><i class="ss-icon ss-standard">✓</i> Mobile UI Design</li>
<li><i class="ss-icon ss-standard">✓</i> UX Strategy</li>
<li><i class="ss-icon ss-standard">✓</i> Web Design</li>
</ul>
</div><!--/g1--><div class="clear"></div>
<div class="g2">
<h3>Main Focus</h3>
{% image home/google.png %}
<h4>Google</h4>
<p>I am currently working as an Interaction Designer for Google. At this time I am not taking on any new projects, but I know <a href="/partners/">a few good people</a> that are.</p>
</div><!--/g2-->
<div class="g2">
<h3>Latest Article</h3>
{% for post in site.posts limit:1 %}
<a href="{{ post.url }}"><img src="/assets/posts/{{ post.hero }}/hero.png"/></a>
<h4>{{ post.title }}</h4>
<p>{{ post.excerpt }}</p>
{% endfor %}
</div><!--/g2-->
</div><!--/content-->
</div><!--/page-->
</div><!--/container-->
</div><!--/home-->