-
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 #93 from Novarista13/maythithtun
🔥 build(profile): add maythithtun profile
- Loading branch information
Showing
1 changed file
with
42 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,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> |