-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
79 lines (76 loc) · 2.97 KB
/
about.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
layout: default
title: About
header: Hi, I'm Owen 👋
description: Owen Williams is a UX Writer, developer and marketing strategist in Victoria, British Columbia, Canada.
permalink: /about/
image: "/images/card.png"
seo:
type: Person
---
<div class="jumbotron mb-0">
<div class="intro py-5">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 col-12 col-md-7">
<h1>{{ page.header }}</h1>
<p class="lead">I'm a design leader with experience wearing different hats, as a content designer, developer, and people leader.
<div class="row">
<div class="col-lg-6 col-6">
<hr class="fancy-line mt-2 mb-4">
</div>
</div>
<p>I've been in the trenches as a developer, content designer and design leader—my speciality is making the technically complex, simple.</p>
<p>Today, I'm a Product Design Manager at Stripe in Victoria, British Columbia. I lead a team of designers building tools developers love, the world's best developer documentation, and developer AI.</p>
</div>
<div class="col-6 col-sm-3 col-md-4 offset-md-1 col-lg-3 offset-lg-3 mb-3 mb-sm-0 text-right order-first order-sm-last">
<div class="avatar">
<img src="/images/itme.jpg">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container mt-5">
<div class="row">
<div class="col-lg-6 mb-4">
<h3>TL;DR</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-lg-4">
<h5>What</h5>
<p>Before Stripe and Shopify, I ran a freelance UX strategy and consulting business.</p>
<p>It started with <a href="https://char.gd">Charged</a> in 2013, a weekly newsletter delivered to 15,000 people, and grew into helping others with UX strategy for more than three years.</p>
</div>
<div class="col-md-4 col-lg-4">
<h5>Where</h5>
<p>I live in <strong class="font-weight-bold">Victoria, British Columbia</strong>, with <a href="https://femke.co.nz">my partner</a> and our beautiful Duck Tolling Retriever, <a href="https://www.instagram.com/p/CGvcxQZMRIl/">Kaya</a>.</p>
<p>Before we moved to Canada in 2019, we lived in Amsterdam, The Netherlands for 5 years, but I grew up in Wellington, New Zealand (we invented the flat white).</p>
</div>
<div class="col-md-4 col-lg-4">
<h5>Weird</h5>
<p>When I'm not working, I love to read, bake, and hike. I'm a little obsessed with finding new music, too.</p>
<p>I'm an <a href="https://twitter.com/ow" target="_blank">avid Twitter user</a>, and joined the service in 2008. I didn't get my short username until much later, but that's a story for in person.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12 my-5">
<hr>
</div>
</div>
</div>
<div class="container mb-5">
<div class="row">
<div class="col-lg-8">
{% include career.html %}
</div>
</div>
</div>
<div class="bg-light py-5 py-lg-3 mt-5">
<div class="container py-5">
{% include projects.html %}
</div>
</div>
{% include convert.html %}