-
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 #62 from khantseithu/khantsithu
🔥 build(profile): add khantsithu profile
- Loading branch information
Showing
1 changed file
with
58 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,58 @@ | ||
--- | ||
name: Khant Sithu | ||
description: I'm a fullstack developer who is passionate about making software that can help people. I love working with ReactJS, NextJS, NestJS, and TypeScript. | ||
image: "https://avatars.githubusercontent.com/u/100980146?v=4" | ||
tags: | ||
- Fullstack | ||
- TypeScript | ||
- JavaScript | ||
- ReactJS | ||
- NextJS | ||
- NestJS | ||
- Postgres | ||
- Python | ||
--- | ||
|
||
<article class="mx-auto max-w-xl space-y-6 rounded-md border px-4 py-6 text-center shadow"> | ||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/100980146?v=4" /> | ||
</div> | ||
<h1 class="text-2xl font-semibold tracking-tighter">hi, there! 👋</h1> | ||
|
||
{" "} | ||
|
||
<p class="leading-6"> | ||
Hello, I'm Khant Sithu, a{" "} | ||
<b className="text-emerald-400">self-taught Fullstack developer</b>{" "} | ||
specializing in <span className="bg-blue-900">TypeScript</span>,{" "} | ||
<span className="bg-yellow-400 text-black">JavaScript</span>,{" "} | ||
<span className="bg-blue-600">ReactJS</span>,{" "} | ||
<span className="bg-neutral-900">NextJS</span>,{" "} | ||
<span className="bg-red-700">NestJS</span>, and{" "} | ||
<span className="bg-blue-900">Postgres</span>. I'm passionate about creating | ||
web applications that are both functional and user-friendly. My journey in the | ||
software world is driven by a constant desire to learn and adapt to emerging | ||
technologies. | ||
</p> | ||
|
||
{" "} | ||
|
||
<p> | ||
I'm always up for exciting collaborations and fresh opportunities in the tech | ||
world. Whether it's a cool project, open-source work, or just geeking out over | ||
code, I'm in! Let's team up and create some tech magic together. | ||
</p> | ||
|
||
{" "} | ||
|
||
<p> | ||
Want to connect, chat, or collaborate? Shoot me an email at | ||
**khantseithuu@gmail.com** or find me on | ||
[LinkedIn](https://linkedin.com/in/khantsithu). I'm all ears for tech talk, | ||
innovative ideas, or just a friendly chat. Let's make the tech world smaller | ||
by connecting and coding together! | ||
</p> | ||
|
||
{" "} | ||
|
||
</article> |