-
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 #23 from ahnge/nayzaw
add profile nayzaw
- Loading branch information
Showing
1 changed file
with
48 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,48 @@ | ||
--- | ||
name: Nayzaw Minnaing | ||
description: Looking to contribute to interesting and impactful projects. | ||
image: "https://avatars.githubusercontent.com/u/62560191?v=4" | ||
tags: | ||
- Fullstack | ||
- Backend | ||
- JavaScript | ||
- Python | ||
- Django | ||
--- | ||
|
||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/62560191?v=4" /> | ||
</div> | ||
|
||
<h3 className="flex flex-row max-w-[320px] mt-5 mx-auto"> | ||
<img | ||
src="https://raw.githubusercontent.com/lwinmoepaing/lwinmoepaing/main/img/gitto.gif" | ||
className="h-[20px] object-contain mr-2" | ||
/> | ||
<span> Hi, I'm Nayzaw Minnaing </span> | ||
</h3> | ||
|
||
<div className="container max-w-[720px] mx-auto"> | ||
|
||
- 🤝 I'm looking to contribute to interesting and impactful projects in the web space. | ||
- 📫 How to reach me **[email protected] (or) [facebook](https://www.facebook.com/nayzaw-minnaing1/)** | ||
|
||
<div className="flex flex-row gap-2"> | ||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/python/python.png" | ||
/> | ||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/django/django.png" | ||
/> | ||
<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/react/react.png" | ||
/> | ||
</div> | ||
</div> |