-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from Aghanim27/kho
🔥 build(profile): add aghanim profile
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |