-
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 #38 from Thihasoehlaing/thihasoehlaing
🔥 build(profile): add thihasoehlaing profile
- Loading branch information
Showing
1 changed file
with
49 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,49 @@ | ||
--- | ||
name: Thiha Soe Hlaing | ||
description: I'm a fullstack developer. Mainly focused on Laravel and JavaScript Frameworks. Especially Vue.js. | ||
image: "https://avatars.githubusercontent.com/u/43937816?s=400&u=c529d4a86d3feb65c5df7a09bf72342e9565a98a&v=4" | ||
tags: | ||
- Fullstack | ||
- Frontend | ||
- JavaScript | ||
- TypeScript | ||
- Laravel | ||
- Vue.js | ||
- React.js | ||
- Electron | ||
--- | ||
|
||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/43937816?s=400&u=c529d4a86d3feb65c5df7a09bf72342e9565a98a&v=4" /> | ||
</div> | ||
|
||
<h3 className="flex flex-row max-w-[270px] 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 Thiha Soe Hlaing </span> | ||
</h3> | ||
|
||
<div className="container max-w-[800px] mx-auto"> | ||
+ I'm a fullstack developer. Mainly focused on Laravel and JavaScript Frameworks. Especially Vue.js. | ||
+ More my information at [thiha.pages.dev](https://thiha.pages.dev). | ||
+ Ask me about Vue.js and Laravel Echo Server. | ||
+ Sometimes active at Embedded System. | ||
+ You can reach me with via **[email protected] (or) [LinkedIn](https://www.linkedin.com/in/thiha-soe-hlaing-386663172) (or) [Facebook](https://www.facebook.com/profile.php?id=100014771375264)** | ||
|
||
<div className="w-full mt-4 flex flex-wrap gap-2 justify-center items-center"> | ||
<p>![php](https://img.shields.io/static/v1?style=flat&logo=php&label=PHP&message=✔️&color=blueviolet)</p> | ||
<p>![laravel](https://img.shields.io/static/v1?style=flat&logo=laravel&label=Laravel&message=✔️&color=red)</p> | ||
<p>![inertia](https://img.shields.io/static/v1?style=flat&logo=inertia&label=InertiaJs&message=✔️&color=red)</p> | ||
<p>![js](https://img.shields.io/static/v1?style=flat&logo=javascript&label=JavaScript&message=✔️&color=yellow)</p> | ||
<p>![express](https://img.shields.io/static/v1?style=flat&logo=express&label=Express&message=✔️&color=white)</p> | ||
<p>![socket](https://img.shields.io/static/v1?style=flat&logo=socket.io&label=socket.io&message=✔️&color=violet)</p> | ||
<p>![electron](https://img.shields.io/static/v1?style=flat&logo=electron&label=ElectronJs&message=✔️&color=darkgreen)</p> | ||
<p>![vue](https://img.shields.io/static/v1?style=flat&logo=vuejs&label=VueJs&message=✔️&color=green)</p> | ||
<p>![nuxt](https://img.shields.io/static/v1?style=flat&logo=nuxt.js&label=NuxtJs&message=✔️&color=lightgreen)</p> | ||
<p>![react](https://img.shields.io/static/v1?style=flat&logo=react&label=React&message=✔️&color=violet)</p> | ||
<p>![next](https://img.shields.io/static/v1?style=flat&logo=electron&label=NextJs&message=✔️&color=blue)</p> | ||
<p>![ionic](https://img.shields.io/static/v1?style=flat&logo=ionic&label=Ionic&message=✔️&color=blue)</p> | ||
</div> | ||
</div> |