-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π₯ build(profile): add aungmon profile
- Loading branch information
Amoz19
committed
Oct 20, 2023
1 parent
b50e33d
commit 66f0df1
Showing
1 changed file
with
81 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,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> |