diff --git a/content/profile/minhankyaw.mdx b/content/profile/minhankyaw.mdx
new file mode 100644
index 0000000..cdf853f
--- /dev/null
+++ b/content/profile/minhankyaw.mdx
@@ -0,0 +1,20 @@
+---
+name: Min Han Kyaw
+description: A Software Engineer who love Tech.
+image: "https://avatars.githubusercontent.com/u/90894979?s=400&u=52f3d0baa76b5b547ba68a11a0eec071a1b6487c&v=4"
+tags:
+ - Python
+ - Node.js
+ - PHP
+ - Flutter
+ - React
+ - C#
+ - AWS
+---
+
+import MinHanKyaw from "@/components/Contributors/MinHanKyaw/MinHanKyaw";
+
+
+
+
+{/* */}
\ No newline at end of file
diff --git a/src/components/Contributors/MinHanKyaw/MinHanKyaw.jsx b/src/components/Contributors/MinHanKyaw/MinHanKyaw.jsx
new file mode 100644
index 0000000..a9f13cb
--- /dev/null
+++ b/src/components/Contributors/MinHanKyaw/MinHanKyaw.jsx
@@ -0,0 +1,24 @@
+import TimelineHeader from './timelineHeader';
+import Intro from './intro';
+import Photos from './photos';
+import CreatePost from './createPost';
+import MainPost from './mainPost';
+
+export default function MinHanKyaw() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/components/Contributors/MinHanKyaw/createPost.jsx b/src/components/Contributors/MinHanKyaw/createPost.jsx
new file mode 100644
index 0000000..7482ea7
--- /dev/null
+++ b/src/components/Contributors/MinHanKyaw/createPost.jsx
@@ -0,0 +1,45 @@
+// import Image from '../icons/image';
+// import Feeling from '../icons/feeling';
+// import Tag from '../icons/tag';
+import { Image,Feeling,Tag } from "./icons";
+
+export default function CreatePost() {
+ return (
+
+
+
+
+
+
+ {/* */}
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/components/Contributors/MinHanKyaw/dialog.jsx b/src/components/Contributors/MinHanKyaw/dialog.jsx
new file mode 100644
index 0000000..cfff7e4
--- /dev/null
+++ b/src/components/Contributors/MinHanKyaw/dialog.jsx
@@ -0,0 +1,72 @@
+// import { FaFacebook, FaLinkedin } from 'react-icons/fa';
+
+export function PhoneDialog({ isOpen, onClose }) {
+ if (!isOpen) return null;
+
+ return (
+