Skip to content

Commit

Permalink
c: CODEOWNERS (#24)
Browse files Browse the repository at this point in the history
* c: CODEOWNERS

* c: ideas
  • Loading branch information
Gamez0 authored Jul 22, 2024
1 parent 041d7ce commit fdc5862
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@Gamez0
17 changes: 15 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function DragTest() {

<motion.div className="relative size-full rounded-[30px]" ref={constraintsRef}>
<motion.div
className="flex size-[300px] flex-col items-center justify-center gap-4 rounded-full border bg-[#C2C1C2]/10"
className="flex size-[300px] cursor-pointer flex-col items-center justify-center gap-4 rounded-full border bg-[#C2C1C2]/10"
drag
dragConstraints={constraintsRef}
initial={{ x: 150, rotate: 0 }}
Expand All @@ -69,10 +69,23 @@ function DragTest() {
<div className="top-[150px] size-[5px] rounded-full border border-[#181718]" />
<span className="text-[#E0E1E0]">inspired by her tree</span>
</motion.div>
<motion.div className="size-[120px] ?" initial={{ rotate: 0 }} animate={{ rotate: 30 }}>
<motion.div className="size-[120px]" initial={{ rotate: 0 }} animate={{ rotate: 30 }}>
<Image src={"/turntable_arm.svg"} width={120} height={120} alt="arm" />
</motion.div>
</motion.div>
</div>
);
}

// function IdeaTest(){
// return (

// )
// }

// idea
// lp 판을 특정 위치에 두면, lp판이 아니라 gpu 같은 칩이면 어떨까?
// 어디서 일했는지
// 그리고 아래 기술스택들이 활성화 효과를 주면 어떨까?
// 아이디어 from workos.com , cpu 칩 같은게 okta azure google 이런 거 위에 있음
// .circuit-looping-highlight--top in workos.com

0 comments on commit fdc5862

Please sign in to comment.