-
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.
Merge pull request #101 from BrillianceOsprey/myatsoe
🔥 build(profile): add myatsoe profile
- Loading branch information
Showing
1 changed file
with
46 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,46 @@ | ||
--- | ||
name: Myat Soe | ||
description: I'm passionate mobile developer (Android, Flutter). | ||
image: "https://res.cloudinary.com/dzporucva/image/upload/v1698027697/nl6nbqqrlnmbf0y4x7y3.jpg" | ||
tags: | ||
- Mobile | ||
- Android | ||
- Flutter | ||
- ReactNative | ||
- Javascript | ||
- Node | ||
- React | ||
--- | ||
|
||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://res.cloudinary.com/dzporucva/image/upload/v1698027697/nl6nbqqrlnmbf0y4x7y3.jpg" /> | ||
</div> | ||
|
||
<div className="text-center mt-5 animate-bounce">Hi there 👋, I am</div> | ||
|
||
<h1 className="text-center mt-1"> | ||
<span className="font-bold text-2xl">Myat Soe</span> | ||
</h1> | ||
|
||
<h3 className="text-center mt-1">Mobile Developer</h3> | ||
<div className="container max-w-[720px] mx-auto"> | ||
|
||
- 👨💻 I’m currently learning software development and software engineering. | ||
- 💬 Ask me about **Mobile development, Android & Flutter** | ||
- 📫 Know more about me at [https://myatsoe.vercel.app] | ||
|
||
<div className="flex flex-row flex-wrap mx-auto gap-2 justify-center items-center mt-5"> | ||
<span> | ||
[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/myatsoe99) | ||
</span> | ||
<span> | ||
[![Facebook](https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white)](https://www.facebook.com/profile.php?id=100024680566485) | ||
</span> | ||
<span> | ||
[![Linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/myat-soe-12b8ba263) | ||
</span> | ||
<span> | ||
[![Github](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/BrillianceOsprey) | ||
</span> | ||
</div> | ||
</div> |