Skip to content

Commit

Permalink
Merge pull request #81 from DevTakao/taka
Browse files Browse the repository at this point in the history
🔥 build(profile): add taka profile
  • Loading branch information
lwinmoepaing authored Oct 21, 2023
2 parents 9f76c15 + c4041bf commit 55b6c7a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions content/profile/taka.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: TAKA
description: A coding cat :)
image: "https://avatars.githubusercontent.com/u/101075383?v=4"
tags:
- JavaScript
- TypeScript
- MERN Stack
- ThreeJS
---

<div className='text-center'>
<h1>You found a treasure chest in the MMSWE Dungeon...</h1>
<details className="relative mx-auto my-5">
<summary className="absolute left-[50%] -translate-x-[50%] top-[100px] inline-block cursor-pointer">
<div className="w-[300px] h-[70px] bg-orange-400 rounded-t-3xl" />
<div className="w-[300px] h-[10px] bg-orange-950 flex items-center justify-center">
<span className="w-[50px] h-[30px] bg-white" />
</div>
<div className="w-[300px] h-[160px] bg-orange-400 rounded-b-xl" />
</summary>
<div className="w-[300px] h-[400px] sm:w-[400px] overflow-y-scroll absolute top-[50px] left-[50%] -translate-x-[50%] bg-yellow-100 text-black py-10 px-8 rounded-lg" style={{ boxShadow: "0px 0px 100px 5px rgba(0, 0, 0, 0.4)" }}>
<h2 className="font-bold text-2xl mb-5">About Taka</h2>
<span className="italic text-sm text-justify">
A JavaScript developer who is currently interested in Three.js.<br /><br />
He loves cats and drinking tea.<br /><br />
He thinks that there is no real right or wrong in the world, only different perspectives.<br /><br />
He likes random weird games like Undertale, Mother 2 (Earthbound), and farming games like Harvest Moon.<br /><br />
He has worked with MERN stack, Nextjs, geolocations APIs, AWS, animations and PixiJS for Indian, Singaporean, Hong Kong companies.<br /><br />
Find him on <a href="https://www.facebook.com/joichiro.takao" target="_blank" rel="noopener noreferrer" className="font-semibold underline">Facebook</a>.
</span>
</div>
</details>

</div>

0 comments on commit 55b6c7a

Please sign in to comment.