-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
188 lines (152 loc) · 7.41 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html>
<head>
<title>Jonathan Kim</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Serif|Nunito:200,400" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html, body {
font-family: 'Nunito', 'Noto Serif', serif;
font-weight: 200;
font-size: 18px;
margin: 0;
padding: 0;
color: #444;
}
strong, b {
font-weight: 400;
}
a, a:visited, a:hover, a:active, a:focus {
text-decoration: none;
outline: none;
border: none;
cursor: pointer;
}
a:focus, a:active {
text-decoration: underline;
}
a {
color: #4990e2;
}
a:visited {
color: #4b7fbb;
}
.center {
max-width: 600px;
margin: 0 auto;
}
.flex {
display: flex;
align-items: center;
justify-content: space-around;
}
.avatar {
border-radius: 50%;
border: 3px solid rgba(0, 0, 0, 0.1);
transition: border-color 0.3s ease-in;
}
.avatar:hover {
border-color: rgba(75, 187, 129, 0.8);
}
header {
height: 350px;
background: url('/assets/hero-image.png') center center no-repeat;
background-size: contain;
}
header .avatar {
border: 6px solid rgba(255, 255, 255, 0.8);
}
table.resume {
color: #9b9b9b;
}
table.resume a {
color: inherit;
}
table.resume tbody td {
padding: 0.2em;
}
table.resume tbody td:first-child {
padding-left: 0;
}
table.resume tbody td:last-child {
padding-right: 0;
}
table.resume tbody tr:first-child {
font-weight: 400;
color: #444;
}
@media only screen
and (max-device-width: 640px)
and (orientation: portrait) {
body {
padding: 0 20px 20px;
}
header {
height: 260px;
}
}
</style>
<script>
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(t){return function(){if(window.analytics.initialized)return window.analytics[t].apply(window.analytics,arguments);var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var key=analytics.methods[t];analytics[key]=analytics.factory(key)}analytics.load=function(key,t){var e=document.createElement("script");e.type="text/javascript";e.async=!0;e.src="https://analyze.journy.io/frontend/analytics.js/v1/" + key + "/analytics.min.js";var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(e,i);analytics._loadOptions=t};analytics._writeKey="01H0X5JCZ7VTZ81PXCF312P71T";analytics._cdn = "https://analyze.journy.io/frontend";analytics.SNIPPET_VERSION="4.16.0";
analytics.load("01H0X5JCZ7VTZ81PXCF312P71T");
analytics.page();
}}();
</script>
</head>
<body>
<header class="center flex">
<img src="/assets/avatar.jpeg" width="120" height="120" class="avatar">
</header>
<section class="center">
<p>Hi, <strong>Jonathan Kim</strong> here.</p>
<p>I'm the <strong><a href="https://www.appcues.com" title="Appcues is a UX platform used for onboarding, feature discovery and more" target="_blank">co-founder and CEO of Appcues</a></strong>, the user experience platform of choice for today’s best-in-class software companies.</p>
<table width="100%" class="resume">
<tbody>
<tr>
<td width="24"><a href="https://www.appcues.com" title="Appcues is a UX platform used for onboarding, feature discovery and more" target="_blank"><img src="/assets/appcues-logo.png" width="24" height="24" /></a></td>
<td><a href="https://www.appcues.com" title="Appcues is a UX platform used for onboarding, feature discovery and more" target="_blank">Appcues</a></td>
<td>2013 - Now</td>
<td>Active</td>
</tr>
<tr>
<td width="24"><img src="/assets/hubspot-logo.png" width="24" height="24" /></td>
<td>HubSpot</td>
<td>2011 - 2013</td>
<td>IPO</td>
</tr>
<tr>
<td width="24"><img src="/assets/performable-logo.png" width="24" height="24" /></td>
<td>Performable</td>
<td>2010 - 2011</td>
<td>Acquired</td>
</tr>
</tbody>
</table>
<p>I've worked with exceptional people and teams in my life, many of whom I consider friends and mentors.</p>
<br>
<div class="flex">
<img src="/assets/david-cancel.jpg" title="David Cancel" name="David Cancel" class="avatar" width="48" height="48">
<img src="/assets/brendan-schwartz.jpg" title="Brendan Schwartz" name="Brendan Schwartz" class="avatar" width="48" height="48">
<img src="/assets/chris-savage.jpg" title="Chris Savage" name="Chris Savage" class="avatar" width="48" height="48">
<img src="/assets/brian-halligan.jpg" title="Brian Halligan" name="Brian Halligan" class="avatar" width="48" height="48">
<img src="/assets/dharmesh-shah.jpg" title="Dharmesh Shah" name="Dharmesh Shah" class="avatar" width="48" height="48">
<img src="/assets/jeff-fagnan.jpg" title="Jeff Fagnan" name="Jeff Fagnan" class="avatar" width="48" height="48">
</div>
<br>
<p>I like to geek out about product, startups and clever solutions to common problems. I <a href="https://medium.com/@hijonathan" title="Jonathan Kim's most recent writing" target="_blank">frequently write</a> and speak about those topics.</p>
<p>I’m actively looking for opportunities to write, speak or just to meet with people who want to make the world a better place.</p>
<p>
Cash me on <a href="https://twitter.com/@hijonathan" title="Mostly me trying to be witty" target="_blank">Twitter</a>, <a href="https://www.linkedin.com/in/hijonathan" title="More professional history" target="_blank">LinkedIn</a> and <a href="https://medium.com/@hijonathan" title="Clap along if you feel like that's what you wanna do" target="_blank">Medium</a>.
</p>
</section>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5788927-5', 'auto');
ga('send', 'pageview');
</script>
<script src="//fast.appcues.com/23.js" async defer onload="Appcues.anonymous()"></script>
</body>
</html>