-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
299 lines (299 loc) · 12 KB
/
cv.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CV of Muyas</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link href="public/style/output.css" rel="stylesheet" />
</head>
<body class="text-white text-lg bg-ash-900 min-h-screen">
<header class="max-w-screen-xl p-6 sm:p-10 mx-auto">
<nav class="w-full flex justify-between">
<a href="index.html">
<p class="text-xl font-bold">Muyas–</p>
</a>
<ul class="flex md:gap-6 text-ash-msg-300">
<li>
<a
href="index.html#selectedwork"
class="hidden lg:block hover:text-white"
>Selected Work</a
>
</li>
<li>
<a
href="cv.html"
class="hidden lg:block hover:text-white"
>CV</a
>
</li>
<li>
<a href="contact.html" class="hover:text-white">Contact</a>
</li>
</ul>
</nav>
</header>
<main
class="max-w-screen-xl px-6 pt-2 lg:pt-8 mx-auto sm:px-10 flex flex-col gap-6"
>
<section
class="p-6 sm:p-8 lg:p-12 bg-f-10 flex flex-col md:flex-row md:justify-between gap-6 bg-ash-f-08 rounded-lg"
>
<h1 class="flex flex-col gap-2 md:gap-1">
<span
class="text-2xl font-medium select-none text-center sm:text-left"
>Muhammad Yasin (Muyas)</span
>
<div
class="flex flex-col sm:flex-row sm:gap-2 text-ash-msg-300 text-center sm:text-left"
>
<span class="select-none">Product Designer</span>
<span class="hidden sm:block select-none">|</span>
<span class="selection:bg-gray-300">muyas021@gmail.com</span>
</div>
</h1>
<a
href="public/assets/Muhammad_Yasin_-_Product_Designer_-_CV.pdf"
class="py-3 px-5 my-auto h-fit bg-green-flag text-white font-medium text-center shadow-dim hover:shadow-shine hover:scale-104percent rounded-lg backdrop-blur border border-green-flag-border"
download="Muhammad_Yasin_-_Product_Designer_-_CV.pdf"
>Download CV</a
>
</section>
<section class="p-6 sm:p-8 lg:p-12 bg-ash-f-08 rounded-lg">
<div class="flex flex-col lg:flex-row gap-4">
<h2 class="lg:w-1/3 text-ash-msg-300 mt-1">Work Experiences</h2>
<div class="lg:w-2/3 flex flex-col gap-8">
<div class="flex flex-col gap-3 sm:gap-2">
<div
class="flex flex-col sm:flex-row justify-between gap-1 mb-0.5"
>
<h3 class="min-w-fit">
<span class="font-medium">UX Designer</span>
<span>at</span>
<span class="font-medium">Kitabisa</span>
</h3>
<div
class="hidden sm:block border-t border-ash-700 w-full my-auto"
></div>
<p class="min-w-fit text-ash-msg-300 text-base my-auto">
Apr 2021 - Present
</p>
</div>
<p class="text-ash-msg-300">
Has various experience in building our insurance product. Helped the product to bounce back after shutdown.
</p>
</div>
<div class="flex flex-col gap-3 sm:gap-2">
<div
class="flex flex-col sm:flex-row justify-between gap-1 mb-0.5"
>
<h3 class="min-w-fit">
<span class="font-medium">UI/UX Designer</span>
<span>at</span>
<span class="font-medium">Gredu</span>
</h3>
<div
class="hidden sm:block border-t border-ash-700 w-full my-auto"
></div>
<p class="min-w-fit text-ash-msg-300 text-base my-auto">
Nov 2019 - Apr 2020
</p>
</div>
<p class="text-ash-msg-300">
Involved in a team that got the buy-in to build a design system to unify our various products and optimize time-cost.
<br>
Improved the clarity of information on the teacher app, designed the initial performance track on the student app, and designed the learning progress on the parent app.
</p>
</div>
<div class="flex flex-col gap-3 sm:gap-2">
<div
class="flex flex-col sm:flex-row justify-between gap-1 mb-0.5"
>
<h3 class="min-w-fit">
<span class="font-medium">Civil Planner</span>
<span>at</span>
<span class="font-medium">Jakarta Regional Department</span>
</h3>
<div
class="hidden sm:block border-t border-ash-700 w-full my-auto"
></div>
<p class="min-w-fit text-ash-msg-300 text-base my-auto">
Feb 2016 - Jul 2019
</p>
</div>
<p class="text-ash-msg-300">
Involved in the planning and design of various construction and landscape projects, including signage for all Taman Maju Bersama locations in East Jakarta and inner roads for Semper Cemetery in North Jakarta.
</p>
</div>
</div>
</div>
</section>
<section class="p-6 sm:p-8 lg:p-12 bg-ash-f-08 rounded-lg">
<div class="flex flex-col lg:flex-row gap-4">
<h2 class="lg:w-1/3 text-ash-msg-300 mt-1">Involvements</h2>
<div class="lg:w-2/3 flex flex-col gap-8">
<div class="flex flex-col gap-2">
<div class="flex flex-col sm:flex-row justify-between gap-1">
<h3 class="min-w-fit">Assessor of Final Project</h3>
<div
class="hidden sm:block border-t border-ash-700 w-full my-auto"
></div>
<p class="min-w-fit text-ash-msg-300 text-base my-auto">
May 2020
</p>
</div>
<p class="text-ash-msg-300">
Assigned to assess the final project of Purwadhika Digital Technology School students.
</p>
</div>
<div class="flex flex-col gap-2">
<div class="flex flex-col sm:flex-row justify-between gap-1">
<h3 class="min-w-fit">Guest Lecturer</h3>
<div
class="hidden sm:block border-t border-ash-700 w-full my-auto"
></div>
<p class="min-w-fit text-ash-msg-300 text-base my-auto">
Dec 2023
</p>
</div>
<p class="text-ash-msg-300">
Gave a lecture to the college students of the Faculty of Administrative Science (University of Indonesia) about design thinking implementation in real industry.
</p>
</div>
</div>
</div>
</section>
<section class="p-6 sm:p-8 lg:p-12 bg-ash-f-08 rounded-lg">
<div class="flex flex-col lg:flex-row gap-4">
<h2 class="lg:w-1/3 text-ash-msg-300 mt-1">Educations</h2>
<div class="lg:w-2/3 flex flex-col gap-8">
<div class="flex flex-col gap-2">
<div class="flex flex-col sm:flex-row justify-between gap-1">
<h3 class="min-w-fit">
Bachelor of Engineering, Civil Engineering
</h3>
<div
class="hidden sm:block border-t border-ash-700 w-full my-auto"
></div>
<p class="min-w-fit text-ash-msg-300 text-base my-auto">
2016 - 2018
</p>
</div>
<p class="text-ash-msg-300">Pancasila University, Indonesia.</p>
</div>
<div class="flex flex-col gap-2">
<div class="flex flex-col sm:flex-row justify-between gap-1">
<h3 class="min-w-fit">Associate's Degree, Civil Engineering</h3>
<div
class="hidden sm:block border-t border-ash-700 w-full my-auto"
></div>
<p class="min-w-fit text-ash-msg-300 text-base my-auto">
2012 - 2015
</p>
</div>
<p class="text-ash-msg-300">
State Polytechnic of Jakarta, Indonesia.
</p>
</div>
</div>
</div>
</section>
<section class="p-6 sm:p-8 lg:p-12 bg-ash-f-08 rounded-lg">
<div class="flex flex-col lg:flex-row gap-4">
<h2 class="lg:w-1/3 text-ash-msg-300 mt-1">Skills</h2>
<p class="lg:w-2/3">
User flow, information architecture, wireframing, interaction
design, prototyping, usability testing, design system, user
research, and understand some principles of animation.
</p>
</div>
</section>
<section class="p-6 sm:p-8 lg:p-12 bg-ash-f-08 rounded-lg">
<div class="flex flex-col lg:flex-row gap-4">
<h2 class="lg:w-1/3 text-ash-msg-300 mt-1">Tools</h2>
<p class="lg:w-2/3 flex flex-col gap-1">
<span>
Figma, Sketch, Marvel, Notion, Miro, Trello, and Jira.
</span>
<span class="text-ash-msg-300">
I'm open to any tools. This is just a bunch of tools I'm familiar
with.
</span>
</p>
</div>
</section>
<section class="p-6 sm:p-8 lg:p-12 bg-ash-f-08 rounded-lg">
<div class="flex flex-col lg:flex-row gap-4">
<h2 class="lg:w-1/3 text-ash-msg-300 mt-1">Tech Stack</h2>
<p class="lg:w-2/3">HTML, CSS, and Tailwind CSS.</p>
</div>
</section>
</main>
<footer
class="max-w-screen-xl px-6 sm:px-10 mt-8 mb-10 sm:my-12 mx-auto flex flex-col-reverse sm:flex-row justify-between gap-6 sm:gap-0"
>
<div class="flex flex-col gap-1 sm:gap-2 text-ash-msg-300">
<p class="mx-auto sm:mx-0">
<span>© 2024 </span>
<a href="index.html" class="hover:underline hover:decoration-2"
>Muyas.</a
>
<span>All rights reserved.</span>
</p>
<p class="mx-auto sm:mx-0">
Built with
<a
href="https://www.w3schools.com/html/"
class=hover:underline hover:decoration-2"
>HTML</a
>,
<a
href="https://tailwindcss.com/"
class=hover:underline hover:decoration-2"
>Tailwind CSS</a
>, and
<a
href="https://www.w3schools.com/js/"
class="hover:underline hover:decoration-2"
>JS</a
>.
</p>
</div>
<!-- <div class="text-ash-msg-300 flex flex-col gap-1 sm:gap-2">
<a
href=""
class="font-bold text-white hover:underline hover:decoration-2"
>Extras</a
>
<a
href=""
class="font-bold text-white hover:underline hover:decoration-2"
>Changelog</a
>
</div> -->
<div class="flex flex-col gap-1 sm:gap-2">
<p class="mx-auto sm:mx-0">muyas021@gmail.com</p>
<div class="flex gap-2 sm:ml-auto mx-auto sm:mr-0">
<a
href="https://www.linkedin.com/in/meetmuyas/"
class="hover:underline hover:decoration-2"
>LinkedIn</a
>
<p class="my-auto text-sm">•</p>
<a
href="https://twitter.com/meetMuyas"
class="hover:underline hover:decoration-2"
>X/Twitter</a
>
</div>
</div>
</footer>
</body>
<script src="script/nav.js"></script>
</html>