-
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.
- Loading branch information
1 parent
98e17a2
commit 92db880
Showing
2 changed files
with
28 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,28 @@ | ||
--- | ||
name: IssacKhant | ||
description: A kid trying to achieve his dreams. | ||
image: "https://avatars.githubusercontent.com/u/63854143?u=52ff4942c2ce6857c1fe412f2f0a9bfc86324d9c&v=4" | ||
tags: | ||
- ReactJS | ||
- NextJS | ||
- JavaScript | ||
- Fullstack | ||
- IOS | ||
--- | ||
|
||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/63854143?u=52ff4942c2ce6857c1fe412f2f0a9bfc86324d9c&v=4" /> | ||
</div> | ||
|
||
<h3 className="flex flex-row max-w-[240px] mt-5 mx-auto"> | ||
<span className="mx-2 animate-bounce"> ☕️ </span> | ||
|
||
<span> Hola, IssacKhant here </span> | ||
</h3> | ||
|
||
<div className="container max-w-[720px] mx-auto"> | ||
<div className="flex justify-center mt-5 text-orange-400"> | ||
On going.... | ||
</div> | ||
|
||
</div> |