-
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 #97 from Kyaw-San-Maung/kyawsanmaung
🔥 build(profile): add kyawsanmaung profile
- Loading branch information
Showing
1 changed file
with
52 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,52 @@ | ||
--- | ||
name: Kyaw San Maung (Freddy) | ||
description: I'm level-4 HNDC student from Lithan Educlaas and I am looking forward to be a Fullstack web developer in the future. | ||
image: "https://avatars.githubusercontent.com/u/138513535?s=400&u=e1524b367d6dbe798f78018724f0ccbfcc1fe1e9&v=4" | ||
tags: | ||
- Fullstack | ||
- Frontend | ||
- JavaScript | ||
- ReactJS | ||
- Prototyping | ||
- Backend | ||
- Java | ||
- Spring | ||
- MySQL | ||
--- | ||
|
||
|
||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/138513535?s=400&u=e1524b367d6dbe798f78018724f0ccbfcc1fe1e9&v=4" /> | ||
</div> | ||
|
||
<h3 className="flex flex-row max-w-[240px] mt-5 mx-auto"> | ||
<img | ||
src="https://raw.githubusercontent.com/lwinmoepaing/lwinmoepaing/main/img/gitto.gif" | ||
className="h-[20px] object-contain mr-2" | ||
/> | ||
<span> Hello, I'm Kyaw San Maung </span> | ||
</h3> | ||
|
||
<div className="container max-w-[720px] mx-auto"> | ||
|
||
- 💬 Ask me about **Computer Science & Programming Langauge & Website Development.** | ||
- 📫 How to reach me **[email protected] (or) [LinkedIn](https://www.linkedin.com/in/kyaw-san-maung-061888232?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app)** | ||
|
||
|
||
<div className="flex flex-row gap-2 my-2"> | ||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/lwinmoepaing/lwinmoepaing/main/img/katto.gif" | ||
/> | ||
<span>I am just a learner and trying to be a Fullstack web developer.</span> | ||
</div> | ||
|
||
```javascript | ||
const Lwin = { | ||
code: [JavaScript, ReactJS, Java, Spring, MySQL], | ||
architecture: ["Design System Pattern"], | ||
challenge: "Software Enginnering", | ||
}; | ||
``` | ||
|
||
</div> |