-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔥 build(profile): add yoonmyatcherryoo profile (#158)
- Loading branch information
1 parent
ed3f1ee
commit 38e3a08
Showing
1 changed file
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
--- | ||
name: Yoon Myat Cherry Oo | ||
description: I'm web developer | ||
tags: | ||
- JavaScript | ||
- JQuery | ||
- VueJs | ||
- Angular | ||
- PHP | ||
- laravel | ||
--- | ||
|
||
<div className="h-[200px] w-[200px] rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/121274516?v=4" /> | ||
</div> | ||
|
||
|
||
<h3 className="flex flex-row max-w-[240px] mt-5 mx-auto text-[16px]"> | ||
<span>Hello! </span> | ||
<h5>I'm Yoon Myat Cherry Oo</h5> | ||
</h3> | ||
|
||
-I'm a Junior Web Developer.<br/> | ||
|
||
<div className="flex flex-row gap-2"> | ||
|
||
|
||
|
||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/css/css.png" | ||
/> | ||
|
||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/bootstrap/bootstrap.png" | ||
/> | ||
|
||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png" | ||
/> | ||
|
||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/vue/vue.png" | ||
/> | ||
|
||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/laravel/laravel.png" | ||
/> | ||
|
||
</div> | ||
|
||
<div class="my-8"> | ||
<div class="bg-cyan-250 py-4 px-3 border-l-4 mt-4 mb-1 text-xl"> | ||
Contact me via | ||
</div> | ||
<div class="px-4 py-5 bg-cyan-250 rounded mb-1 font-bold"> | ||
<ul> | ||
|
||
<li class="mb-4"> | ||
<div class=""> | ||
<span>Email : [email protected]</span> | ||
</div> | ||
</li> | ||
<li class="mb-4"> | ||
<div class=""> | ||
<span>Phone : (+95)9 423699615 </span> | ||
</div> | ||
</li> | ||
<li class="mb-4"> | ||
<div class=""> | ||
<span> Github : https://github.com/Yoon-Myat-Cherry-Oo </span> | ||
</div> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
|