-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 2.17 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
---
layout: default
title: Home
area: home
---
<section class="intro">
<div class="container">
<p>I’m a product designer, strategist, and educator. I lead teams looking for a simpler approach to building complicated things.</p>
</div><!-- end of .container -->
</section><!-- end of .intro -->
<section class="about-me">
<div class="container">
<h2>About me</h2>
<p>Originally trained in print design, I became fascinated with the web during my final year in the visual design program at UMass Dartmouth. Over the next few years I made my way into product/UX and now I work at <a href="https://robinpowered.com/">Robin Powered</a>, leading our product design team in the quest to make using the office a better experience.</p>
<p>I’m also the former Director of Fresh Tilled Soil’s user experience apprenticeship program <a href="https://www.freshtilledsoil.com/aux/">(AUX)</a>, as well as an occasional <a href="/blog">writer</a> and <a href="/speaking">conference speaker</a>, and a former <a href="/podcast">podcast co-host</a>.</p>
<p>During the day I’m a meticulous craftsman, a full-on typography nerd, and a relentless seeker of problems worth solving. After hours I cook for my family, slowly replace/improve every piece of our home, practice basic woodworking and carpentry, camp and hike, play the guitar, and share the joys of Star Wars and LEGO with our son.</p>
</div><!-- end of .container -->
</section><!-- end of .about-me -->
<section class="contact">
<div class="container">
<h2>Get in touch</h2>
<ul>
<li><a href="mailto:[email protected]">Email [email protected]</a></li>
</ul>
<h2>Find me online</h2>
<ul>
<li><a href="https://github.com/javasteve99">Github</a></li>
<li><a href="http://dribbble.com/stevehickeydesign">Dribbble</a></li>
<li><a href="https://speakerdeck.com/javasteve99">Speakerdeck</a></li>
<li><a href="https://www.linkedin.com/in/stevehickeydesign">LinkedIn</a></li>
</ul>
</div><!-- end of .container -->
</section><!-- end of .contact -->