-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
347 lines (234 loc) · 12.6 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About — Masna Bin Umeed</title>
<meta name="description" content="Digital Product Designer based in Pakistan, with experience in the field of UI/UX, Service Design, Web and App Design">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="assets/images/og-image.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="assets/js/app.js"></script>
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags getFeatureFlag getFeatureFlagPayload reloadFeatureFlags group updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures getActiveMatchingSurveys getSurveys".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);
posthog.init('phc_iPClrUj2d2CironKuX2PD6z1My4JExWZ2qihILckTCE',{api_host:'https://app.posthog.com'})
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VESPZC1N1M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VESPZC1N1M');
</script>
</head>
<body>
<nav>
<div class="row container">
<div class="col-lg-12 nav-content">
<a href="/">
<img class="logo" alt="logo" src="assets/images/masna_logo_white.png" style="max-height: 32px;">
</a>
<div class="float-right">
<a href="/" class="hidden-sm">Home</a>
<span class="ml8 mr8 hidden-sm"></span>
<a href="/projects" class="">Projects</a>
<span class="ml8 mr8"></span>
<a href="/about" class="active">About</a>
<span class="ml8 mr8 hidden-sm"></span>
<a href="https://www.linkedin.com/in/masnabinumeed/" target="_blank" class="hidden-sm">Linkedin</a>
</div>
</div>
</div>
</nav>
<header id="home">
<div class="row container center justify-content-center">
<div class="col-lg-8 mb40 ">
<h2 class="mb24">For me, design is all the decisions around us. I like to find design in everything, whether it’s a sign, a system, or a city. I like to imagine how things can be better.
</h2>
<p class="mb24 fawn">Over the past 8 years, my experience has spanned accross the public sector, corporates, defence, consultancies, and startups.
</p>
<div class="m40" height="1px"></div>
</div>
</div>
</header>
<div class="blob" style="left: -90px; top: 72px;""></div>
<main>
<div class="" id="about">
<section id="work" class="row">
<div class=" mb24 col-sm-6">
<h4 class="mb24" >
Work Experience
</h4>
</div>
<div class="col-sm-6">
<ul>
<li class="mb40 lazyscroll">
<h5>Independent Design Consultant</h5>
<div>
<span class="mr24">Nov 2023 - Present</span>
</div>
</li>
<li class="mb40 lazyscroll">
<a href="https://www.method.com/" target="_blank"><h5>Method<img src="../assets/images/icon-out.svg" class="icon-24 ml8 icon-out"></h5></a>
<div>Senior Product Designer</div>
<div>
<span class="mr24">New York</span>
<span class="mr24">Jan 2022 - May 2023</span>
</div>
</li>
<li class="mb40 lazyscroll">
<a href="https://www.polly.ai/" target="_blank"><h5>Polly<img src="../assets/images/icon-out.svg" class="icon-24 ml8 icon-out"></h5></a>
<div>Product Designer</div>
<div>
<span class="mr24">Remote</span>
<span class="mr24">Sep 2020 - Aug 2021</span>
</div>
</li>
<li class="mb40 lazyscroll">
<h5>Mauqa Online</h5>
<div>Product Designer</div>
<div>
<span class="mr24">Islamabad</span>
<span class="mr24">May 2019 - Sep 2020</span>
</div>
</li>
<li class="mb40 lazyscroll">
<a href="https://easyinsurance.com.pk/" target="_blank"><h5>EasyInsurance<img src="../assets/images/icon-out.svg" class="icon-24 ml8 icon-out"></h5></a>
<div>Product Manager</div>
<div>
<span class="mr24">Islamabad</span>
<span class="mr24">Sep 2017 - May 2019</span>
</div>
</li>
<li class="mb40 lazyscroll">
<a href="https://www.connectavo.com/" target="_blank"><h5>Connectavo GmbH<img src="../assets/images/icon-out.svg" class="icon-24 ml8 icon-out"></h5></a>
<div>Junior UI / UX Designer</div>
<div>
<span class="mr24">Lahore</span>
<span class="mr24">Aug 2016 - Aug 2017</span>
</div>
</li>
</ul>
</div>
</section>
<section>
<div class="row">
<div class="col-md-6 mb40">
<h4 class="mb40">Skills</h4>
<div class="row">
<div class="col-md-6">
<ul>
<li class="lazyscroll">User Experience (UX) design</li>
<li class="lazyscroll">User Interface (UI) design</li>
<li class="lazyscroll">Prototyping</li>
<li class="lazyscroll">Wireframing</li>
<li class="lazyscroll">Design Systems</li>
<li class="lazyscroll">Web Accessibility</li>
<li class="lazyscroll">HTML & CSS</li>
<li class="lazyscroll">Conversion Rate Optimization</li>
</ul>
</div>
<div class="col-md-6 mb40 ">
<ul>
<li class="lazyscroll">Service Design</li>
<li class="lazyscroll">Conceptual Modelling</li>
<li class="lazyscroll">Discovery Research</li>
<li class="lazyscroll">Service Blueprinting</li>
<li class="lazyscroll">User Flows</li>
<li class="lazyscroll">Information Architecture</li>
<li class="lazyscroll">User Testing</li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 offset-md-2 mb40 ">
<h4 class="mb40">Tools</h4>
<ul>
<li class="lazyscroll">Figma, Sketch & Framer</li>
<li class="lazyscroll">Adobe Creative Cloud</li>
<li class="lazyscroll">Miro, FigJam & Mural</li>
<li class="lazyscroll">Webflow</li>
<li class="lazyscroll">Google Analytics & Amplitude</li>
<li class="lazyscroll">Maze (User testing)</li>
<li class="lazyscroll">Visual Studio & Github</li>
<li class="lazyscroll">MySQL Workbench</li>
</ul>
</div>
</section>
<section>
<h4 class="mb40">Playground</h4>
<div class="row ">
<div class=" col-sm-4">
<iframe loading="lazy" style="border: none" height="450" width="100%" src="https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Fproto%2FPdo2wtNt6QAjuI7IuTDPJ8%2Fghost%3Fpage-id%3D0%253A1%26type%3Ddesign%26node-id%3D1-149%26viewport%3D220%252C-64%252C0.36%26t%3DkESQf3AonYHou8IF-1%26scaling%3Dscale-down-width%26starting-point-node-id%3D1%253A149%26hotspot-hints%3D0%26mode%3Ddesign" ></iframe>
</div>
<div class=" col-sm-4">
<script type="module" src="https://unpkg.com/@splinetool/[email protected]/build/spline-viewer.js"></script>
<spline-viewer loading="lazy" height="450" url="https://prod.spline.design/a-KsZ2527SBXsqaE/scene.splinecode"></spline-viewer>
</div>
<div class=" col-sm-4">
<script type="module" src="https://unpkg.com/@splinetool/[email protected]/build/spline-viewer.js"></script>
<spline-viewer loading="lazy" url="https://prod.spline.design/dsTRT77SOAbDfSkA/scene.splinecode"></spline-viewer>
</div>
</div>
</section>
<section>
<h4>Painting and drawing</h4>
</section>
<figure class="mb40 lazyscroll" style="margin-top: -64px;">
<div class="screenscroll">
<img src="../assets/images/projects/drawing_7.jpg" alt="painting or drawing">
<img src="../assets/images/projects/drawing_1.jpg" alt="painting or drawing">
<img src="../assets/images/projects/drawing_2.jpg" alt="painting or drawing">
<img src="../assets/images/projects/drawing_3.jpg" alt="painting or drawing">
<img src="../assets/images/projects/drawing_5.jpg" alt="painting or drawing">
<img src="../assets/images/projects/drawing_4.jpg" alt="painting or drawing">
<img src="../assets/images/projects/drawing_6.jpg" alt="painting or drawing">
</div>
</figure>
<section>
<div class="row">
<div class="col-md-6 mb40">
<h4 class="mb40">Interests</h4>
<ul>
<li class="lazyscroll">Painting & sketching</li>
<li class="lazyscroll">Urbanism, walkability and mobility</li>
<li class="lazyscroll">Coffee & espresso science</li>
<li class="lazyscroll">Vinyl collection and live music</li>
<li class="lazyscroll">Taking stuff apart and fixing things</li>
<li class="lazyscroll">Football leagues</li>
<li class="lazyscroll">Plant care</li>
</ul>
</div>
</section>
</div>
</main>
<footer class="container">
<div class="row align-row bottom-border pb16 pt24">
<div class="col-sm-8 align-row">
<img alt="masna picture" src="../assets/images/masna.webp" class="inline" width="48px" style="border-radius:48px;">
<h2 class="p16 m0 inline">Let's discuss your product challenges</h2>
</div>
<div class="col-sm-4 mt16">
<a class="float-right" href="mailto:[email protected]" target="_blank"><h5>Get in touch<img src="../assets/images/icon-out.svg" class="icon-24 ml8 icon-out"></h5></a>
</div>
</div>
<div class="row mt16 pb24 pt24">
<nav class="col-sm-4">
<a href="/" class="">Home</a>
<span class="ml8 mr8"></span>
<a href="/projects" class="">Projects</a>
<span class="ml8 mr8"></span>
<a href="/about" class="active">About</a>
<span class="ml8 mr8"></span>
<a href="https://www.linkedin.com/in/masnabinumeed/" target="_blank">Linkedin</a>
</nav>
<div class="col-sm-8" style="opacity: .25;"><div class="text text-right">This website is self designed and hand coded</div></div>
</div>
</footer>
</body>
</html>