-
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 #53 from kaungmyat-dev/kaungmyat
🔥 build(profile): add kaungmyat profile
- Loading branch information
Showing
1 changed file
with
55 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,55 @@ | ||
--- | ||
name: Kaung Myat Oo | ||
description: I'm ordinary developer who trust the process. | ||
image: "https://avatars.githubusercontent.com/u/58114658?s=400&u=9ac6019491baabd1008e1994cc2129174c3b9f72&v=4" | ||
tags: | ||
- PHP | ||
- Laravel | ||
- Tailwind | ||
--- | ||
<div className="w-5/5 mx-auto"> | ||
<div className="w-8/12 h-auto bg-violet-950 rounded-md mx-auto"> | ||
|
||
<div className="h-48 overflow-hidden mx-auto rounded-t-md"> | ||
<img src="https://shorturl.at/ack17" /> | ||
</div> | ||
|
||
<h3 className="relative"> | ||
<img | ||
src="https://avatars.githubusercontent.com/u/58114658?s=400&u=9ac6019491baabd1008e1994cc2129174c3b9f72&v=4" | ||
className="h-28 w-28 rounded-full absolute left-0 top-[-55px] border-2 border-white" | ||
/> | ||
</h3> | ||
|
||
<div className="container max-w-[720px] mx-auto"> | ||
|
||
<div className="mt-[60px] p-2 font-sans"> | ||
<p className="">Kaung Myat Oo</p> | ||
<p className="text-xs text-slate-400">I am ordinary developer who trust the process and blend with nature</p> | ||
|
||
<p className="text-base text-slate-100 mt-3"> I am a web developer and a business solution coordinator, specializing in PHP and Laravel. My dual role allows me to not only create web applications but also ensure they align with your business goals.</p> | ||
<p className="mt-4 text-base text-slate-100">I am currently working on completing CS50x.</p> | ||
</div> | ||
|
||
<div className="flex flex-row gap-3 mt-5 p-3 cursor-pointer"> | ||
|
||
<img | ||
className="h-10 w-10 bg-white rounded-md" | ||
src="https://miro.medium.com/v2/resize:fit:700/1*IYCifTCCR2ah-79u94Z3wg.png" | ||
/> | ||
<img | ||
className="h-10 w-10 rounded-md" | ||
src="https://e7.pngegg.com/pngimages/184/491/png-clipart-php-php.png" | ||
/> | ||
<img | ||
className="h-10 w-10 rounded-md" | ||
src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Laravel.svg/985px-Laravel.svg.png" | ||
/> | ||
<img | ||
className="h-10 w-10 rounded-md" | ||
src="https://cdn-icons-png.flaticon.com/512/732/732212.png" | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |