Skip to content

Commit 38e3a08

Browse files
🔥 build(profile): add yoonmyatcherryoo profile (#158)
1 parent ed3f1ee commit 38e3a08

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
name: Yoon Myat Cherry Oo
3+
description: I'm web developer
4+
tags:
5+
- JavaScript
6+
- JQuery
7+
- VueJs
8+
- Angular
9+
- PHP
10+
- laravel
11+
---
12+
13+
<div className="h-[200px] w-[200px] rounded-full overflow-hidden mx-auto">
14+
<img src="https://avatars.githubusercontent.com/u/121274516?v=4" />
15+
</div>
16+
17+
18+
<h3 className="flex flex-row max-w-[240px] mt-5 mx-auto text-[16px]">
19+
<span>Hello! </span>
20+
<h5>I'm Yoon Myat Cherry Oo</h5>
21+
</h3>
22+
23+
-I'm a Junior Web Developer.<br/>
24+
25+
<div className="flex flex-row gap-2">
26+
27+
28+
29+
<img
30+
className="h-5"
31+
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/css/css.png"
32+
/>
33+
34+
<img
35+
className="h-5"
36+
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/bootstrap/bootstrap.png"
37+
/>
38+
39+
<img
40+
className="h-5"
41+
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png"
42+
/>
43+
44+
<img
45+
className="h-5"
46+
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/vue/vue.png"
47+
/>
48+
49+
<img
50+
className="h-5"
51+
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/laravel/laravel.png"
52+
/>
53+
54+
</div>
55+
56+
<div class="my-8">
57+
<div class="bg-cyan-250 py-4 px-3 border-l-4 mt-4 mb-1 text-xl">
58+
Contact me via
59+
</div>
60+
<div class="px-4 py-5 bg-cyan-250 rounded mb-1 font-bold">
61+
<ul>
62+
63+
<li class="mb-4">
64+
<div class="">
65+
<span>Email : yoonmyatcherryoo622@gmail.com</span>
66+
</div>
67+
</li>
68+
<li class="mb-4">
69+
<div class="">
70+
<span>Phone : (+95)9 423699615 </span>
71+
</div>
72+
</li>
73+
<li class="mb-4">
74+
<div class="">
75+
<span> Github : https://github.com/Yoon-Myat-Cherry-Oo </span>
76+
</div>
77+
</li>
78+
79+
</ul>
80+
</div>
81+
</div>
82+

0 commit comments

Comments
 (0)