-
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.
🔥 build(profile): add kyawkyawhein profile
- Loading branch information
1 parent
55b6c7a
commit 0984202
Showing
1 changed file
with
17 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,17 @@ | ||
--- | ||
name: Kyaw Kyaw Hein | ||
description: I'm serious learner and passionate in Web development. | ||
image: '' | ||
tags: | ||
- Frontend | ||
- JavaScript | ||
- ReactJS | ||
- PHP | ||
- Laravel | ||
--- | ||
|
||
<h1 className="text-center text-4xl">Hello, I'm Kyaw Kyaw Hein</h1> | ||
|
||
<div className="rounded mt-5"> | ||
<p className="p-2 bg-orange-500">I'm currently making projects with React and I'm still learning.</p> | ||
</div> |