|
| 1 | +--- |
| 2 | +name: Aung Pyae Sone |
| 3 | +description: I’m a versatile Frontend Developer dedicated to building seamless, high-performance experiences across Web and Mobile. |
| 4 | +image: "https://github.com/aung-pyae-sone8.png" |
| 5 | +tags: |
| 6 | + - Frontend |
| 7 | + - Html |
| 8 | + - Css |
| 9 | + - JavaScript |
| 10 | + - React.js |
| 11 | + - React Native |
| 12 | + - Flutter |
| 13 | + - NextJS |
| 14 | + - Expo |
| 15 | + - VueJS |
| 16 | + - TypeScript |
| 17 | +--- |
| 18 | + |
| 19 | +<div className="max-w-[800px] mx-auto bg-gradient-to-br from-slate-900 to-slate-800 rounded-3xl p-6 shadow-xl text-white"> |
| 20 | + |
| 21 | + {/* Profile Section */} |
| 22 | + <div className="flex flex-col items-center"> |
| 23 | + <div className="h-28 w-28 rounded-full overflow-hidden border-4 border-slate-700 shadow-lg"> |
| 24 | + <img src="https://github.com/aung-pyae-sone8.png" /> |
| 25 | + </div> |
| 26 | + |
| 27 | + <h2 className="mt-4 text-2xl font-bold"> |
| 28 | + Hey 👋 I'm <span className="text-indigo-400">Aung Pyae Sone</span> |
| 29 | + </h2> |
| 30 | + |
| 31 | + <p className="text-center text-sm text-slate-300 mt-2 max-w-[500px]"> |
| 32 | + I’m a versatile Frontend Developer dedicated to building seamless, |
| 33 | + high-performance experiences across Web and Mobile. |
| 34 | + </p> |
| 35 | + </div> |
| 36 | + |
| 37 | + {/* Tags */} |
| 38 | + <div className="flex flex-wrap justify-center gap-2 mt-6"> |
| 39 | + {[ |
| 40 | + "Frontend", |
| 41 | + "HTML", |
| 42 | + "CSS", |
| 43 | + "JavaScript", |
| 44 | + "React.js", |
| 45 | + "React Native", |
| 46 | + "Flutter", |
| 47 | + "NextJS", |
| 48 | + "Expo", |
| 49 | + "VueJS", |
| 50 | + "TypeScript", |
| 51 | + ].map((tag, i) => ( |
| 52 | + <span |
| 53 | + key={i} |
| 54 | + className="px-3 py-1 text-xs bg-indigo-500/20 border border-indigo-500/30 rounded-full" |
| 55 | + > |
| 56 | + {tag} |
| 57 | + </span> |
| 58 | + ))} |
| 59 | + </div> |
| 60 | + |
| 61 | + {/* Tech Stack */} |
| 62 | + <div className="mt-8 text-center"> |
| 63 | + <h3 className="font-semibold mb-3 text-indigo-300"> |
| 64 | + 🚀 Current Tech Stack |
| 65 | + </h3> |
| 66 | + |
| 67 | + <div className="flex justify-center gap-5 bg-slate-800 p-4 rounded-xl"> |
| 68 | + <img className="h-6" src="https://raw.githubusercontent.com/github/explore/master/topics/javascript/javascript.png" /> |
| 69 | + <img className="h-6" src="https://raw.githubusercontent.com/github/explore/master/topics/typescript/typescript.png" /> |
| 70 | + <img className="h-6" src="https://raw.githubusercontent.com/github/explore/master/topics/react/react.png" /> |
| 71 | + <img className="h-6" src="https://raw.githubusercontent.com/github/explore/master/topics/nextjs/nextjs.png" /> |
| 72 | + <img className="h-6" src="https://raw.githubusercontent.com/github/explore/master/topics/flutter/flutter.png" /> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + |
| 76 | + {/* Learning / Future */} |
| 77 | + <div className="mt-6 text-center"> |
| 78 | + <h3 className="font-semibold mb-3 text-pink-300"> |
| 79 | + 🌱 Exploring / Future Stack |
| 80 | + </h3> |
| 81 | + |
| 82 | + <div className="flex justify-center gap-5 bg-slate-700 p-4 rounded-xl"> |
| 83 | + <img className="h-6" src="https://raw.githubusercontent.com/github/explore/master/topics/nodejs/nodejs.png" /> |
| 84 | + <img className="h-6" src="https://raw.githubusercontent.com/github/explore/master/topics/go/go.png" /> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + |
| 88 | + {/* Contact */} |
| 89 | + <div className="mt-8 text-center text-sm"> |
| 90 | + <p className="text-slate-400"> |
| 91 | + 📫 Connect with me |
| 92 | + </p> |
| 93 | + <div className="flex justify-center gap-4 mt-2 text-indigo-400"> |
| 94 | + <a href="https://www.linkedin.com/in/aung-pyae-sone-a88631177/">LinkedIn</a> |
| 95 | + <a href="https://github.com/aung-pyae-sone8">GitHub</a> |
| 96 | + <a href="https://www.facebook.com/aung.ps.73/">Facebook</a> |
| 97 | + </div> |
| 98 | + </div> |
| 99 | + |
| 100 | +</div> |
0 commit comments