-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (103 loc) · 3.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lisa Kwok</title>
</head>
<body>
<h1>Lisa Kwok</h1>
<img src="./assets/photo.jpg" width="50%">
<h2>Summary</h2>
<p>
I am a product manager with experience in launching and scaling products, solving problems of millions of B2B and B2C users in Singapore and South East Asia.
</p>
<hr />
<h2>Education</h2>
<ul>
<li>
Bachelor of Engineering, Engineering Product Development - Singapore University of Technology and Design (2012 - 2015)
</li>
</ul>
<hr />
<h2>Work Experience</h2>
<ul>
<li>
<h3>Senior Product Manager - Open Government Products (Govtech)</h3>
<p>Apr 2022 - Oct 2023</p>
<ul>
<li>
Launched a web app to facilitate the reporting of covid tests to the government in 3 weeks to 30,000 drivers. This led to the growth of the use of government identity protocol (id.gov.sg) by 10x.
</li>
<li>
Established the vision of mass messaging tool (postman.gov.sg), launched API and onboarded first major customer, ICA in 6 months to send over 70 million messages.
</li>
</ul>
</li>
<li>
<h3>Product Manager - Open Government Products (Govtech)</h3>
<p>Nov 2018 - Apr 2022</p>
<ul>
<li>
Led the development of Content Management System for government site generator isomer.gov.sg, which led to the reduction of support tickets by half and site launch time by 10x, and grew userbase by 4x.
</li>
<li>
Expanded government link shortener (go.gov.sg) by building new features and establishing strategic go-to-market plans to other government linked institutions such as hospitals and education institutions.
</li>
</ul>
</li>
<li>
<h3>Product Marketing Manager - Tech in Asia</h3>
<p>Nov 2016 - July 2018</p>
<ul>
<li>
Owned the marketing strategy of the recruitment team and led experiments in growing userbase through online and offline channels such as social media, content and events.
</li>
<li>
Led the user research, worked with Product/Engineering teams to translate findings to features on Tech in Asia Jobs portal in Singapore and Indonesian market.
</li>
</ul>
</li>
<li>
<h3>Business Development Executive - StarHub</h3>
<p>Jan 2016 - Nov 2016</p>
<ul>
<li>
Plan and oversee the execution of marketing strategy such as production of promotional video, landing page copy and marketing collaterals.
</li>
<li>
Managed existing clients, worked with internal product teams on product delivery.
</li>
</ul>
</li>
</ul>
<hr />
<h2>Skills</h2>
<ul>
<li>
Product Management: ⭐️⭐️⭐️⭐️⭐️
</li>
<li>
Strategy & Visioning: ⭐️⭐️⭐️⭐️⭐️
</li>
<li>
Prioritisation: ⭐️⭐️⭐️⭐️⭐️
</li>
<li>
UI/UX: ⭐️⭐️⭐️⭐️
</li>
</ul>
<hr />
<h2>Other</h2>
<ul>
<li>
<a href="./contact.html">Contact me</a>
</li>
<li>
<a href="./hobbies.html">My Hobbies</a>
</li>
</ul>
<footer>
<p>© 2024 Lisa Kwok</p>
</footer>
</body>
</html>