-
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 hponemyatthu30 profile (#156)
- Loading branch information
1 parent
abffc05
commit c16fb73
Showing
1 changed file
with
42 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,42 @@ | ||
--- | ||
name: HMThu30 | ||
description: I'm Junior full stack developer and currently working as React developer in ACE Data System. | ||
image: "https://avatars.githubusercontent.com/u/128682546?v=4" | ||
tags: | ||
- Java | ||
- C# | ||
- Javascript | ||
- HTML | ||
- CSS | ||
- React JS | ||
- Node JS | ||
--- | ||
|
||
<div className="h-28 w-28 border-dotted border-2 rounded-full overflow-hidden mx-auto border-orange-300"> | ||
<img src="https://avatars.githubusercontent.com/u/128682546?v=4" /> | ||
</div> | ||
|
||
<h3 className="flex flex-row max-w-[240px] mt-5 mx-auto"> | ||
<span className="mx-2 animate-bounce"> ☕️ </span> | ||
<span class=" animate-bounce bg-orange-300 text-black"> | ||
{" "} | ||
Hello, I am Hpone Myat Thu | ||
</span> | ||
</h3> | ||
|
||
<div className="container max-w-[720px] mx-auto"> | ||
|
||
- 🤝 I’m currently focusing on Node JS. | ||
- 💬 Ask me about **Java, React & C#.** | ||
- 📫 How to reach me **[email protected] (or) [facebook](https://www.facebook.com/phonemyat.thu.71) (or) [github](https://github.com/HponeMyatThu)** | ||
|
||
|
||
```javascript | ||
const HMThu = { | ||
code: [Javascript, HTML, CSS, Java, C#], | ||
tools: [React], | ||
challenge: "Become skillful person", | ||
}; | ||
``` | ||
|
||
</div> |