Skip to content

Commit

Permalink
🔥 build(profile): add yimonaye profile
Browse files Browse the repository at this point in the history
  • Loading branch information
YimonA committed Oct 21, 2023
1 parent 0a7ac8d commit aee7f27
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions content/profile/yimonaye.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Yi Mon Aye
description: I'm frontend developer!!
image: ""
tags:
- Frontend
- HTML
- CSS
- JavaScript
- ReactJS
- Redux
---

<div className="flex flex-col md:flex-row">
<div className="md:w-6/12 mb-5 flex flex-col justify-center items-center">
<div className="h-28 w-28 rounded-3xl overflow-hidden mx-auto">
<img src="" />
</div>
<h3 className="flex flex-row max-w-[240px] mt-5 mx-auto">
<img
src=""
className="h-[20px] object-contain mr-2"
/>
<span> Hi, I'm Yi Mon Aye </span>
</h3>
<p className="text-center text-sm my-2"><img className="h-5 inline-block mr-1 relative -top-1" src=""/>I’m Frontend developer!!</p>
<p className="text-center text-sm my-2 "><img className="h-5 inline-block mr-1 relative -top-1" src=""/>How to reach me **[email protected] (or) [facebook](https://www.facebook.com/lwin.im/)**</p>
</div>
<div className="flex flex-1 flex-row justify-center items-center">
<div className="ph-container">
<div className="phone">
<div className="notch-container">
<div className="notch"></div>
</div>
<iframe
src="https://lwinmoepaing.github.io/"
className="h-full relative"
/>
</div>
</div>
</div>
</div>

0 comments on commit aee7f27

Please sign in to comment.