-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
84 lines (72 loc) · 3.77 KB
/
work.html
File metadata and controls
84 lines (72 loc) · 3.77 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-45141851-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-45141851-1');
</script>
<script>
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url); }
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Melody Kuo</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✌️</text></svg>">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="section">
<h1>Work</h1>
<div>
<h3><strong>Co-founder & COO</strong>, <a href="https://buildcanada.com" target="_blank" class="external">Build Canada</a></h3>
<span class="subheading">2025, Toronto</span>
<p>Started a movement to make Canada the most prosperous country in the world.</p>
</div>
<div>
<h3><strong>Product Lead</strong>, <a href="https://tryotter.com/products/menu-management/" target="_blank" class="external">Otter (a CloudKitchens company)</a></h3>
<span class="subheading">2022 – 2023, Toronto</span>
<p>Led product to all-time high customer satisfaction.</p>
</div>
<div>
<h3><strong>Product Manager</strong>, Uber</h3>
<h4><a href="https://www.uber.com/en-NZ/newsroom/commutenz/" target="_blank" class="external">Uber Commute</a></h4>
<span class="subheading">2020 – 2021, Toronto</span>
<p>Led new products to create less congested cities.</p>
<h4><a href="https://www.uber.com/transit/products" target="_blank" class="external">Transit Agency Solutions</a></h4>
<span class="subheading">2019, San Francisco</span>
<p>Led new innovative ways to partner with public transit agencies.</p>
<h4><a href="https://www.uber.com/us/en/marketplace/pricing/service-fee/" target="_blank" class="external">Marketplace Fares</a></h4>
<span class="subheading">2018, San Francisco</span>
<p>Created new pricing levers to ensure drivers have fair and stable earnings.</p>
<h4><a href="https://www.uber.com/drive/basics/driver-destinations/" target="_blank" class="external">Driver Preferences</a></h4>
<span class="subheading">2017, San Francisco</span>
<p>Launched experiments to give drivers more control over where and when they drive.</p>
</div>
<div>
<h3><strong>Product Design Intern</strong>, <a href="https://themes.shopify.com/" target="_blank" class="external">Shopify</a></h3>
<span class="subheading">Summer 2016, Montreal</span>
<p>Redesigned Themes Store to help merchants more easily find themes.</p>
</div>
<div>
<h3><strong>Program Manager Intern</strong>, <a href="https://en.wikipedia.org/wiki/Docs.com" target="_blank" class="external">Microsoft</a></h3>
<span class="subheading">Fall 2015, Tokyo</span>
<p>Simplified upload process for document sharing site.</p>
</div>
<div>
<h3><strong>Full Stack Developer Intern</strong>, <a href="https://www.monstercat.com/gold" target="_blank" class="external">Monstercat</a></h3>
<span class="subheading">Winter 2015, Vancouver</span>
<p>Redesigned a music streaming web app.</p>
</div>
</div>
<div class="nav">
<a href="./index.html">Home</a>
<a href="./work.html">Work</a>
<a href="./projects.html">Projects</a>
<a href="https://twitter.com/melkuo" target="_blank" class="external">Twitter</a>
<a href="mailto:hi@melodykuo.com" target="_blank" class="external">Email</a>
</div>
</body>