-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
623 lines (543 loc) · 37.2 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
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
<!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">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="images/coding.svg" type="image/x-icon">
<title>Zaw Paing</title>
</head>
<body>
<!--<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto flex flex-wrap">
<div class="lg:w-1/2 w-full mb-10 lg:mb-0 rounded-lg overflow-hidden">
<div class="main-carousel">
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png"></div>
</div>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script type="text/javascript">
$('.main-carousel').flickity({
// options
cellAlign: 'left',
wrapAround:true,
freeScroll: true
});
</script>-->
<!--Hero-->
<div class="relative w-full" id="">
<header>
<nav class="fixed z-10 w-full border-b bg-white md:absolute md:bg-transparent">
<div class="container m-auto px-2 md:px-12 lg:px-7">
<div class="flex flex-wrap items-center justify-between py-4 gap-6 md:py-4 md:gap-0">
<div class="w-full px-6 flex justify-between lg:w-max md:px-0">
<a href="#" aria-label="logo" class="flex space-x-2 items-center">
<div aria-hidden="true" class="flex space-x-1">
<div class="h-4 w-4 rounded-full bg-gray-900"></div>
<div class="h-6 w-2 bg-blue-400"></div>
</div>
<span class="text-2xl font-bold text-gray-900">Zaw Paing</span>
</a>
<button aria-label="humburger" id="hamburger" class="relative w-10 h-10 -mr-2 lg:hidden">
<div aria-hidden="true" id="line" class="inset-0 w-6 h-0.5 m-auto rounded bg-yellow-900 transtion duration-300"></div>
<div aria-hidden="true" id="line2" class="inset-0 w-6 h-0.5 mt-2 m-auto rounded bg-yellow-900 transtion duration-300"></div>
</button>
</div>
<div class="hidden w-full lg:flex flex-wrap justify-end items-center space-y-6 p-6 rounded-xl bg-white md:space-y-0 md:p-0 md:flex-nowrap md:bg-transparent lg:w-7/12">
<div class="text-gray-600 lg:pr-4">
<ul class="space-y-6 tracking-wide font-medium text-sm md:flex md:space-y-0">
<li>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</header>
<div>
</div>
</div>
</div>
<div class="relative bg-fixed bg-left bg-clip-border bg-no-repeat"
style="background-image:url(images/scattered-forcefields.svg)">
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<img class="ob10ct-cover object-center rounded-full" alt="hero" src="images/photo_2023-08-12_20-49-46.jpg">
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="text-gray-900 font-bold text-4xl md:text-6xl lg:text-4xl xl:text-6xl">Hi, I am<span class="text-blue-400"> Zaw Paing </span></h1>
<p class="mt-8 text-gray-700 font-medium text-left">
Hey there, I'm Aung Zaw Paing Oo - a self-taught, die-hard developer who's on an exciting journey pursuing an
NCFE Diploma in Information Technology. Since 2019,
I've been having a blast crafting all sorts of cool stuff on the web, cooking up countless side projects
that keep my creative gears spinning. But that's not all; I've got this kind of magical knack for whipping up
user interfaces that are just downright delightful. So, buckle up and join me in this tech adventure
where I'm turning my passion into some seriously awesome skills!
</p>
<br><br>
<div class="flex flex-row pb-4">
<a href="https://www.facebook.com/aungzawpaingoo.oo/" target="blank"><img class="h-10 px-2" src="images/facebook.svg" alt=""></a>
<a href="https://twitter.com/ZAWPAIN87749212" target="blank"><img class="h-10 px-2" src="images/twitter.svg" alt=""></a>
<a href="https://www.linkedin.com/in/aung-zaw-paing-oo-3a37531b3?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BNZbdMAJPTCKhVDeMiZtd3w%3D%3D" target="blank"><img class="h-10 px-2" src="images/linkedin.svg" alt=""></a>
<a href="https://github.com/aungzawpaingoo" target="blank"><img class="h-10 px-2" src="images/github.svg" alt=""></a>
</div>
</div>
</div>
</section>
<!--Hero-->
<!--About Me-->
<div class="pb-8">
<div class="container m-auto px-6 md:px-12 lg:px-6">
<div class="py-8 px-12 bg-cyan-50 rounded-2xl">
<div class="flex flex-col text-center w-full mb-12">
<h1 class="sm:text-3xl font-bold text-4xl title-font mb-4 text-blue-500">
<span class="text-gray-900">TECH</span>
<span class="text-gray-900">STACK</span>
</h1>
</div>
<div class="mt-8 flex justify-center flex-wrap items-center gap-4 md:gap-6 lg:gap-8">
<div class="flex items-center">
<img class="w-12" src="images/html.svg" alt="client logo" loading="lazy" width="584" height="122">
</div>
<div class="flex items-center">
<img class="w-12" src="images/css.svg" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/javascript.svg" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/python.svg" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/tailwindcss" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/react.svg" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/node-js.svg" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/sql.svg" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/mongodb-icon.svg" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/wordpress.svg" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/linux.svg" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/amazon.svg" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/powerapp-2020-icon-1024x1024.png" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/powerautomate.png" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/powerbi.png" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/dataverse.png" alt="client logo" loading="lazy" width="100" height="100">
</div>
<div class="flex items-center">
<img class="w-12" src="images/sharepoint.png" alt="client logo" loading="lazy" width="100" height="100">
</div>
</div>
</div>
</div>
</div>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<h1 class="sm:text-3xl text-2xl font-bold text-4xl tile-font text-center text-gray-900 mb-20">EDUCATION
</h1>
<div class="flex flex-wrap sm:-m-4 -mx-4 -mb-10 -mt-4 md:space-y-0 space-y-6">
<div class="p-4 md:w-1/3 flex">
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-indigo-50 text-indigo-rounded-3xl-500 mb-4 flex-shrink-0">
<img class="h-10 w-10" src="images/degree.svg" alt="">
</div>
<div class="flex-grow pl-6">
<h2 class="text-gray-900 text-lg title-font font-bold mb-2">Bachelor Of Science Zoology
</h2>
<p class="leading-relaxed text-base">Dagon University</p>
<a class="mt-3 text-indigo-500 inline-flex items-center">
11/2019 - 07/2022
</a>
</div>
</div>
<div class="p-4 md:w-1/3 flex">
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-indigo-50 text-indigo-rounded-3xl-500 mb-4 flex-shrink-0">
<img class="h-10 w-10" src="images/degree.svg" alt="">
</div>
<div class="flex-grow pl-6">
<h2 class="text-gray-900 text-lg title-font font-bold mb-2">NCFE (UK) Diploma In Network Engineering</h2>
<p class="leading-relaxed text-base">Y-Max University</p>
<a class="mt-3 text-indigo-500 inline-flex items-center">
09/2022 - 04/2023
</a>
</div>
</div>
<div class="p-4 md:w-1/3 flex">
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-indigo-50 text-indigo-rounded-3xl-500 mb-4 flex-shrink-0">
<img class="h-10 w-10" src="images/degree.svg" alt="">
</div>
<div class="flex-grow pl-6">
<h2 class="text-gray-900 text-lg title-font font-bold mb-2">NCFE (UK) Diploma In ICT</h2>
<p class="leading-relaxed text-base">Y-Max University</p>
<a class="mt-3 text-indigo-500 inline-flex items-center">
02/2018 - Present
</a>
</div>
</div>
</div>
</div>
</section>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<h1 class="sm:text-3xl text-2xl font-bold text-4xl tile-font text-center text-gray-900 text-bold mb-20"> EXPERIENCE</h1>
<div class="flex flex-wrap -m-4">
<div class="p-4 md:w-1/2 w-full">
<div class="h-full bg-blue-50 p-8 rounded-3xl">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="block w-5 h-5 text-gray-500 mb-4" viewBox="0 0 975.036 975.036">
<path d="M925.036 57.197h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.399 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l36 76c11.6 24.399 40.3 35.1 65.1 24.399 66.2-28.6 122.101-64.8 167.7-108.8 55.601-53.7 93.7-114.3 114.3-181.9 20.601-67.6 30.9-159.8 30.9-276.8v-239c0-27.599-22.401-50-50-50zM106.036 913.497c65.4-28.5 121-64.699 166.9-108.6 56.1-53.7 94.4-114.1 115-181.2 20.6-67.1 30.899-159.6 30.899-277.5v-239c0-27.6-22.399-50-50-50h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.4 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l35.9 75.8c11.601 24.399 40.501 35.2 65.301 24.399z"></path>
</svg>
<p class="leading-relaxed mb-6">"I proudly hold the role of a part-time IT instructor at BIM Training, where I lead the IT Starter Course for classes of up to 20 motivated students. With a student-centered approach, I've received accolades for my teaching effectiveness and the remarkable speed at which my students grasp concepts. Witnessing their swift progress and positive feedback is incredibly fulfilling, and I'm committed to nurturing their tech-savvy potential. As part of the BIM Training community, I'm dedicated to elevating IT education and shaping the futures of eager learners."</p>
<a class="inline-flex items-center">
<img alt="testimonial" src="images/bim.png" class="w-12 h-12 rounded-full flex-shrink-0 object-cover object-center">
<span class="flex-grow flex flex-col pl-4">
<span class="title-font font-medium text-gray-900">BIM Training</span>
<span class="text-gray-500 text-sm">05 / 2023 / Present</span>
</span>
</a>
</div>
</div>
<div class="p-4 md:w-1/2 w-full">
<div class="h-full bg-blue-50 p-8 rounded-3xl">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="block w-5 h-5 text-gray-500 mb-4" viewBox="0 0 975.036 975.036">
<path d="M925.036 57.197h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.399 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l36 76c11.6 24.399 40.3 35.1 65.1 24.399 66.2-28.6 122.101-64.8 167.7-108.8 55.601-53.7 93.7-114.3 114.3-181.9 20.601-67.6 30.9-159.8 30.9-276.8v-239c0-27.599-22.401-50-50-50zM106.036 913.497c65.4-28.5 121-64.699 166.9-108.6 56.1-53.7 94.4-114.1 115-181.2 20.6-67.1 30.899-159.6 30.899-277.5v-239c0-27.6-22.399-50-50-50h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.4 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l35.9 75.8c11.601 24.399 40.501 35.2 65.301 24.399z"></path>
</svg>
<p class="leading-relaxed mb-6">Leading the development of a Merchant Onboarding
Application for Yoma Bank, which will simplify the process of
onboarding merchants for a large team of salespersons; this
project involves collaboration with cross-functional teams
and implementation of agile development methodologies to
ensure timely delivery and high-quality assurance.</p>
<a class="inline-flex items-center">
<img alt="testimonial" src="images/yoma.png" class="w-12 h-12 rounded-full flex-shrink-0 object-cover object-center">
<span class="flex-grow flex flex-col pl-4">
<span class="title-font font-medium text-gray-900">Yoma Bank Ltd</span>
<span class="text-gray-500 text-sm">09/2022 - Present
</span>
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -m-4">
<div class="p-4 md:w-1/2 w-full">
<div class="h-full bg-blue-50 p-8 rounded-3xl">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="block w-5 h-5 text-gray-500 mb-4" viewBox="0 0 975.036 975.036">
<path d="M925.036 57.197h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.399 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l36 76c11.6 24.399 40.3 35.1 65.1 24.399 66.2-28.6 122.101-64.8 167.7-108.8 55.601-53.7 93.7-114.3 114.3-181.9 20.601-67.6 30.9-159.8 30.9-276.8v-239c0-27.599-22.401-50-50-50zM106.036 913.497c65.4-28.5 121-64.699 166.9-108.6 56.1-53.7 94.4-114.1 115-181.2 20.6-67.1 30.899-159.6 30.899-277.5v-239c0-27.6-22.399-50-50-50h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.4 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l35.9 75.8c11.601 24.399 40.501 35.2 65.301 24.399z"></path>
</svg>
<p class="leading-relaxed mb-6">Built a high-impact website for a company, which resulted in
a 26% increase in property sales, using Tailwind CSS, JavaScript, and jQuery technologies, while working closely
with the co-founder and clients to develop an end-to-end
solution that could scale to accommodate future users.</p>
<a class="inline-flex items-center">
<img alt="testimonial" src="images/urban.jpg" class="w-12 h-12 rounded-full flex-shrink-0 object-cover object-center">
<span class="flex-grow flex flex-col pl-4">
<span class="title-font font-medium text-gray-900">Urban Real Estate</span>
<span class="text-gray-500 text-sm">02/2018 - 07/2020 </span>
</span>
</a>
</div>
</div>
<div class="p-4 md:w-1/2 w-full">
<div class="h-full bg-blue-50 p-8 rounded-3xl">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="block w-5 h-5 text-gray-500 mb-4" viewBox="0 0 975.036 975.036">
<path d="M925.036 57.197h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.399 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l36 76c11.6 24.399 40.3 35.1 65.1 24.399 66.2-28.6 122.101-64.8 167.7-108.8 55.601-53.7 93.7-114.3 114.3-181.9 20.601-67.6 30.9-159.8 30.9-276.8v-239c0-27.599-22.401-50-50-50zM106.036 913.497c65.4-28.5 121-64.699 166.9-108.6 56.1-53.7 94.4-114.1 115-181.2 20.6-67.1 30.899-159.6 30.899-277.5v-239c0-27.6-22.399-50-50-50h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.4 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l35.9 75.8c11.601 24.399 40.501 35.2 65.301 24.399z"></path>
</svg>
<p class="leading-relaxed mb-6">Worked in the network and system team, assisting vendors
to improve their infrastructure, performing maintenance, updates, and upgrades of servers and storage, collaborating
with various IT departments to complete service desk tickets
on time, and providing guidance to non-IT staff while
developing and maintaining operational documentation.</p>
<a class="inline-flex items-center">
<img alt="testimonial" src="images/agb.jpg" class="w-12 h-12 rounded-full flex-shrink-0 object-cover object-center">
<span class="flex-grow flex flex-col pl-4">
<span class="title-font font-medium text-gray-900">AGB Network Academy</span>
<span class="text-gray-500 text-sm">08/2013 - 09/2018</span>
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!--About Me-->
<!--Projects-->
<section class="text-gray-600 body-font">
<div class="container px-5 py-10 mx-auto flex flex-col">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-12">
<h1 class="sm:text-3xl font-bold text-4xl title-font mb-4 text-blue-500">
<span class="text-gray-900">PROJECTS</span>
</h1>
</div>
</div>
</div>
</section>
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-20 md:flex-row flex-col items-center">
<div class="lg:max-w-md lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<!--<section class="text-gray-600 body-font">-->
<!--<div class="container px-5 py-24 mx-auto flex flex-wrap">-->
<!--<div class="lg:w-1/2 w-full mb-10 lg:mb-0 rounded-lg overflow-hidden">-->
<div class="main-carousel">
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/openai-1.webp"></div>
</div>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script type="text/javascript">
$('.main-carousel').flickity({
// options
cellAlign: 'left',
wrapAround:true,
freeScroll: true
});
</script>
<!--<img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png">-->
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="sm:text-4xl text-lg mb-4 font-medium text-gray-900">Open AI Integrated Chat Bot Application
<br class="hidden lg:inline-block">
</h1>
<p class="mb-8 leading-relaxed font-semibold text-blue-800 text-2xl">"Project Timeline : 3 Months"</p>
<p class="mb-8 leading-relaxed font-semibold text-gray-900">
Presenting the cutting-edge "OpenAI Integrated Chat Bot Application," a visionary project that's currently undergoing development. Positioned to augment Yoma Bank's official website and application, this initiative harnesses the substantial capabilities of OpenAI's extensive language model. With a resolute focus on elevating customer interactions, I'm committed to crafting a transformative resource that seamlessly assists with inquiries.
<br><br>
At the heart of this project lies my ongoing dedication to meticulously develop and train the chat bot. The goal is clear: to enhance its efficiency in responding to customer questions. As the bot continues to evolve, it's poised to revolutionize how customers engage with Yoma Bank. This forward-looking approach promises not just streamlined interactions, but a holistic shift in the way customers seek assistance and information.
<br><br>
By amalgamating the prowess of OpenAI and my unwavering commitment to innovation, the "OpenAI Integrated Chat Bot Application" is set to become an indispensable ally for customers seeking insights. As I continue to fine-tune this powerful tool, I'm driven by the prospect of redefining customer inquiries and delivering an unparalleled experience that sets new benchmarks within the banking industry.
</p>
</div>
</div>
</section>
<br><br><br>
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-20 md:flex-row flex-col items-center">
<div class="lg:max-w-md lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<!--<section class="text-gray-600 body-font">-->
<!--<div class="container px-5 py-24 mx-auto flex flex-wrap">-->
<!--<div class="lg:w-1/2 w-full mb-10 lg:mb-0 rounded-lg overflow-hidden">-->
<div class="main-carousel">
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/deviceframes (26).png"></div>
</div>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script type="text/javascript">
$('.main-carousel').flickity({
// options
cellAlign: 'left',
wrapAround:true,
freeScroll: true
});
</script>
<!--<img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/Screenshot (697).png">-->
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="sm:text-4xl text-lg mb-4 font-medium text-gray-900">Sales Pipe Line Application
<br class="hidden lg:inline-block">
</h1>
<p class="mb-8 leading-relaxed font-semibold text-blue-800 text-2xl">"Project Timeline : 3 Months"</p>
<p class="mb-8 leading-relaxed font-semibold text-gray-900">
Introducing the "Sales Pipeline Application," a project I've meticulously developed that's poised to reshape customer interactions and sales processes. As the mastermind behind this innovative sales CRM, I'm thrilled to announce its upcoming launch by the end of this month.
<br><br>
Designed with a laser focus on enhancing customer engagement, the application caters to Head Office users and Branch Users across the nation. Think of it as a bridge between sales strategies and customer relationships, with a user-friendly interface akin to renowned CRM systems like SalesForce.
<br><br>
Driven by my passion for empowering sales teams, the application breaks down geographical barriers, aligning every branch and office with our sales objectives. From security and reliability to seamless user experiences, I've meticulously overseen every aspect of the development process.
<br><br>
With the launch date fast approaching, excitement is building. This isn't just another software rollout; it's a strategic leap toward optimizing our sales potential and nurturing lasting customer connections. Stay tuned for the imminent arrival of the Sales Pipeline Application, a testament to innovation, dedication, and a new era of sales management.
</p>
</div>
</div>
</section>
<div class="flex flex-row justify-center px-0
object object-cover rounded-full group-hover
hidden leading-relax"></div>
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-md lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<div class="main-carousel">
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/deviceframes (27).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/deviceframes (28).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/deviceframes (30).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/deviceframes (31).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/deviceframes (32).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/deviceframes (35).png"></div>
</div>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script type="text/javascript">
$('.main-carousel').flickity({
// options
cellAlign: 'left',
wrapAround:true,
freeScroll: true
});
</script>
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-lg mb-4 font-medium text-gray-900">Merchant Onboarding Application
<br class="hidden lg:inline-block">
</h1>
<p class="mb-8 leading-relaxed font-semibold text-blue-800 text-2xl">"Project Timeline : 3 Months"</p>
<p class="mb-8 leading-relaxed font-semibold text-gray-900">
Introducing the game-changing "Merchant Onboarding Application" – a digital marvel revolutionizing merchant integration. Seamlessly capturing merchant data and images via camera or upload, this app boasts real-time location tracking for precise coordinates.
<br><br>
With seamless integration of over 4 APIs, the app aligns flawlessly with core banking operations. Notably, it's equipped with an NRIC checkpoint, discerning new and existing customers, each enjoying a tailored path.
<br><br>
For existing clients, the app interfaces directly with the Core Banking System, accelerating proceedings. Meanwhile, new clients embark on an efficient application journey, while their data effortlessly flows to the bank's backend operations dashboard for automatic processing.
<br><br>
But it doesn't stop at onboarding. Users can track progress, thanks to specific milestones and timelines. Features like real-time data synchronization and merchant checks enhance the experience.
<br><br>
Remarkably, this application is already empowering over 3500 users across branches and HQ. Seamlessly merging innovation with practicality, the "Merchant Onboarding Application" is reshaping merchant relations, amplifying efficiency, and offering a glimpse into the future of streamlined operations.
</p>
</div>
</div>
</section>
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-md lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<div class="main-carousel">
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/MDR1.png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/MDR2.png"></div>
</div>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script type="text/javascript">
$('.main-carousel').flickity({
// options
cellAlign: 'left',
wrapAround:true,
freeScroll: true
});
</script>
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-lg mb-4 font-medium text-gray-900">
MDR Rate Changer For MOA Mini Application
<br class="hidden lg:inline-block">
</h1>
<p class="mb-8 leading-relaxed font-semibold text-blue-800 text-2xl">"Project Timeline : 1 Months"</p>
<p class="mb-8 leading-relaxed font-semibold text-gray-900">
Introducing the dynamic "MDR Rate Changer" – a mini application that holds the power to redefine the "Merchant Discount Rate." At the forefront of the merchant onboarding process, this application seamlessly adjusts percentages, serving as a crucial driver of the application's success.
<br><br>
As a pivotal component, the "MDR Rate Changer" enables users to effortlessly update percentages, ensuring a smooth and accurate flow within the real-time production application. The synchronization between the "MDR Rate Changer" and the Merchant Onboarding Application is seamless, guaranteeing that modifications are instantaneously reflected across the board.
<br><br>
With precision and efficiency, this application empowers the management of Merchant Discount Rates, streamlining the process and reinforcing the integrity of the application's intricate workflows. Embrace the future of rate management with the "MDR Rate Changer," where fluid adjustments align seamlessly with operational excellence.
</p>
</div>
</div>
</section>
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-md lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
<div class="main-carousel">
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/UB 4.png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/UB (3).png"></div>
<div class="carousel-cell"> <img class="ob10ct-cover object-center rounded-3xl" alt="hero" src="images/UB (1).png"></div>
</div>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script type="text/javascript">
$('.main-carousel').flickity({
// options
cellAlign: 'left',
wrapAround:true,
freeScroll: true
});
</script>
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-lg mb-4 font-medium text-gray-900">
Urban Real Estate
<br class="hidden lg:inline-block">
</h1>
<p class="mb-8 leading-relaxed font-semibold text-blue-800 text-2xl">"Project Timeline : 2 Months"</p>
<p class="mb-8 leading-relaxed font-semibold text-gray-900">
Elevated the digital landscape of "Urban Real Estate" through a game-changing website, catalyzing an impressive 26% upswing in property sales.
<br><br>Employing the dynamic synergy of Tailwind CSS, JavaScript, and jQuery technologies, I intricately collaborated with the co-founder and clients to sculpt an end-to-end solution engineered for seamless scalability.
<br><br>This accomplishment not only showcases the harmonious blend of innovation and strategy but also paints a promising trajectory for the future of "Urban Real Estate," firmly establishing a foundation for substantial growth.
</p>
</div>
</div>
</section>
<!--Projects-->
<!--Footer-->
<section class="text-gray-600 body-font relative">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-12">
<h1 class="sm:text-3xl text-4xl font-medium title-font mb-4 text-gray-900">
<span class="text-gray-900">Contact</span>
<span class="text-gray-900"> Me</span>
</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-lg text-gray-900">Want to connect?
My inbox is always open!</p>
<div class="flex flex-row pb-4 pt-4 justify-center">
<a href="https://www.facebook.com/aungzawpaingoo.oo/" target="blank"><img class="h-10 px-2" src="images/facebook.svg" alt=""></a>
<a href="https://twitter.com/ZAWPAIN87749212" target="blank"><img class="h-10 px-2" src="images/twitter.svg" alt=""></a>
<a href="https://www.linkedin.com/in/aung-zaw-paing-oo-3a37531b3?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BNZbdMAJPTCKhVDeMiZtd3w%3D%3D" target="blank"><img class="h-10 px-2" src="images/linkedin.svg" alt=""></a>
<a href="https://github.com/aungzawpaingoo" target="blank"><img class="h-10 px-2" src="images/github.svg" alt=""></a>
</div>
</div>
</div>
</section>
<footer class="text-gray-600 body-font">
<div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
<div aria-hidden="true" class="flex space-x-1">
<div class="h-4 w-4 rounded-full bg-gray-900"></div>
<div class="h-6 w-2 bg-blue-400"></div>
</div>
<span class="text-2xl font-bold text-gray-900">Zaw Paing</span>
</a>
<p class="text-lg text-gray-900 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-4">© 2023 —
@aungzawpaingoo
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
</span>
</div>
</footer>
<!--Footer-->
</div>
</body>
</html>