-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
401 lines (312 loc) · 17.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- HTML Meta Tags -->
<title>Sasha's Portfolio</title>
<meta name="description" content="Natasha (Sasha) Ann Sidik's portfolio">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="portfolio.png/">
<meta property="og:type" content="website">
<meta property="og:title" content="Sasha's Portfolio">
<meta property="og:description" content="Natasha (Sasha) Ann Sidik's portfolio">
<meta property="og:image" content="portfolio.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="sidiknatasha.github.io">
<meta property="twitter:url" content="https://sidiknatasha.github.io/portfolio.png/">
<meta name="twitter:title" content="Sasha's Portfolio">
<meta name="twitter:description" content="Natasha (Sasha) Ann Sidik's portfolio">
<meta name="twitter:image" content="portfolio.png">
<!--Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property='og:image' content="portfolio.png">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Zilla+Slab+Highlight:wght@400;700&display=swap" rel="stylesheet">
<!--Load External CSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<!--Minimon-->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.7.8/lottie_svg.min.js"
type="text/javascript">
</script>
<script
src="https://api.minymon.com/minymon.js"
defer
type="text/javascript">
</script>
</head>
<body style="margin:0; padding: 0">
<!-- NAVIGATION SECTION -->
<nav class="navbar navbar-expand-md">
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<i class="fa-solid fa-bars black"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav">
<a href="index.html" class="nav-item nav-link black la link2 spotlight light mobileHide">✧</a>
</div>
<div class="navbar-nav ml-auto">
<a href="index.html" class="nav-item nav-link black la link2 spotlight light">Home</a>
<a href="#portfolio" class="nav-item nav-link black la link2 spotlight light">Selection</a>
<!--a href="#about" class="nav-item nav-link black la link2 spotlight light">About</a-->
<a href="https://drive.google.com/file/d/1Hfm1uXe4QhQysjZeVUTTWHaGtvF3K5bk/view" target="_blank" class="nav-item nav-link black la spotlight link2 light">Resume</a>
<a href="#footer" class="nav-item nav-link black la link2 spotlight light">Contact</a>
<!--a href="archive.html" class="nav-item nav-link black la link2 spotlight light">Archive</a-->
</div>
</div>
</nav>
<!-- ABOUT SECTION -->
<div class="container">
<div class="row col-md-12">
<!--<div class="col-sm-6" style="padding-top: 5%;"><img class="profile" src="profilepic2.png" alt="Natasha, a young asian woman with medium-length black hair smiling at the camera.">
</div>
<div class="catchline col-sm-6" style="width: 100%;">
<h2 class="extrabold parta">hi, i'm natasha 👋 </h2>
<ul class="regular parta space">
<li> product-led, UX research and design, community-driven </li>
<li> education: psychology & informatics</li>
<li> catch me at a ☕ shop or jamming 🎭 musicals</li>
<li> contact me at <a target="_blank" href="mailto:[email protected]" class="link"><i class="fas fa-external-link-alt"></i> [email protected] </a></li>
<li> download/view resume <a class="link" target="_blank" href="https://drive.google.com/file/d/1Vg66_5Q85vmLK109n8m_5KxxOQN8lpFA/view"> <i class="fas fa-external-link-alt"></i> here</a> </li>-->
<div class="catchline center" style="width: 100%;">
<h1 class="title">
<span class="title-word title-word-1">natasha</span>
<span class="title-word title-word-2">ann</span>
<span class="title-word title-word-3">sidik</span>
<h5 class="karla">product-led UX research, design, and marketing driven by data and community</h5>
<h6 class="karla">password: sashashimi 🍣</h6>
</h1>
</div>
</div>
</div>
<!-- PORTFOLIO GRID -->
<div id="portfolio" class="container center space">
<img class="flower" src="pictures/clover.svg">
<img class="flower" src="pictures/clover.svg">
<img class="flower" src="pictures/clover.svg">
</div>
<!--div id="portfolio" class="container space">
<h4 class="karla center">*ੈ✩‧₊˚ SELECTED WORK *ੈ✩‧₊˚</h4>
</div-->
<!-- ROW 1 -->
<div class="container space">
<div class="row">
<div class="col-md-4">
<div class="card profile-card-5">
<div class="card-img-block">
<a href="https://drive.google.com/file/d/1FzGxvtwn0B8E7gTPeBJXntcnZZT23EGo/view?usp=drive_link"><img class="card-img-top" src="pictures/workday.png" alt="Workday Recruiting Design Case Study"></a>
</div>
<div class="card-body pt-0">
<h5 class="card-title">Workday Recruiting Design</h5>
<p class="card-text">Optimizing interview feedback for Hiring Managers</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card profile-card-5">
<div class="card-img-block">
<a href="https://drive.google.com/file/d/1lztAjsJaFpBDDz_pjcYXglnTjrxTDeXu/view?usp=sharing" target="_blank"><img class="card-img-top" src="pictures/WW.png" alt="WeightWatchers UX Accessibility Case Study"></a>
</div>
<div class="card-body pt-0">
<h5 class="card-title">WW Accessibility Review</h5>
<p class="card-text">Conducting accessibility audit of workshop features and experiences</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card profile-card-5">
<div class="card-img-block">
<a href="https://drive.google.com/file/d/1cjEDKlWRNRf1SZuV-6OSoxuOwf4hY6Ee/view?usp=sharing" target="_blank"><img class="card-img-top" src="pictures/make4all.png" alt="make4all Lab Research"></a>
</div>
<div class="card-body pt-0">
<h5 class="card-title">make4all Research</h5>
<p class="card-text">Investigating communication systems for disabled students in higher education</p>
</div>
</div>
</div>
</div>
</div>
<!-- ROW 2 -->
<div class="container space">
<div class="row">
<div class="col-md-4">
<div class="card profile-card-5">
<div class="card-img-block">
<a href="https://docs.google.com/presentation/d/16YJ8uPI4B09AZHXztrIS_7UeQAYx7Sx2-jMi4zR9Eg4/edit?usp=drive_link" target="_blank"><img class="card-img-top" src="pictures/universally.png" alt="project universal.ly Case Study"></a>
</div>
<div class="card-body pt-0">
<h4 class="card-title">universal.ly</h4>
<p class="card-text">Streamlining the student disability accommodation process at the University of Washington</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card profile-card-5">
<div class="card-img-block">
<a href="https://docs.google.com/presentation/d/1l-uREVsGBWsPc5nTtutBN5lvoTOEpbrjvq9i3A37878/edit?usp=drive_link" target="_blank"><img class="card-img-top" src="pictures/doseup.png" alt="DoseUP Case Study"></a>
</div>
<div class="card-body pt-0">
<h5 class="card-title">DoseUP</h5>
<p class="card-text">Mitigating the shortage of COVID19 vaccines amidst the height of the pandemic</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card profile-card-5">
<div class="card-img-block">
<a href="https://docs.google.com/presentation/d/15PLUT18ykZmIWqqbM6bPE439qSCul7MN-Mn_PaYYv8A/edit?usp=drive_link" target="_blank"><img class="card-img-top" src="pictures/tt/ttevents.png" alt="TechTogether Events Page Case Study"></a>
</div>
<div class="card-body pt-0">
<h5 class="card-title">TechTogether Redesign</h5>
<p class="card-text">Redesigning organization's event page to improve information architecture</p>
</div>
</div>
</div>
</div>
</div>
<!--TESTIMONIES SECTION-->
<!--div id ="quotes" class="container">
<h4 class="karla center">*ੈ✩‧₊˚ RECOMMENDATIONS *ੈ✩‧₊˚</h4>
</div-->
<div id="quotes" class="container center">
<img class="flower" src="pictures/clover.svg">
<img class="flower" src="pictures/clover.svg">
<img class="flower" src="pictures/clover.svg">
</div>
<section class="pt-5 pb-5">
<div class="container">
<div class="col-12">
<div class="card-columns">
<div class="card mb-4">
<div class="card-body">
<blockquote class=" ">
<i class="fa fa-quote-right fa-2x text-muted pull-right mt-3 mb-3" aria-hidden="true"></i>
<p class=" m-0 text-muted insans">
She has proven to have strong communication skills, and is also a very innovative and creative person. She brought new perspectives to our team on how to improve the website of the EYE Center with her strong UX research skills, as well as team productivity. As a developer, I felt at ease to work with her.</p>
<footer class="blockquote-footer small p-1">
<span class="medium insans">Megan Lo
<cite class="font-weight-bold insans">CITI</cite>
</span>
</footer>
</blockquote>
</div>
</div>
<div class="card mb-4">
<div class="card-body">
<blockquote class=" ">
<i class="fa fa-quote-right fa-2x text-muted pull-right mt-3 mb-3" aria-hidden="true"></i>
<p class=" m-0 text-muted insans">
...Natasha asked excellent questions to make sure that she got a firm grasp on understanding the problem, the current experience, and the needs of the user. I appreciate her engagement in each meeting and that she provided meaningful feedback when reviewing others work.
<footer class="blockquote-footer small p-1">
<span class="medium insans">Alysse Schwertscharf
<cite class="font-weight-bold insans">WORKDAY</cite>
</span>
</footer>
</blockquote>
</div>
</div>
<div class="card mb-4">
<div class="card-body">
<blockquote class=" ">
<i class="fa fa-quote-right fa-2x text-muted pull-right mt-3 mb-3" aria-hidden="true"></i>
<p class=" m-0 text-muted insans">
Beyond just being a skilled UX and accessibility researcher, Natasha is a great communicator and an enthusiastic worker. She is constantly picking up new skills, and has a passion in all things inclusivity related. I would definitely work with her again... she went above and beyond with her dedication to any project given to her.
<footer class="blockquote-footer small p-1">
<span class="medium insans">Carter Sargent
<cite class="font-weight-bold insans">WEIGHTWATCHERS</cite>
</span>
</footer>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</section>
<!--ABOUT SECTION-->
<!--div id ="about" class="container">
<h4 class="karla center">*ੈ✩‧₊˚ ABOUT *ੈ✩‧₊˚</h4>
</div>
<div class="container">
<div class="row com-md-12">
<div class="col-sm-12" style="width: 100%;">
<h5 class="mont">hi, friend! you can call me sasha ☺︎</h5>
<p class="karla"> Pyschology + Informatics @ UW Seattle. Catch me at Seattle's coffee shops or jamming to showtunes.</p>
</div>
</div>
</div>
<div class="container space">
<div class="row com-md-12">
<div class="col-md-3">
<div class="card profile-card-5">
<div class="card-img-block">
<a href="https://docs.google.com/presentation/d/15PLUT18ykZmIWqqbM6bPE439qSCul7MN-Mn_PaYYv8A/edit?usp=drive_link" target="_blank"><img class="card-img-top" src="pictures/sash1.png" alt="TechTogether Events Page Case Study"></a>
</div>
<div class="card-body pt-0">
<h5 class="card-title">TechTogether Redesign</h5>
<p class="card-text">Redesigning organization's event page to improve information architecture</p>
</div>
</div>
</div>
<div class="col-sm-3" style="padding-top: 5%;">
<img class="profile1" src="pictures/sash1.png" alt="Natasha, a young asian woman with medium-length black hair smiling at the camera.">
</div>
<div class="col-sm-3" style="padding-top: 5%;">
<img class="profile1" src="pictures/sash2.png" alt="Natasha, a young asian woman with medium-length black hair smiling at the camera.">
</div>
<div class="col-sm-3" style="padding-top: 5%;">
<p class="profile1" src="pictures/sash3.png" alt="Natasha, a young asian woman with medium-length black hair smiling at the camera.">
</div>
<div class="col-sm-3" style="padding-top: 5%;">
<img class="profile1" src="pictures/sash3.png" alt="Natasha, a young asian woman with medium-length black hair smiling at the camera.">
</div>
</div>
</div-->
<!--FOOTER SECTION-->
<footer class="py-4 bg flex-shrink-0">
<div id="footer" class="container">
<h3 class="karla credits"> stay in touch ✍︎ </h3>
</div>
<div class="container">
<ul class="social-btns">
<li>
<a class="link3" href="https://www.linkedin.com/in/sidiknatasha" target="_blank">linkedin</a>
</li>
<li>
<a class="link3" href="mailto:[email protected]" target="_blank">nsidik(at)acm.org</a>
</li>
</ul>
</div>
<div class="container">
<hr>
</div>
<div class="container credits">
<p class="karla"> designed & developed by © Natasha A Sidik </p>
</div>
</footer>
<!-- CONTENT END-->
<!--Load External JS-->
<script src="https://kit.fontawesome.com/b03827ae2a.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="script.js"> </script>
<div style="position:relative;z-index:2147483647">
<minymon-body enableFeed="true" enableTalk="false" idsString="MWFkZmVkMjctYmM0Ny00ZjgyLWEwMGQtYjI2ODUyOWUzY2JkLjM0bVQtMWlXZHJNcENuSzUtV0hQRQ==" infoTitle="Hello friend!" theme="yellow">
<minymon-question question="I want to see the password-protected case studies" theme="yellow">
<minymon-answer answer="Password: sashashimi" question="I want to see the password-protected case studies" theme="yellow">
</minymon-answer>
</minymon-question>
<minymon-feedback description="Your message will be delivered to Natasha (Sasha)!" mid="1adfed27-bc47-4f82-a00d-b268529e3cbd" theme="yellow" uid="34mT-1iWdrMpCnK5-WHPE">
</minymon-feedback>
</minymon-body>
</div>
</body>
</html>