-
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 #68 from mrminnkhantnaing/mrminnkhantnaing
🔥 build(profile): add mrminnkhantnaing profile
- Loading branch information
Showing
1 changed file
with
90 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,90 @@ | ||
--- | ||
name: Minn Khant Naing | ||
description: I am a full-stack web developer with the expertise in ReactJS, NextJS, Laravel and other cutting-edge technologies who loves to programming and speaking to people. | ||
image: 'https://avatars.githubusercontent.com/u/45410367?v=4' | ||
tags: | ||
- ReactJS | ||
- NextJS | ||
- Livewire | ||
- Laravel | ||
- JavaScript | ||
- PHP | ||
- Backend | ||
- Fullstack | ||
--- | ||
|
||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/45410367?v=4" /> | ||
</div> | ||
|
||
<h3 className="flex flex-row max-w-[300px] mt-5 mx-auto"> | ||
<img | ||
src="https://raw.githubusercontent.com/lwinmoepaing/lwinmoepaing/main/img/gitto.gif" | ||
className="h-[20px] object-contain mr-2" | ||
/> | ||
<span> Hi, I'm Minn Khant Naing </span> | ||
</h3> | ||
|
||
<div className="container max-w-[720px] mx-auto"> | ||
|
||
- ❤️ I love **programming, learning things and meeting new people.** | ||
- 🤝 You have an idea and looking for a partner? **Here you go**! | ||
- 📫 React out to me via **[email protected] (or) [Facebook](https://www.facebook.com/mrminnkhantnaing/)** | ||
- 🌐 **Explore more:** [Personal Porfollio](https://minnkhantnaing.com) | [LinkedIn](https://www.linkedin.com/in/mrminnkhantnaing/) | [Github](https://github.com/mrminnkhantnaing) | ||
|
||
<div className="flex flex-row gap-2"> | ||
<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/typescript/typescript.png" | ||
/> | ||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/react/react.png" | ||
/> | ||
<img | ||
className="h-5" | ||
src="https://i18nexus.com/_next/static/media/nextjs.e54be70c.svg" | ||
/> | ||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/nodejs/nodejs.png" | ||
/> | ||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/php/php.png" | ||
/> | ||
<img | ||
className="h-5" | ||
src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Laravel.svg/1200px-Laravel.svg.png" | ||
/> | ||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/mysql/mysql.png" | ||
/> | ||
</div> | ||
|
||
<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>A brief about me fetched!!!</span> | ||
</div> | ||
|
||
```json | ||
{ | ||
"message": "Welcome, mate!", | ||
"data": { | ||
"name": "Minn Khant Naing", | ||
"languages": ["JavaScript", "TypeScript", "PHP", "SQL"], | ||
"frameworks": ["ReactJS", "NextJS", "Laravel", "WordPress"], | ||
"tools": ["Git", "AWS", "Github Actions", "Vercel"] | ||
} | ||
} | ||
``` | ||
|
||
</div> |