Skip to content

Commit 324fd02

Browse files
authored
🔥 build: added my profile (#235)
1 parent 550b32f commit 324fd02

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

content/profile/aungzawmyo.mdx

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Aung Zaw Myo
3+
description: Backend Developer Working With .NET Technologies
4+
image: "https://avatars.githubusercontent.com/u/89468826?s=400&u=8ccc1cfb921866a32391a7690d78fa2b907e1902&v=4"
5+
tags:
6+
- C#
7+
- .NET
8+
- ASP.NET Core
9+
---
10+
11+
export const ProfileCard = () => {
12+
return (
13+
<div className="max-w-md mx-auto bg-[#1a1a1a] border border-gray-800 rounded-2xl overflow-hidden shadow-2xl hover:border-yellow-500/50 transition-all duration-300">
14+
<div className="h-24 bg-gradient-to-r from-yellow-600 to-yellow-400"></div>
15+
16+
<div className="relative px-6 pb-6">
17+
<div className="relative -mt-12 mb-4">
18+
<img
19+
src="https://avatars.githubusercontent.com/u/89468826?v=4"
20+
alt="Aung Zaw Myo"
21+
className="w-24 h-24 rounded-xl border-4 border-[#1a1a1a] object-cover shadow-lg"
22+
/>
23+
</div>
24+
25+
<div className="space-y-1">
26+
<h2 className="text-2xl font-bold text-white">Aung Zaw Myo</h2>
27+
<p className="text-yellow-400 font-medium">Backend Developer (.NET)</p>
28+
</div>
29+
30+
<p className="mt-4 text-gray-400 text-sm leading-relaxed">
31+
Software Engineer with 4+ years of experience designing and building scalable enterprise backend systems and RESTful APIs using C#, .NET / ASP.NET Core, and relational databases. Proven ability to translate complex financial and data-intensive business logic into high-performance full-stack solutions using React.js, Node.js and Next.js. Experienced in cloud deployment and modern development workfl ows, leveraging AI-assisted tools to accelerate delivery and improve code quality.
32+
</p>
33+
34+
<div className="mt-6 flex items-center gap-4">
35+
<a href="https://github.com/AungZawMyo97" target="_blank" className="text-gray-400 hover:text-white transition-colors">
36+
<svg className="w-6 h-6" fill="currentColor" viewBox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
37+
</a>
38+
<a href="mailto:aungzawmyo.azm1997@gmail.com" className="px-4 py-2 bg-yellow-500 hover:bg-yellow-400 text-black text-sm font-bold rounded-lg transition-colors ml-auto">
39+
Contact Me
40+
</a>
41+
</div>
42+
</div>
43+
</div>
44+
);
45+
};
46+
47+
<ProfileCard />

0 commit comments

Comments
 (0)