-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
345 additions
and
247 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
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 |
---|---|---|
@@ -1,39 +1,42 @@ | ||
'use client' | ||
'use client'; | ||
|
||
import Button from "@/components/test/Button"; | ||
import Button from '@/components/test/Button'; | ||
import Image from 'next/image'; | ||
import { IoIosClose } from "react-icons/io"; | ||
import { IoIosClose } from 'react-icons/io'; | ||
|
||
export default function Default() { | ||
|
||
return ( | ||
<> | ||
<div className="w-[500px] h-[500px] rounded-md fixed top-1/2 left-1/2 p-5 bg-white shadow -translate-x-1/2 -translate-y-1/2" > | ||
<IoIosClose className="absolute text-3xl right-2 top-2 text-slate-400 hover:text-black"/> | ||
<div className="w-[500px] h-[500px] rounded-md fixed top-1/2 left-1/2 p-5 bg-white shadow -translate-x-1/2 -translate-y-1/2"> | ||
<IoIosClose className="absolute text-3xl right-2 top-2 text-slate-400 hover:text-black" /> | ||
<div onClick={(e) => e.stopPropagation()}> | ||
<div className="flex justify-center flex-col items-center gap-2 mt-4"> | ||
<h1 className="text-2xl font-bold">AI๊ฐ ์๋ ค์ฃผ๋ ๋์ ์ ๋ง๋ ์ผ๊ตฌ์ ์๋?</h1> | ||
<p className="text-xl">โค๏ธํฌํ ์นด๋๊ฐ ๋์ค๋ ์ผ๊ตฌ ์ฑํฅ ํ ์คํธ!!โค๏ธ</p> | ||
</div> | ||
<div className="flex justify-center flex-col items-center mt-14"> | ||
<div className="flex justify-center flex-col items-center gap-2 mt-4"> | ||
<h1 className="text-2xl font-bold"> | ||
AI๊ฐ ์๋ ค์ฃผ๋ ๋์ ์ ๋ง๋ ์ผ๊ตฌ์ ์๋? | ||
</h1> | ||
<p className="text-xl">โค๏ธํฌํ ์นด๋๊ฐ ๋์ค๋ ์ผ๊ตฌ ์ฑํฅ ํ ์คํธ!!โค๏ธ</p> | ||
</div> | ||
<div className="flex justify-center flex-col items-center mt-14"> | ||
<Image | ||
src="/svgs/test/modal.svg" | ||
alt="emblem" | ||
width={500} | ||
height={120} | ||
className="w-72 -mb-4 mr-11" | ||
/> | ||
<Button width={52} text="xl" href="/testModal"> | ||
๐๐ปAI ์ผ๊ตฌ ์ฑํฅ ํ ์คํธํ๋ฌ ๊ฐ๊ธฐ๐๐ป | ||
</Button> | ||
</div> | ||
<Image | ||
src="/svgs/test/modal.svg" | ||
src="/svgs/test/result/resultBackground.svg" | ||
alt="emblem" | ||
width={500} | ||
height={120} | ||
className="w-72 -mb-4 mr-11" | ||
className="absolute rounded-b-md -bottom-px left-0 w-full" | ||
/> | ||
<Button width={52} text="xl" href="/testModal">๐๐ปAI ์ผ๊ตฌ ์ฑํฅ ํ ์คํธํ๋ฌ ๊ฐ๊ธฐ๐๐ป</Button> | ||
</div> | ||
<Image | ||
src="/svgs/test/result/resultBackground.svg" | ||
alt="emblem" | ||
width={500} | ||
height={120} | ||
className="absolute rounded-b-md -bottom-px left-0 w-full" | ||
/> | ||
</div> | ||
</div> | ||
</> | ||
); | ||
} | ||
} |
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default function Default() { | ||
return null; | ||
} | ||
} |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export default function page () { | ||
export default function page() { | ||
return ( | ||
<> | ||
<div>hihihi</div> | ||
</> | ||
) | ||
} | ||
); | ||
} |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export default function Default() { | ||
return null; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -18,4 +18,4 @@ export default function MainLayout({ | |
{questions} | ||
</> | ||
); | ||
} | ||
} |
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ export default function Main() { | |
/> | ||
</> | ||
); | ||
} | ||
} |
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
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
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
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
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import { ReactNode } from "react"; | ||
import { ReactNode } from 'react'; | ||
|
||
export default function TestLayout({ children }: { children: ReactNode }) { | ||
return ( | ||
<> | ||
<div className="bg-slate-100"> | ||
{children} | ||
</div> | ||
<div className="bg-slate-100">{children}</div> | ||
</> | ||
); | ||
} |
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
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
Oops, something went wrong.