forked from myathetchel/myathetchel.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
532 lines (516 loc) · 21.5 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
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="portfolio, portfolio design, portfolio website, personal portfolio" />
<meta name="description" content="Welcome to Mya Thet Chel's Portfolio Website. Web Designer and Markup Engineer" />
<title>Portfolio - Mya Thet Chel</title>
<link rel="icon" type="image/x-icon" href="img/mya-favicon.png">
<link rel="stylesheet" href="css/stye.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1R47XP5FNT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1R47XP5FNT');
</script>
</head>
<body>
<div id="eng-wrapper">
<div id="hero" class="header">
<div class="hero-title">
<span>Port</span>folio
</div>
</div>
<!--Navigation start-->
<!--pc nav-->
<div id="navbar">
<nav class="navigation">
<ul>
<li class="nav-side-menu">
<a href="#about"><span>About</span></a>
<a href="#skills">Skills & Languages</a>
<a href="#experience">Experience</a>
<a href="#projects">Projects</a>
<a href="jp.html" target="_blank" class="lang">
<i class="fa-solid fa-globe"></i>
<span class="lang-change">Japanese</span>
</a>
</li>
</ul>
</nav>
</div>
<!--sp nav-->
<div class="">
<div class="openbtn1"><span></span><span></span><span></span></div>
<nav id="g-nav">
<div id="g-nav-list">
<!--ナビの数が増えた場合縦スクロールするためのdiv※不要なら削除-->
<ul>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills & Languages</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><i class="fa-solid fa-globe"></i><a href="jp.html" target="_blank">JP</a>/<a href="index.html"
target="_blank">EN</a></li>
</ul>
</div>
</nav>
<div class="circle-bg"></div>
</div>
<!--Navigation end-->
<!--main content start here-->
<div class="main-content">
<section id="about">
<div class="wrapper reveal">
<h1><span>About</span></h1>
<div class="about-row">
<div>
<script src="https://unpkg.com/[email protected]"></script>
<h3>Hello!<br>I am Mya Thet Chel<br><span class="ityped"></span></h3>
<script>
window.ityped.init(document.querySelector('.ityped'), {
strings: ['Design Engineer(UI Design and Development)', 'Take a look at my porfolio website!'],
loop: true
})
</script>
<p>
I am a passionate Design Engineer specializing in UI design and development, with over 5 years of experience in the digital realm. Equipped with a comprehensive toolkit including HTML, CSS, and a range of UI libraries such as Vue, Vuetify, Storybook, as well as proficiency in Figma and Adobe XD, I approach each project with boundless enthusiasm and a relentless drive for innovation.
</p>
<ul>
<li>Date of Birth: 12 May 1996</li>
<li>Education: Bachelor of Arts (Yangon University of Foreign Languages - Japanese major)
</li>
<li>Nationality: Myanmar</li>
<li>Address: Koto-ku, Tokyo, Japan</li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div>
<img src="img/profile.png" alt="">
</div>
</div>
</div>
</section>
<section id="skills">
<div class="wrapper reveal">
<h1>Skills & Languages</h1>
<h2>Hard Skills</h2>
<div class="skill-wrap">
<div><img class="vector-icon" src="svg/html.svg" alt="HTML5">HTML</div>
<div><img class="vector-icon" src="svg/css3.svg" alt="CSS">CSS</div>
<div><img class="vector-icon" src="svg/scss.svg" alt="CSS">SCSS</div>
<div><img class="vector-icon" src="svg/wordpress.svg" alt="WordPress">WordPress</div>
<div><img class="vector-icon" src="svg/hubspot.svg" alt="Hubspot">Hubspot</div>
<div><img class="vector-icon" src="svg/materializecss.svg" alt="Materialize">Materialize CSS</div>
<div><img class="vector-icon" src="svg/adobe-xd.svg" alt="Adobe XD">Adobe XD</div>
<div><img class="vector-icon" src="svg/figma.svg" alt="Figma">Figma</div>
<div><img class="vector-icon" src="svg/adobe-illustrator.svg" alt="Adobe Illustrator">Adobe Illustrator</div>
<div><img class="vector-icon" src="svg/adobe-photoshop.svg" alt="Adobe Photoshop">Adobe Photoshop</div>
<div><img class="vector-icon" src="svg/vuetify.svg" alt="Vuetify">Vuetify</div>
<div><img class="vector-icon" src="svg/storybook.svg" alt="Storybook">Storybook</div>
<div><img class="vector-icon" src="svg/typescript.svg" alt="Typescript">Typescript</div>
<div><img class="vector-icon" src="svg/javascript.svg" alt="JavaScript">JavaScript</div>
<div><img class="vector-icon" src="svg/jquery.svg" alt="jQuery">jQuery</div>
<div><img class="vector-icon" src="svg/github.svg" alt="GitHub">GitHub</div>
<div><img class="vector-icon" src="svg/visual-studio-code.svg" alt="Visual Studio">Visual Studio</div>
<div><img class="vector-icon" src="svg/responsive.svg" alt="Responsive Website">Responsive Website</div>
<div><img class="vector-icon" src="svg/google.svg" alt="Responsive Website">Google Workspace Tools</div>
<h2 class="mt-3">Languages</h2>
<div><img class="vector-icon" src="svg/myanmar.svg" alt="Myanmar">Myanmar (Native)</div>
<div><img class="vector-icon" src="svg/japan.svg" alt="Japanese">Japanese (Fluent)</div>
<div><img class="vector-icon" src="svg/usa.svg" alt="English">English (Upper-Intermediate)</div>
<h2 class="mt-3">Soft Skills</h2>
<div class="skill-wrap soft">
<table>
<tr>
<td>
<div>Problem-solving</div>
</td>
<td>Ability to solve complex designs, layouts, and UI/UX designs to deliver quality products
to meet customer satisfaction.</td>
</tr>
<tr>
<td>
<div>Time Management</div>
</td>
<td>Over 95% of tasks were finished before due time.</td>
</tr>
<tr>
<td>
<div>Organizational</div>
</td>
<td>Utilizing various tools to create documents, notes, and manuals to help keep track of
various phases of the website development life cycle.</td>
</tr>
<tr>
<td>
<div>Flexibility</div>
</td>
<td>Adapt to a different organization to meet the standards of the respective work culture.
</td>
</tr>
<tr>
<td>
<div>Motivation</div>
</td>
<td>Driven desire to learn new technologies and tools to stay in trends that can lead to new
ideas.</td>
</tr>
<tr>
<td>
<div>Planning</div>
</td>
<td>Oversaw communications with stakeholders, and internal and external team members to help
execute a solid plan to deliver project goals.</td>
</tr>
<tr>
<td>
<div>Communication</div>
</td>
<td>Good listener and always try to express ideas and opinions to stakeholders, internal and
external team members, and customers.</td>
</tr>
<tr>
<td>
<div>Mood maker</div>
</td>
<td>Has the ability to positively influence and uplift the mood of others. </td>
</tr>
</table>
</div>
</div>
</section>
<section id="experience">
<div class="wrapper reveal">
<h1>Experience</h1>
<div class="experience-wrap">
<div class="experience-balloon-first reveal">
<div class="status">Current Position</div>
<div class="experience-header">
<div class="job-title">Design Engineer</div>
<div class="company-name">SENSYN ROBOTICS Inc.</div>
<div class="los">09/2022 ~ Current</div>
</div>
<div class="responsibility">
<ol>
<li>
In-house Design System
<ul>
<li>As a member of the team, developed a unique design philosophy based on in-house PD/PJ designs. </li>
<li>In the process, conducted research on other companies and evaluated the features of Vuetify to define the design.</li>
<li>Utilized the defined design as a base, implemented it in Storybook using the Vuetify library, and customized Typescript and SCSS.</li>
<li>Responded to requests such as bug fixes for implemented components and adding new features while maintaining continuous communication with designers and engineers.</li>
</ul>
</li>
<li>
Corporate Website Operations Development
<ul>
<li>Responsible for managing in-house official websites, recruitment sites, and product landing pages.</li>
<li>Carried out various tasks including creating new pages, updating/modifying existing pages, and regularly releasing news. </li>
<li>Utilized Figma to create markup designs for new pages and provided end-to-end support up to coding.</li>
</ul>
</li>
<li>
UI Design for Products
<ul>
<li>As a member of the design team for BtoB products, listened to requirements from planning members and created Figma UI screens for PD/PJ. </li>
<li>Reviewed the designs within the design team and explained design details to developers.</li>
</ul>
</li>
</ol>
</div>
</div>
<div class="experience-balloon reveal">
<div class="status-previous">Previous Position</div>
<div class="experience-header">
<div class="job-title">Web Designer/Web markup Engineer</div>
<div class="company-name">NEXTERA Inc.</div>
<div class="los">03/2021 ~ 08/2022</div>
</div>
<div class="responsibility">
<ul>
<li>Web development using HTML, CSS, and JavaScript for features of both mobile and
desktop platforms (responsive web design coding).</li>
<li>Experience in creating homepage designs using Adobe Illustrator, Photoshop, Adobe
XD, and Figma.</li>
<li>Create clients' homepage websites based on the wireframe.</li>
<li>Upgrade, maintain, and deliver the clients` websites.</li>
<li>Front-end website development using WordPress.</li>
<li>Create a user manual using Microsoft PowerPoint, and Google Workspace Tools for a
website (WordPress) that helps customers to control editing and adding articles
manually.</li>
<li>Communicating with multiple stakeholders and team members to help define project
goals within a reasonable timeframe.</li>
<li>Create a monthly report of GoogleAnalytics for the customer’s website.</li>
<li>Productive meeting with Senior UI/UX Designer to define deliverables.<br>
Such as implementation, coding using HTML / CSS and WordPress, editing images and
banners used in websites, creating new content pages, and migrating existing content
pages.
</li>
</ul>
</div>
</div>
<div class="experience-balloon reveal">
<div class="status-previous">Previous Position</div>
<div class="experience-header">
<div class="job-title">Web Coder</div>
<div class="company-name">Itamiarts Inc (Head Office)</div>
<div class="los">06/2018 ~ 02/2021</div>
</div>
<div class="responsibility">
<ul>
<li>Working as the web design team member of the web marketing department.</li>
<li>Coding and updating Company EC websites using HTML, CSS, Materialize CSS,
JavaScript, and jQuery languages.</li>
<li>Creating and Managing in-house media website and homepage by using WordPress.</li>
<li>Coding landing pages, and new product pages based on wire/structure plans created by
the designer.</li>
<li>Assisting web designer in creating products banner (eg. cutting out objects and
compositing the image by using Photoshop & 4DBox.)</li>
<li>Schedule and task management by mentoring and communicating with Myanmar coding team
members.</li>
</ul>
</div>
</div>
<div class="experience-balloon reveal">
<div class="status-previous">Previous Position</div>
<div class="experience-header">
<div class="job-title">Data Analyst/ Designer</div>
<div class="company-name">Itamiarts Inc (Myanmar Branch)</div>
<div class="los">11/2017 ~ 06/2018</div>
</div>
<div class="responsibility">
<ul>
<li>Creating Original Nobori (Japanese Flag) designs by using Adobe Illustrator and
Photoshop to meet customer demands.</li>
<li>Coordinate cross-cultural teams(Japan ⇌ Myanmar) efficiently to increase mutual
understanding of tasks for quality deliverables.</li>
<li>Analyze data from internal and external customers to help process requirements for
printing (CMYK color, Outline Fonts, Linked Image, etc.).</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="wrapper reveal">
<h1>Projects</h1>
<div class="works-items current reveal">
<h2 class="header-h2-line"><span>Current projects</span></h2>
<div class="row">
<!--1-->
<div class="col">
<div class="deco-spot">
<span class="red"></span>
<span class="yellow"></span>
<span class="green"></span>
</div>
<div class="project-title">Design system (Figma components)</div>
<div class="tools">
<span>Figma</span>
<span>Material Design</span>
<span>Research</span>
<span>Other companies design system</span>
</div>
<p>
In order to achieve consistency in design, we implemented an in-house design system. The design team conducted research on other companies and defined the design based on our existing service UIs. This involved creating designs, conducting reviews, and converting them into Figma components.
</p>
<img src="img/design-system.png" alt="">
</div>
<!--2-->
<div class="col">
<div class="deco-spot">
<span class="red"></span>
<span class="yellow"></span>
<span class="green"></span>
</div>
<div class="project-title">Design system (Development)</div>
<div class="tools">
<span>HTML/CSS/SCSS</span>
<span>Vue</span>
<span>Vuetify</span>
<span>Typescript</span>
<span>Storybook</span>
<span>Jira</span>
</div>
<p>
Implemented it in Storybook using the Vuetify library, and customized Typescript and SCSS. <br>
Our Design System version-1 will officially release coming April 2024.
</p>
<img src="img/rosetta.png" alt="">
</div>
<!--3-->
<div class="col">
<div class="deco-spot">
<span class="red"></span>
<span class="yellow"></span>
<span class="green"></span>
</div>
<div class="project-title">Company Website (Recruit website/LP etc.)</div>
<div class="tools">
<span>Hubspot</span>
<span>HTML/CSS</span>
<span>JavaScript</span>
<span>Jquery</span>
<span>Responsive</span>
</div>
<p>
Handling the design and coding of product landing pages for corporate website renewal, updates, modifications, and other needs. Proficient in providing end-to-end support, from designing the LP page to coding, with implementation on HubSpot.
</p>
<img src="img/homepage.png" alt="">
<a href="https://www.sensyn-robotics.com/" target="_blank" class="to-page">View Website <i
class="fa-solid fa-circle-arrow-right"></i></a>
</div>
<!--4-->
<div class="col">
<div class="deco-spot">
<span class="red"></span>
<span class="yellow"></span>
<span class="green"></span>
</div>
<div class="project-title">PD/PJ</div>
<div class="tools">
<span>Figma</span>
</div>
<p>
Mainly use Figma design tool to create UI design of BtoB products and project.
</p>
<img src="img/pd-pj.png" alt="">
</div>
</div>
</div>
<div class="works-items reveal">
<h2 class="header-h2-line"><span>Previous projects</span></h2>
<div class="row">
<!--1-->
<div class="col">
<div class="deco-spot">
<span class="red"></span>
<span class="yellow"></span>
<span class="green"></span>
</div>
<div class="project-title">Various e-commerce site projects</div>
<div class="tools">
<span>HTML/CSS</span>
<span>Materialize CSS</span>
<span>PHP</span>
<span>jQuery</span>
<span>Responsive</span>
</div>
<p>
Coding new product pages and landing pages based on a wire design.<br>
Updating information on the products page, adding options, and editing the order form of the eccomerce sites.
</p>
<img src="img/ec-site.png" alt="">
</div>
<!--2-->
<div class="col">
<div class="deco-spot">
<span class="red"></span>
<span class="yellow"></span>
<span class="green"></span>
</div>
<div class="project-title">Company Official Website</div>
<div class="tools">
<span>WordPress</span>
<span>Elementor</span>
<span>HTML/CSS</span>
<span>PHP</span>
<span>JavaScript</span>
<span>Responsive</span>
</div>
<p>
Update and edit information, manage versions of plugins and WordPress.
</p>
<img src="img/itamiarts-official.png" alt="">
</div>
<!--3-->
<div class="col">
<div class="deco-spot">
<span class="red"></span>
<span class="yellow"></span>
<span class="green"></span>
</div>
<div class="project-title">Client Homepage</div>
<div class="tools">
<span>WordPress</span>
<span>Elementor</span>
<span>Customize Theme</span>
<span>JetPlugins</span>
<span>Responsive</span>
</div>
<p>
Renew the whole website using WordPress.<br>
Frontend development starting from design, codes, scheduling, release, and documentation.
</p>
<img src="img/shibuya-archery-web.png" alt="">
<!-- <a href="https://www.shibuya-archery.com/" target="_blank" class="to-page">View Website <i
class="fa-solid fa-circle-arrow-right"></i></a> -->
</div>
<!--4-->
<div class="col">
<div class="deco-spot">
<span class="red"></span>
<span class="yellow"></span>
<span class="green"></span>
</div>
<div class="project-title">Website for University's Program</div>
<div class="tools">
<span>WordPress</span>
<span>Custom css</span>
<span>Customize Theme</span>
<span>Responsive</span>
</div>
<p>
Develop a University program promotion website using neumorphism design which is one of the hottest design trends. <br>
A user manual is also created for customers to update and upload news articles by themselves. The release was earlier than scheduled and got recognition from the customer.
</p>
<img src="img/socialcooperation.jissen.png" alt="">
</div>
<!--5-->
<div class="col">
<div class="deco-spot">
<span class="red"></span>
<span class="yellow"></span>
<span class="green"></span>
</div>
<div class="project-title">University Homepage Website</div>
<div class="tools">
<span>HTML/CSS</span>
<span>WordPress</span>
<span>Customize Theme</span>
<span>Customize Css</span>
<span>Responsive</span>
</div>
<p>
Website renewal with WordPress based on wireframe from a designer.<br>
Create a user manual for customers to update and add news articles.
Effectively communicating with customers to deliver the final product with 100% satisfaction.
</p>
<img src="img/keiei-kanto-gakuin.png" alt="">
</div>
</div>
</div>
</div>
</section>
</div>
<div class="sns">
<a href="https://www.linkedin.com/in/mya-thet-chel-039b68234/" target="_blank"><i
class="fa-brands fa-linkedin"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a>
<a href="https://join.skype.com/invite/uqeG1Rms0zDX" target="_blank"><i class="fa-brands fa-skype"></i></a>
</div>
</div><!--eng-->
<footer>Designed and Developed By <em>MyaThetChel</em></footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="js/javascript.js"></script>
</body>
</html>