Skip to content

Commit

Permalink
Merge pull request #71 from kaungMinn/kaungminkhant
Browse files Browse the repository at this point in the history
🔥 build(profile): add the details
  • Loading branch information
lwinmoepaing authored Oct 21, 2023
2 parents 9367138 + ebbf64b commit 228f7b2
Showing 1 changed file with 47 additions and 3 deletions.
50 changes: 47 additions & 3 deletions content/profile/kaungminkhant.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Kaung Min Khant
description: I use Typescript and Reactjs together to create dynamic and amazing projects!
description: I am a frontend developer. I can do ReactJs!
image: "https://www.pixel4k.com/wp-content/uploads/2021/03/hiroyuki-sanada-as-scorpion-mortal-kombat-4k_1615192289-2048x1152.jpg.webp"
tags:
- Typescript
Expand All @@ -9,7 +9,51 @@ tags:
- ReactJS
---

<div>
<p>Hi I am Kaung Min Khant, I am here to help you with Javascript!</p>
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto">
<img src="https://www.pixel4k.com/wp-content/uploads/2021/03/hiroyuki-sanada-as-scorpion-mortal-kombat-4k_1615192289-2048x1152.jpg.webp" />
</div>

<h3 className="flex flex-row max-w-[240px] mt-5 mx-auto">
<span>I am Kaung Min Khant </span>
</h3>

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

- I am a frontend developer who can create dynamic web pages
- I love sharing about programming
- You can contact me at **kmkhant1500@gmail.com**

<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://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/nodejs/nodejs.png"
/>
</div>

<div className="flex flex-row gap-2 my-2 mt-7">

<span className="text-red-400">==================================================================About Me</span>
</div>

```javascript.
const KaungMinKhant = {
code: [Javascript, Typescript, HTML, CSS, PHP],
tools: [React, Redux, Node, Styled - Components, Tailwind],
architecture: ["Microservices", "Mircofrontend", "Design Patterns"],
challenge: "Challenge always accepted!",
};
```

</div>

0 comments on commit 228f7b2

Please sign in to comment.