Skip to content

Commit

Permalink
Merge pull request #15 from shineaungkhant1/shineaungkhant
Browse files Browse the repository at this point in the history
🔥 build(profile): add shineaungkhant profile
  • Loading branch information
lwinmoepaing authored Oct 20, 2023
2 parents 4ff4423 + 7759971 commit 9903373
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions content/profile/shineaungkhant.mdx
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>

0 comments on commit 9903373

Please sign in to comment.