-
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 #86 from tomari99/thetMyoeKhaing
🔥 build(profile): add thetmyoekhaing profile
- Loading branch information
Showing
1 changed file
with
205 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,205 @@ | ||
--- | ||
name: Thet Myoe Khaing (Tomari) | ||
description: A passionate Dart developer. | ||
image: "https://avatars.githubusercontent.com/u/108823930?v=4" | ||
tags: | ||
- Dart | ||
- Flutter | ||
- JavaScript | ||
- ReactJS | ||
- MongoDB | ||
- Firebase | ||
- TailwindCSS | ||
--- | ||
|
||
<h1 align="center">Hi 👋, I'm Thet Myoe Khaing (Tomari)</h1> | ||
|
||
<h3 align="center"> | ||
Junior Developer who is passionate in coding related fields such as | ||
Web,Mobile and IOT. Most used language Dart(Flutter). | ||
</h3> | ||
|
||
<p align="left"> | ||
<img | ||
src="https://komarev.com/ghpvc/?username=tomari99&label=Profile%20views&color=0e75b6&style=flat" | ||
alt="tomari99" | ||
/> | ||
</p> | ||
|
||
```dart | ||
class GitHubProfile { | ||
final String username; | ||
final String bio; | ||
final List<String> skills; | ||
GitHubProfile({ | ||
required this.username, | ||
required this.bio, | ||
required this.skills, | ||
}); | ||
String aboutMe() { | ||
final skillsList = skills.map((skill) => '- $skill').join('\n'); | ||
return ''' | ||
# Hello, World! 👋 | ||
I'm @$username, a passionate Dart developer. | ||
## About Me | ||
- 💼 $bio | ||
## Skills | ||
$skillsList | ||
- 🌱 I’m currently learning **Kotlin** | ||
- 💬 Ask me about **dart(flutter)** | ||
'''; | ||
} | ||
} | ||
void main() { | ||
final myProfile = GitHubProfile( | ||
username: 'tomari99', | ||
bio: 'A Flutter Dev | Dart & Flutter Enthusiast', | ||
skills: [ | ||
'Dart', | ||
'Flutter', | ||
'Firebase', | ||
'MongoDB', | ||
"Git", | ||
"ReactJS", | ||
"TailwindCSS" | ||
], | ||
); | ||
final aboutMe = myProfile.aboutMe(); | ||
print(aboutMe); | ||
} | ||
``` | ||
|
||
- 📫 How to reach me **[email protected]** | ||
|
||
<h3 align="left">Connect with me:</h3> | ||
<p align="left" class="flex my-5 gap-3"> | ||
<a href="https://linkedin.com/in/thet-myoe-khaing-7423aa26a" target="blank"> | ||
<img | ||
align="center" | ||
src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" | ||
alt="thet-myoe-khaing-7423aa26a" | ||
height="30" | ||
width="40" | ||
/> | ||
</a> | ||
<a href="https://fb.com/thetmyoekhaing99" target="blank"> | ||
<img | ||
align="center" | ||
src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg" | ||
alt="thetmyoekhaing99" | ||
height="30" | ||
width="40" | ||
/> | ||
</a> | ||
<a href="https://instagram.com/dlwlrmasboy" target="blank"> | ||
<img | ||
align="center" | ||
src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" | ||
alt="dlwlrmasboy" | ||
height="30" | ||
width="40" | ||
/> | ||
</a> | ||
</p> | ||
|
||
<h3 align="left" >Languages and Tools:</h3> | ||
<p align="left" class="flex gap-3 my-5"> | ||
<a href="https://dart.dev" target="_blank" rel="noreferrer"> | ||
<img | ||
src="https://www.vectorlogo.zone/logos/dartlang/dartlang-icon.svg" | ||
alt="dart" | ||
width="40" | ||
height="40" | ||
/> | ||
</a> | ||
<a href="https://firebase.google.com/" target="_blank" rel="noreferrer"> | ||
<img | ||
src="https://www.vectorlogo.zone/logos/firebase/firebase-icon.svg" | ||
alt="firebase" | ||
width="40" | ||
height="40" | ||
/> | ||
</a> | ||
<a href="https://flutter.dev" target="_blank" rel="noreferrer"> | ||
<img | ||
src="https://www.vectorlogo.zone/logos/flutterio/flutterio-icon.svg" | ||
alt="flutter" | ||
width="40" | ||
height="40" | ||
/> | ||
</a> | ||
<a href="https://git-scm.com/" target="_blank" rel="noreferrer"> | ||
<img | ||
src="https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg" | ||
alt="git" | ||
width="40" | ||
height="40" | ||
/> | ||
</a> | ||
<a | ||
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
<img | ||
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" | ||
alt="javascript" | ||
width="40" | ||
height="40" | ||
/> | ||
</a> | ||
<a href="https://www.linux.org/" target="_blank" rel="noreferrer"> | ||
<img | ||
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/linux/linux-original.svg" | ||
alt="linux" | ||
width="40" | ||
height="40" | ||
/> | ||
</a> | ||
<a href="https://www.mongodb.com/" target="_blank" rel="noreferrer"> | ||
<img | ||
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg" | ||
alt="mongodb" | ||
width="40" | ||
height="40" | ||
/> | ||
</a> | ||
<a href="https://reactjs.org/" target="_blank" rel="noreferrer"> | ||
<img | ||
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" | ||
alt="react" | ||
width="40" | ||
height="40" | ||
/> | ||
</a> | ||
<a href="https://tailwindcss.com/" target="_blank" rel="noreferrer"> | ||
<img | ||
src="https://www.vectorlogo.zone/logos/tailwindcss/tailwindcss-icon.svg" | ||
alt="tailwind" | ||
width="40" | ||
height="40" | ||
/> | ||
</a> | ||
</p> | ||
|
||
|
||
|