-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathonboarding.html
58 lines (54 loc) · 3.03 KB
/
onboarding.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>Sara Hill, Product Design and Illustration</title>
<meta name="author" content="Sara Hill">
<meta name="description" content="Sara Hill, Product Design and Illustration">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="sarahill.css"/>
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.8.0/css/tachyons.min.css"/>
</head>
<body class="system-sans-serif">
<div class="mw10 ph5-m ph3 pt6-sm pt2">
<header>
<a href="index.html" class="db no-underline dim near-black">
<h1 class="site-title title-small dib mb0 f3">Hi, I'm Sara.</h1>
<h2 class="mt0 f5 fw4">Product Design and Illustration</h2>
</a>
</header>
</div>
<div class="mw7 center ph5-m ph4-sm ph3 pt6-sm pt5 lh-copy">
<h1 class="mb0 black-80">On-boarding Integrations</h1>
<h2 class="f4 fw4 black-60 mt0">Design and exploration for on-boarding the Pivotal Tracker GitHub integration</h2>
<h2 class="f5 fw4 black-60 mt0 pv3 bt b--light-silver">UX Design, A/B testing, Concept Testing, Wireframing, Design Lead</h2>
<div class="mt5">
<h3 class="mb0 black-60">Overview</h3>
<p class="lh-copy black-80">When we released our updated GitHub integration in beta earlier this year, we added the ability to push code to Tracker using a story's ID and see the status of your code inside of a story. Users now had a more seemless code to story relationship that didn't interrupt their flow.
</p>
<p class="lh-copy black-80">The problem? Adoption was low. We found that users either didn't notice the feature at all, or they would authenticate with GitHub but not go any further.
</p>
</div>
</div>
<img class="mt4" src="images/simple-walkthrough@2x.png" alt="Code exploration within a story">
<img class="mt4" src="images/extended-walkthrough@2x.png" alt="Code exploration within a story">
<footer class="mw7 center ph5-m ph4-sm ph3 pv6-sm pv5">
<h1 class="f6 black-60">Find me elsewhere</h1>
<ul class="list pl0">
<li class="dib mr3"><a href="https://www.linkedin.com/in/sarashill" class="link bb dim black-90">LinkedIn</a></li>
<li class="dib mr3"><a href="https://twitter.com/sarahill22" class="link bb dim black-90">Twitter</a></li>
<li class="dib mr3"><a href="https://dribbble.com/sarahill" class="link bb dim black-90">Dribbble</a></li>
<li class="dib mr3"><a href="https://www.github.com/sarahill" class="link bb dim black-90">GitHub</a></li>
</ul>
</footer>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107387067-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-107387067-1');
</script>
</body>
</html>