Skip to content

Commit

Permalink
Merge pull request #98 from Aghanim27/kho
Browse files Browse the repository at this point in the history
🔥 build(profile): add aghanim profile
  • Loading branch information
lwinmoepaing authored Oct 22, 2023
2 parents b6766c0 + 7968ec2 commit 1486ae4
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions content/profile/aghanim.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Kaung Htet Oo
description: Life was good until I started learning coding xD..
image: "https://avatars.githubusercontent.com/u/123135973?s=400&u=05b9db2b0291c13b47a89ecf19f1bb57ac60aab8&v=4"
tags:
- Frontend
- JavaScript
- ReactJS
---

<div className="h-28 w-28 rounded-full overflow-hidden mx-auto">
<img src="https://avatars.githubusercontent.com/u/123135973?s=400&u=05b9db2b0291c13b47a89ecf19f1bb57ac60aab8&v=4" />
</div>
<h3 align="center" className="mt-5">
Hello👋🏽 I am Kaung Htet Oo.
</h3>

<div className="container max-w-[720px] mx-auto mt-5 border rounded">
<div className="py-4 px-3">
<p>- Just a beginner willing to chase the dreams.... </p>
<p>
- Reach me at <div>[Gmail] - [email protected]</div>
<div>[GitHub] - https://github.com/Aghanim27</div>
</p>
</div>
</div>

<div align="center" className="my-5">
<div class="relative inline-flex">
<button
type="button"
class="inline-flex items-center px-4 py-2 font-semibold leading-6 text-sm shadow rounded-md text-white bg-black-800 transition ease-in-out duration-150 ring-1 ring-slate-900/10"
>
I'm Available for Hire
</button>
<span class="flex absolute h-3 w-3 top-0 right-0 -mt-1 -mr-1">
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-75"></span>
<span class="relative inline-flex rounded-full h-3 w-3 bg-white"></span>
</span>
</div>
</div>
<div align="center" className="my-5">
<button className="px-4 py-2 font-semibold text-sm bg-purple-800 text-white rounded-md shadow-sm hover:scale-125 ease-in-out duration-300">
<a href="https://aghanim27.github.io/Portfolio/">Here's my Portfolio</a>
</button>
</div>

<div className="container max-w-[720px] mx-auto">
```javascript
useEffect(() => {
console.log("Practice makes perfect...");
}, []);
```
</div>

0 comments on commit 1486ae4

Please sign in to comment.