-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
476 lines (466 loc) · 22.4 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!doctype html>
<html lang="en" data-mode="auto">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Keith Daulton | Design Technologist, User Experience Engineer, Technical Leader</title>
<meta name="description" content="Principal front-end web developer and designer, Keith Daulton." />
<meta
name="keywords"
content="front-end, design technology, design systems, front end, ui, ux, user experience, user interface, javascript, portfolio, responsive, web, developer, designer"
/>
<meta name="author" content="Keith Daulton" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://keithdaulton.com/" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Keith Daulton | Design Technologist, User Experience Engineer, Technical Leader"
/>
<meta property="og:description" content="Principal front-end web developer and designer, Keith Daulton." />
<meta property="og:image" content="https://keithdaulton.com/assets/media-opt/social/og-image.webp" />
<meta
property="og:image:alt"
content="Hello! I'm a UI Developer and Designer with a passion for creating awesome user experiences for web and mobile. I make pixels and divs pretty!"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="keithdaulton.com" />
<meta property="twitter:url" content="https://keithdaulton.com/" />
<meta
name="twitter:title"
content="Keith Daulton | Design Technologist, User Experience Engineer, Technical Leader"
/>
<meta name="twitter:description" content="Principal front-end web developer and designer, Keith Daulton." />
<meta name="twitter:image" content="https://keithdaulton.com/assets/media-opt/social/og-image.webp" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#041c38" />
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon-opt/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-opt/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon-opt/favicon-16x16.png" />
<link rel="manifest" href="./site.webmanifest" />
<link rel="preconnect" href="https://p.typekit.net" />
<link rel="preconnect" href="https://use.typekit.net" />
<link rel="preload" href="./assets/media-opt/features/phone-mergein-rough.webp" as="image" />
<link rel="stylesheet" href="./assets/styles/site.css" />
<!-- <script type="module">
import styles from './assets/styles/shared.css' assert { type: 'css' };
document.adoptedStyleSheets = [styles];
</script> -->
<script src="./assets/bundle/styles.js" type="module"></script>
<script src="./assets/bundle/main.js" type="module" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BD3YNT001P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-BD3YNT001P');
</script>
</head>
<body>
<a href="#page-main" class="skip-link h-sr-only-focusable">Skip to main content</a>
<a href="#page-nav" class="skip-link h-sr-only-focusable">Skip to main navigation</a>
<header class="header header--pinned">
<div class="header__group">
<a href="#top" class="avatar avatar--lg"
><img src="./assets/media-opt/branding/logo-tight.webp" class="avatar__image" alt="" /><span
class="avatar__name h-sr-only"
>Keith Daulton</span
></a
>
</div>
<nav class="header__group header__group--end" id="page-nav" aria-label="main navigation">
<ul class="nav">
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="#work" class="nav__link">Work</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li>
<li class="nav__item">
<a href="https://github.com/d13" rel="noopener" target="_blank" class="nav__link">Code</a>
</li>
<li class="nav__item">
<kd-mode-switcher></kd-mode-switcher>
</li>
</ul>
</nav>
</header>
<main id="page-main">
<section id="about">
<div class="section section--hero">
<kd-phone-hero src="./assets/media-opt/features/phone-mergein-rough.webp">
<h1 class="h-type-tight">
Hi, I'm Keith <span class="h-sr-only">and</span>
<small class="h-block">I make stuff people love to use</small>
</h1>
<p>
An accomplished Developer and Designer with a passion for crafting amazing user experiences and building
tools that empower design and development teams to collaborate and do their best work.
</p>
</kd-phone-hero>
</div>
<div class="section section--hero">
<kd-phone-hero src="./assets/media-opt/features/phone-mergein-finished.webp">
<h2>
Engineer + Designer
<!-- <kd-word-flipper>
<span>UI</span>
<span>UX</span>
<span>Web</span>
</kd-word-flipper>
<kd-word-flipper>
<span>Engineer</span>
<span>Developer</span>
<span>Designer</span>
</kd-word-flipper> -->
</h2>
<p>
A hands-on leader in user-interface development and design with over 20 years of experience delivering
engaging user experiences for design systems, component libraries, developer tools, marketing content and
e-commerce. I build systems that bring cohesion and accessibility for all customers, while providing a
developer experience, with documentation and code, that engineering teams love to build with.
</p>
</kd-phone-hero>
</div>
</section>
<section id="work">
<div class="section">
<div class="container">
<h2 class="h-sr-only">Work Timeline</h2>
<kd-life-events>
<kd-life-event
asset="assets/media-opt/portfolio/gl-14-8-hero.webp"
type="job"
date="present"
start-date="2022/05/31"
>
<h3 slot="title">GitLens for VS Code</h3>
<p>
Maintainer of the GitLens extension for Visual Studio Code and JetBrains soon™. GitLens is the most
popular Git extension on the Visual Studio Marketplace with 29+ million installs and 2 million daily
active users.
</p>
<div slot="meta">
<kd-attribution term="Company" definition="GitKraken" type="text"></kd-attribution>
<kd-attribution term="Role" definition="Maintainer, Development, Design"></kd-attribution>
<kd-attribution
term="Tools"
definition="Web Components (Lit, FAST), React, TypeScript, SCSS, Yarn, Figma"
></kd-attribution>
</div>
</kd-life-event>
<kd-life-event
asset="https://gitkon.com/wp-content/uploads/gitkonog-1024x538.png"
type="event"
date="2023/10/25"
>
<h3 slot="title">GitKon Speaker</h3>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=kkzpCHJdHls&t=5954s" rel="noopener" target="_blank"
>Whose Repo is it Anyway? Dueling Developer Perspectives on Mono v Multi-Repo</a
>
</li>
<li>
<a href="https://www.youtube.com/watch?v=qzYJfJtB81U&t=6179s" rel="noopener" target="_blank"
>The Time Capsule: Code History Deciphered with GitLens</a
>
</li>
</ul>
<div slot="meta">
<kd-attribution term="Event">GitKon 2023</kd-attribution>
<kd-attribution term="Role" definition="Host, Speaker"></kd-attribution>
</div>
</kd-life-event>
<kd-life-event
asset="assets/media-opt/portfolio/chirp-react-storybook.webp"
type="job"
date="2022/05/30"
start-date="2021"
>
<h3 slot="title">Chirp Design System</h3>
<p>
Management level, individual-contributor on Chewy's Design System team, tasked with bridging the gap
between design and engineering and to grow our team's skill-set as well as the front-end culture at
Chewy.
</p>
<div slot="meta">
<kd-attribution term="Company">Chewy.com</kd-attribution>
<kd-attribution term="Role" definition="Architecture, Front-end Development"></kd-attribution>
<kd-attribution
term="Tools"
definition="Vue, React, TypeScript, SCSS, Storybook, SassDoc, Lerna, Figma"
></kd-attribution>
</div>
</kd-life-event>
<kd-life-event
asset="assets/media-opt/portfolio/chewy-checkout.webp"
type="project"
date="2021"
start-date="2020"
>
<h3 slot="title">E-Commerce Hybrid <abbr title="Single Page Application">SPA</abbr></h3>
<p>
Embedded with design and engineering teams to onboard the design system, implement experiments and
advise on front-end best practices. Shipped Chewy's first hybrid experience with Cart and Checkout.
</p>
<div slot="meta">
<kd-attribution term="Company">Chewy.com</kd-attribution>
<kd-attribution term="Role" definition="Architecture, Front-end Development"></kd-attribution>
<kd-attribution
term="Tools"
definition="Vue, TypeScript, SASS, Storybook, Yarn workspaces, Figma"
></kd-attribution>
</div>
</kd-life-event>
<kd-life-event
asset="assets/media-opt/portfolio/ion-app-redesign.webp"
type="project"
date="2019"
start-date="2018"
>
<h3 slot="title">Legacy SaaS Application Redesign</h3>
<p>
Redesign of a large scale legacy web application with over 100 screens. Incorporated a new design
system as part of the redesign.
</p>
<div slot="meta">
<kd-attribution term="Company">ScribbleLive (ion interactive)</kd-attribution>
<kd-attribution
term="Role"
definition="Protyping, Architecture, Front-end Development"
></kd-attribution>
<kd-attribution term="Tools" definition="ASP.NET, ES5, Vue, SASS, Figma"></kd-attribution>
</div>
</kd-life-event>
<kd-life-event
asset="assets/media-opt/portfolio/ion-design-system.webp"
type="project"
date="2018"
start-date="2018"
>
<h3 slot="title">SaaS Design System</h3>
<p>
Created a design system for our core applications and advocated for atomic design practices org-wide.
Created a CSS architecture for classification, naming and hierarchy, implemented in four applications.
</p>
<div slot="meta">
<kd-attribution term="Company">ScribbleLive (ion interactive)</kd-attribution>
<kd-attribution term="Role" definition="Architecture, Front-end Development"></kd-attribution>
<kd-attribution term="Tools" definition="HTML, ES5, SASS, Figma"></kd-attribution>
</div>
</kd-life-event>
<kd-life-event
asset="assets/media-opt/portfolio/ion-quivio-quiz-builder.webp"
type="project"
date="2017"
start-date="2016"
>
<h3 slot="title">Quiz and Assessment Builder</h3>
<p>
Developed publishing and participant UIs for collecting and visualizing participant and aggregate
data.
</p>
<div slot="meta">
<kd-attribution term="Company">ion interactive</kd-attribution>
<kd-attribution
term="Role"
definition="Co-Designer, Architecture, Front-end Development"
></kd-attribution>
<kd-attribution
term="Tools"
definition="Aurelia.js, Webpack, TypeScript, HTML, SASS, Figma"
></kd-attribution>
</div>
</kd-life-event>
<kd-life-event
asset="assets/media-opt/portfolio/ion-interactive-content-builder.webp"
type="project"
date="2016"
start-date="2013"
>
<h3 slot="title">Interactive Content Builder</h3>
<p>
Created first-to-market capability to build responsive grid layouts, directly on the page, using
draggable elements and interactive menus. Created highly customizable web components with app-like
interactivity and mobile-first responsiveness.
</p>
<div slot="meta">
<kd-attribution term="Company">ion interactive</kd-attribution>
<kd-attribution term="Role" definition="Architecture, Front-end Development"></kd-attribution>
<kd-attribution term="Tools" definition="Backbone.js, Require.js, ES5, HTML, LESS"></kd-attribution>
</div>
</kd-life-event>
<kd-life-event
asset="assets/media-opt/portfolio/dashboard_anon.webp"
type="freelance"
date="2015"
start-date="2015"
>
<h3 slot="title">Telephony System Dashboard</h3>
<div slot="meta">
<kd-attribution term="Client">Stealth</kd-attribution>
<kd-attribution
term="Role"
definition="Designer, Architecture, Full-stack Development"
></kd-attribution>
<kd-attribution
term="Tools"
definition="Marionette, Require.js, Node.js, ES5, HTML, SASS"
></kd-attribution>
</div>
</kd-life-event>
<kd-life-event
asset="assets/media-opt/portfolio/landing_page_1.webp"
type="freelance"
date="2014"
start-date="2014"
>
<h3 slot="title">Landing Page Concept</h3>
<div slot="meta">
<kd-attribution term="Client">Stealth</kd-attribution>
<kd-attribution term="Role" definition="Designer, Developer"></kd-attribution>
<kd-attribution term="Tools" definition="HTML5, CSS3, Photoshop"></kd-attribution>
</div>
</kd-life-event>
<kd-life-event
asset="assets/media-opt/portfolio/spirit_screenshot.webp"
type="job"
date="2011"
start-date="2011"
>
<h3 slot="title">Redesign & Vacation Packaging</h3>
<p>
Brought on to modernize Spirit's old and outdated flight booking experience. Within 9 months, I had
restructured the entire website's markup and styles, resulting in a modular, easy to implement, set of
reusable interface patterns and JavaScript modules.
</p>
<div slot="meta">
<kd-attribution term="Company">Spirit Airlines</kd-attribution>
<kd-attribution
term="Role"
definition="UI Lead, JS Ninja, Browser Wrangler, Employee"
></kd-attribution>
<kd-attribution
term="Tools"
definition="HTML5, CSS3, JS, jQuery, Knockout.js, XSLT, Photoshop"
></kd-attribution>
</div>
</kd-life-event>
<kd-life-event asset="assets/media-opt/portfolio/Cruise_HP.webp" type="freelance" date="2009">
<h3 slot="title">Cruise Microsite</h3>
<div slot="meta">
<kd-attribution term="Client">Bahama Cruise Vacations</kd-attribution>
<kd-attribution term="Role" definition="Web Designer, Co-Developer, Freelance"></kd-attribution>
<kd-attribution term="Tools" definition="XHTML, CSS, JS, Classic ASP, Photoshop"></kd-attribution>
</div>
</kd-life-event>
</kd-life-events>
</div>
</div>
<div class="section">
<div class="container">
<h2 class="h-sr-only">Brands I've Worked With</h2>
<kd-ooh-logos>
<kd-ooh-logo accent="var(--color-accent-02)"
><img src="./assets/media-opt/logos/gitkraken.webp" loading="lazy" alt="GitKraken"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-01)"
><img src="./assets/media-opt/logos/1218-global.webp" loading="lazy" alt="1218 Global"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-03)"
><img src="./assets/media-opt/logos/athenahealth.webp" loading="lazy" alt="athenahealth"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-04)"
><img src="./assets/media-opt/logos/bullhorn.webp" loading="lazy" alt="Bullhorn"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-01)"
><img src="./assets/media-opt/logos/chewy.webp" loading="lazy" alt="Chewy"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-06)"
><img src="./assets/media-opt/logos/spirit.webp" loading="lazy" alt="Spirit Airlines"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-05)"
><img src="./assets/media-opt/logos/straight-talk.webp" loading="lazy" alt="Straight Talk Wireless"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-01)"
><img src="./assets/media-opt/logos/tracfone.webp" loading="lazy" alt="TracFone Wireless"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-01)"
><img src="./assets/media-opt/logos/net10.webp" loading="lazy" alt="Net10 Wireless"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-01)"
><img src="./assets/media-opt/logos/dell.webp" loading="lazy" alt="Dell"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-01)"
><img src="./assets/media-opt/logos/ion.webp" loading="lazy" alt="ion interactive"
/></kd-ooh-logo>
<kd-ooh-logo accent="var(--color-accent-08)"
><img src="./assets/media-opt/logos/dhl.webp" loading="lazy" alt="DHL"
/></kd-ooh-logo>
</kd-ooh-logos>
</div>
</div>
</section>
<section class="section section--contact" id="contact">
<div class="container">
<h2 class="h-type-tight">
Contact
<small class="h-block">Let me know what I can do for you</small>
</h2>
<nav>
<kd-link-button href="tel:19548052603">Call</kd-link-button>
<kd-link-button href="mailto:[email protected]">Email</kd-link-button>
</nav>
</div>
</section>
</main>
<footer class="footer">
<!--
- Copyright
- Social links
- Contact info
- Mixpanel image
- Open source licenses
- Built-with
- Typeface
-->
<div class="footer__group">
<div>
<p>All content © Copyright 2024 Keith Daulton and respective brands. All rights reserved.</p>
</div>
</div>
<div class="footer__group footer__group--end">
<nav aria-label="Social Links" class="h-type-xl">
<a target="_blank" href="https://github.com/d13"
><kd-bs-icon icon="github"></kd-bs-icon><span class="h-sr-only">GitHub</span></a
>
<a target="_blank" href="https://twitter.com/keithdaulton"
><kd-bs-icon icon="twitter"></kd-bs-icon><span class="h-sr-only">Twitter</span></a
>
<a target="_blank" href="https://www.linkedin.com/in/keithdaulton"
><kd-bs-icon icon="linkedin"></kd-bs-icon><span class="h-sr-only">LinkedIn</span></a
>
<a target="_blank" rel="me" href="https://hachyderm.io/@d13"
><kd-bs-icon icon="mastodon"></kd-bs-icon><span class="h-sr-only">Mastodon</span></a
>
<a target="_blank" href="https://dribbble.com/keithdaulton"
><kd-bs-icon icon="dribbble"></kd-bs-icon><span class="h-sr-only">Dribbble</span></a
>
<a target="_blank" href="https://codepen.io/d13"
><kd-bs-icon icon="code"></kd-bs-icon><span class="h-sr-only">CodePen</span></a
>
</nav>
<div class="footer__brand">
<a href="#top" class="avatar avatar--xl"
><img src="assets/media-opt/branding/logo-tight.webp" class="avatar__image" alt="" /><span
class="avatar__name h-sr-only"
>Keith Daulton</span
></a
>
</div>
</div>
</footer>
</body>
</html>