Skip to content

Commit

Permalink
Merge pull request #93 from Novarista13/maythithtun
Browse files Browse the repository at this point in the history
🔥 build(profile): add maythithtun profile
  • Loading branch information
lwinmoepaing authored Oct 22, 2023
2 parents b7a193a + fb71613 commit a0722e7
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions content/profile/maythithtun.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: May Thit Htun
description: I'm a junior frontend developer driven by a deep love for JavaScript!!.
image: "https://avatars.githubusercontent.com/u/134473935?v=4"
tags:
- Frontend
- JavaScript
- ReactJS
- Tailwind CSS
---

import ContriSquareBox from "@/components/Contributors/ContriSquareBox/ContriSquareBox";
import SpacingDivider from "@/components/Common/SpacingDivider/SpacingDivider";

<div className="h-28 w-28 rounded-3xl overflow-hidden mx-auto">
<img src="https://avatars.githubusercontent.com/u/134473935?v=4" />
</div>
<SpacingDivider size="sm"/>

{" "}

<div class="relative mt-5 lg:mt-0 max-w-[800px] mx-auto">
<ContriSquareBox>
- 👋 Hi, I’m @May Thit.
- 👀 I’m interested in Front End Development.
- 😘 I'm in love with JavaScript & currently learning JavaScript and ReactJS.
- 💞️ I’m looking to collaborate on open-source Free Projects.
- ☕ I also like coffee.
- 😉 You can reach me for a coffee date.
- 🖥️ See my [portfolio](https://novarista.netlify.app/)
- 📫 How to reach me [[email protected]](mailto:[email protected]) (or) [facebook](https://www.facebook.com/Nova.1302).
<div>
```javascript
const coffeeScript = () => {
const code = "Just as coffee awakens the senses, JavaScript awakens my passion for coding!";
}
coffeeScript();
```
</div>
</ContriSquareBox>

</div>

0 comments on commit a0722e7

Please sign in to comment.