Skip to content

Commit

Permalink
Merge pull request #45 from KyawKoKoTun/kyawkokotun
Browse files Browse the repository at this point in the history
🔥 build(profile): add kyawkokotun profile
  • Loading branch information
lwinmoepaing authored Oct 20, 2023
2 parents 9f44706 + 1cc0a3d commit b50e33d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions content/profile/kyawkokotun.mdx
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>

0 comments on commit b50e33d

Please sign in to comment.