Skip to content

Commit

Permalink
Merge pull request #17 from thukyaw11/minthukyaw
Browse files Browse the repository at this point in the history
🔥 build(profile): add minthukyaw profile
  • Loading branch information
lwinmoepaing authored Oct 20, 2023
2 parents 98e17a2 + fc0144c commit 4665387
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions content/profile/minthukyaw.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
name: Min Thu Kyaw
description: Typically, I create websites and apps that aid individuals.
image: "https://avatars.githubusercontent.com/u/54482736?v=4"
tags:
- Frontend
- JavaScript
- ReactJS
- NextJS
- VueJS
- NuxtJS
- Backend
- NodeJS
- ExpressJS
- PHP
- Laravel
- Mobile
- Dart
- Flutter
- React Native
---

<div className="h-28 w-28 rounded-full overflow-hidden mx-auto">
<img src="https://avatars.githubusercontent.com/u/54482736?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> Hi, I'm Min Thu Kyaw </span>
</h3>

<div className="container max-w-[720px] mx-auto">

+ 🎓 Currently working on some freelance projects
+ 🪐 Looking forward to contribute organizational project
+ 💬 Ask me about web development, application development, linux architecture, psychology, or anything!
+ 😈 An enthusiast of the blues and jazz genres of music
+ 📫 You can reach me with via **[email protected] (or) [minthukyaw.me](https://minthukyaw.vercel.app)**

<div className="text-xl mb-2">Languages and Tools </div>

<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/flutter/flutter.png"
/>
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/react/react.png"
/>
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/redux/redux.png"
/>
<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/laravel/laravel.png"
/>
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/mongodb/mongodb.png"
/>
</div>

<div className="text-xl mt-10">Slogan </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>Hoppity hoppety your code is now my property</span>
</div>

```javascript
useEffect(() => {
console.log("it is working fine!")
}, [syl]);
```

</div>

0 comments on commit 4665387

Please sign in to comment.