-
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 #15 from shineaungkhant1/shineaungkhant
🔥 build(profile): add shineaungkhant profile
- Loading branch information
Showing
1 changed file
with
82 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,82 @@ | ||
--- | ||
name: Shine Aung Khant | ||
description: Embarking on the Flutter journey, coding dreams into mobile reality as a Junior Developer. | ||
image: "https://avatars.githubusercontent.com/u/91832957?v=4" | ||
tags: | ||
- Flutter | ||
- Firebase | ||
--- | ||
|
||
<div className="flex flex"></div> | ||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/91832957?v=4" /> | ||
</div> | ||
|
||
<p className="text-center mt-5">Hi,My name is</p> | ||
|
||
<h1 className="text-center mt-1"> | ||
<span className="font-bold text-2xl">Shine Aung Khant</span> | ||
</h1> | ||
|
||
<h3 className="text-center mt-1">A flutter developer </h3> | ||
|
||
<div className="container max-w-[720px] mx-auto"> | ||
- 🌱 I’m currently learning **Flutter** | ||
|
||
- 📫 Reach me at **[email protected]** [or] **[LinkedIn](https://www.linkedin.com/in/shine-aung-khant-008b75255/)** | ||
|
||
</div> | ||
|
||
<div className="container max-w-[720px] mx-auto"> | ||
<h3 className="mt-10 mb-5 items-start"> | ||
<span className="font-bold">Languages and tools</span> | ||
</h3> | ||
<div className="flex flex-row items-center gap-2 mx-auto " > | ||
|
||
<a href="https://dart.dev" target="_blank" rel="noreferrer"> | ||
|
||
<img | ||
src="https://www.vectorlogo.zone/logos/dartlang/dartlang-icon.svg" | ||
alt="dart" | ||
width="30" | ||
height="30" | ||
/> | ||
|
||
</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="30" | ||
height="30" | ||
/> | ||
</a> <a href="https://flutter.dev" target="_blank" rel="noreferrer"> | ||
|
||
<img | ||
src="https://www.vectorlogo.zone/logos/flutterio/flutterio-icon.svg" | ||
alt="flutter" | ||
width="30" | ||
height="30" | ||
/> | ||
</a> <a href="https://www.w3.org/html/" target="_blank" rel="noreferrer"> | ||
|
||
<img | ||
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original-wordmark.svg" | ||
alt="html5" | ||
width="30" | ||
height="30" | ||
/> | ||
</a> <a href="https://www.java.com" target="_blank" rel="noreferrer"> | ||
|
||
<img | ||
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/java/java-original.svg" | ||
alt="java" | ||
width="30" | ||
height="30" | ||
/> | ||
</a> | ||
|
||
</div> | ||
|
||
</div> |