-
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 #81 from DevTakao/taka
🔥 build(profile): add taka profile
- Loading branch information
Showing
1 changed file
with
35 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,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> |