diff --git a/content/profile/khunthihan.mdx b/content/profile/khunthihan.mdx new file mode 100644 index 0000000..bcdea66 --- /dev/null +++ b/content/profile/khunthihan.mdx @@ -0,0 +1,351 @@ +--- +name: Khun Thi Han +description: I'm a Final Year Computer Science Student passionate about full-stack web development and cybersecurity, building real-world applications with the MERN stack and Next.js. +image: "https://github.com/Tomoe-12.png" +tags: + - JavaScript + - TypeScript + - React.js + - Next.js + - Node.js + - PHP + - Python + - Java + - MongoDB + - MySQL + - Tailwind CSS +--- + +
+
+ + {/* Mac title bar */} +
+ + + + + khun-thi-han.mdx โ€” Portfolio + +
+ +
+ + {/* SECTION 1 โ€” Hero */} +
+
+ + {/* Avatar */} +
+
+ +
+ + +
+ + {/* Text */} +
+
+ +

Hey there! Nice to meet you.

+

I build things for the web.

+
+ +

+ Khun Thi Han +

+ +

+ Final Year CS Student ยท Full-Stack Developer +

+ +

+ Studying at{" "} + University of Computer Studies, Taunggyi + {" "}with a growing passion for{" "} + cybersecurity{" "} + and secure application development. +

+
+ + {/* GIF */} +
+ +
+
+ + {/* Tags */} +
+ {["JavaScript","TypeScript","React.js","Next.js","Node.js","PHP","Python","Java","MongoDB","MySQL","Tailwind CSS"].map((tag, i) => ( + + {tag} + + ))} +
+
+ + {/* SECTION 2 โ€” Tech Stack + Skills */} +
+ +
+ +
+ +
+

๐Ÿš€ Current Tech Stack

+ +
+ {[ + {src:"https://raw.githubusercontent.com/github/explore/master/topics/nextjs/nextjs.png", label:"Next.js"}, + {src:"https://raw.githubusercontent.com/github/explore/master/topics/javascript/javascript.png", label:"JS"}, + {src:"https://raw.githubusercontent.com/github/explore/master/topics/typescript/typescript.png", label:"TS"}, + {src:"https://raw.githubusercontent.com/github/explore/master/topics/react/react.png", label:"React"}, + {src:"https://raw.githubusercontent.com/github/explore/master/topics/nodejs/nodejs.png", label:"Node"}, + {src:"https://raw.githubusercontent.com/github/explore/master/topics/mongodb/mongodb.png", label:"Mongo"}, + {src:"https://raw.githubusercontent.com/github/explore/master/topics/mysql/mysql.png", label:"MySQL"}, + ].map((tech, i) => ( +
+ + {tech.label} +
+ ))} +
+ +

๐Ÿ’ก Skill Proficiency

+ +
+ {[ + {name:"Next.js / React", pct:88, color:"#00ffb4"}, + {name:"JavaScript / TypeScript", pct:85, color:"#7b6fff"}, + {name:"Node.js / MERN Stack", pct:85, color:"#5bc8ff"}, + {name:"PHP / MySQL", pct:82, color:"#f472b6"}, + {name:"Python / Java", pct:50, color:"#fbbf24"}, + ].map((s, i) => ( +
+
+ {s.name} + {s.pct}% +
+
+
+
+
+ ))} +
+
+
+ + {/* SECTION 3 โ€” Education */} + {/* COMMENTED OUT - Education section +
+ +
+ +
+ +
+

๐ŸŽ“ Education

+ {[ + {title:"Bachelor of Computer Science (B.C.Sc)", place:"University of Computer Studies Taunggyi", period:"Jun 2022 โ€“ Present"}, + {title:"KBZPay ร— Huawei Developer Bootcamp", place:"Certificate โ€” AppCube Mini App Development", period:"Jan โ€“ Mar 2026"}, + {title:"ACS Education Program", place:"Basic and Advanced Course", period:"Feb โ€“ Jul 2025"}, + ].map((edu, i) => ( +
+
+

{edu.title}

+

{edu.place}

+
+ + {edu.period} + +
+ ))} +
+
+ */} + + {/* SECTION 4 โ€” About (code block as styled div) */} +
+ +
+ +
+ +
+

๐Ÿง‘โ€๐Ÿ’ป About Me

+ +
+
+ + + + about_me.ts +
+
+

interface Developer {"{"}

+

  name: string;

+

  location: string;

+

  stack: string[];

+

  interests: string[];

+

{"}"}

+

const me: Developer = {"{"}

+

  name: "Khun Thi Han",

+

  location: "Taunggyi, Myanmar",

+

  stack: ["Next.js", "React", "Node.js"],

+

  interests: ["Cybersecurity", "Web Dev"],

+

{"}"}

+
+
+ + {/* Soft skills + languages */} +
+
+

Soft Skills

+
+ {["Public Relations","Teamwork","Time Management","Communication","Critical Thinking"].map((s, i) => ( + + {s} + + ))} +
+
+
+

Languages

+
+ {[{flag:"๐Ÿ‡ฌ๐Ÿ‡ง", lang:"English"}, {flag:"๐Ÿ‡ฒ๐Ÿ‡ฒ", lang:"Burmese"}].map((item, i) => ( +
+ {item.flag} + {item.lang} +
+ ))} +
+
+
+
+
+ + {/* SECTION 5 โ€” Contact */} +
+ +
+ +
+ +
+

๐Ÿ“ก Get in Touch

+

+ Email:{" "} + + khunthihan.official@gmail.com + +

+

+ Phone:{" "} + + +959-785-146-940 + +

+

+ Portfolio:{" "} + + khunthihan.vercel.app + +

+ +
+
+ +
+ + {/* Status bar */} +
+ + + khun-thi-han.mdx + + UTF-8 ยท TypeScript JSX + โšก Open to Work +
+
+ + +
\ No newline at end of file