Skip to content

Commit

Permalink
πŸ”₯ build(profile): add aungmon profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoz19 committed Oct 20, 2023
1 parent b50e33d commit 66f0df1
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions content/profile/aungmon.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
name: Aung Mon
description: I'm a frontend developer who is passionate about building interactive user interfaces and thinking in frontend logic!
image: "https://avatars.githubusercontent.com/u/91686616?v=4"
tags:
- Frontend
- Html
- Css
- JavaScript
- ReactJS
---

<div className="h-32 w-32 rounded-xl overflow-hidden mx-auto">
<img src="https://avatars.githubusercontent.com/u/91686616?v=4" />
</div>

<h3 className="flex flex-row justify-center max-w-[240px] mt-5 mx-auto bg-slate-900 content-fixed rounded-2xl text-[whitesmoke]">
<span>
{" "}
Hi <span className="text-xl">πŸ‘‹πŸ½</span> I'm <span className="font-extrabold text-xl">"Aung Mon"</span>
</span>
</h3>

<div className="container max-w-[720px] mx-auto flex flex-col items-center">

```html
<p id="about-me">
I'm a frontend developer who is passionate about building interactive user
interfaces and thinking in frontend logic!
</p>
<small id="facts"> I like learing new things and working with team!</small>
```

<div className="flex items-center mb-3">
<p className="font-bold mr-3">Current tech stack - πŸ‘‰πŸ»</p>
<div className="bg-slate-900 flex justify-center gap-4 px-4 py-2 rounded-2xl">
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png"
/>
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/typescript/typescript.png"
/>
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/react/react.png"
/>
<img
className="h-5"
src=" https://imgs.search.brave.com/hGwT1XWOE5s9l6sFNaWVB3YKfeoo0hadewIgx8rhdFA/rs:fit:860:0:0/g:ce/aHR0cHM6Ly91cGxv/YWQud2lraW1lZGlh/Lm9yZy93aWtpcGVk/aWEvY29tbW9ucy9k/L2Q1L1RhaWx3aW5k/X0NTU19Mb2dvLnN2/Zw.svg"
/>
<img
className="h-5"
src="https://static-00.iconduck.com/assets.00/nextjs-icon-512x512-y563b8iq.png"
/>
</div>
</div>
<div className="flex justify-cen">
<p className="font-bold mr-3">Fucture tech stack - πŸ‘‰πŸ»</p>
<div className="bg-slate-100 flex justify-center gap-4 px-4 py-2 rounded-2xl">
<img
className="h-5"
src="https://static-00.iconduck.com/assets.00/nextjs-icon-512x512-y563b8iq.png"
/>
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/nodejs/nodejs.png"
/>
<img
className="h-5"
src="https://assets.stickpng.com/images/5848104fcef1014c0b5e4950.png"
/>
<img
className="h-5"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Laravel.svg/1200px-Laravel.svg.png"
/>
</div>
</div>
- πŸ“« How to reach me **[Linkedin](https://www.linkedin.com/in/aungmon19/) || [Github](https://github.com/Amoz19) || [Facebook](https://www.facebook.com/callmeamoz/)**
</div>

0 comments on commit 66f0df1

Please sign in to comment.