-
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 #45 from KyawKoKoTun/kyawkokotun
🔥 build(profile): add kyawkokotun profile
- Loading branch information
Showing
1 changed file
with
26 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,26 @@ | ||
--- | ||
name : Kyaw Ko Ko Tun | ||
image : https://kyawkokotun.pages.dev/assets/pf-d161efe0.jpg | ||
description : I build web apps with Django + React. I'm a 16 y/o progressive learner. | ||
tags : | ||
- Python | ||
- JavaScript | ||
- TypeScript | ||
- Fullstack | ||
- Django | ||
- Flask | ||
- ReactJS | ||
--- | ||
|
||
|
||
<div className="p-8 sm:p-20 bg-cyan-100/30 backdrop:blur-lg shadow-md border-spacing-4 border-white rounded-2xl"> | ||
<div className='flex flex-col sm:flex-row justify-start items-center gap-8'> | ||
<img src='https://kyawkokotun.pages.dev/assets/pf-d161efe0.jpg' className='w-44 h-44 rounded-full border-2 border-white'/> | ||
<div className="p-8 w-full sm:py-20 bg-cyan-600/30 backdrop:blur-xl border-spacing-4 border-2 border-white rounded-2xl"> | ||
<h2 className='text-2xl text-white'>Kyaw Ko Ko Tun</h2> | ||
<p className='mt-8'><span className='text-2xl'>😗</span> Hey beauty, I'm a fullstack developer and my main tech stack is<br /> <span className='text-cyan-300 font-bold text-xl'>Django</span> and <span className='text-cyan-300 font-bold text-xl'>React</span>.</p> | ||
<p className='mt-8'><span className='text-2xl'>💪</span> I promise myself that I will be learning continuously.</p> | ||
<p className='mt-16'><span className='text-2xl'>📬</span> Reach me at <a className='underline text-cyan-300' href='https://facebook.com/kyawkokotun888'>My facebook</a>.</p> | ||
</div> | ||
</div> | ||
</div> |