Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 35 additions & 25 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function LandingPage() {
{isAuthenticated && profile ? '위키 구경하기' : '위키 만들기'}
</Button>
<Image
src="/images/img-wiki.svg"
src="/images/img-wiki.png"
alt="위키 이미지"
width={498}
height={590}
Expand Down Expand Up @@ -106,7 +106,7 @@ export default function LandingPage() {
align="left"
/>
<Image
src="/images/img-write.svg"
src="/images/img-write.png"
alt="타이핑 이미지"
width={364}
height={681}
Expand All @@ -116,7 +116,7 @@ export default function LandingPage() {
</div>

<Image
src="/images/img-text-dark.svg"
src="/images/img-text-dark.png"
alt="텍스트 이미지"
width={520}
height={681}
Expand All @@ -142,7 +142,7 @@ export default function LandingPage() {
/>

<Image
src="/images/img-belt.svg"
src="/images/img-belt.png"
alt="벨트 이미지"
width={1920}
height={200}
Expand All @@ -166,30 +166,40 @@ export default function LandingPage() {
}
align="left"
/>
<div className="flex flex-wrap gap-10 mo:gap-4 ta:gap-[2.2rem]">
<div
className="grid gap-10 mo:gap-[0.7rem] ta:gap-8"
style={{
gridTemplateAreas: `
"image-comment image-comment"
"image-notification image-notifications"
`,
gridTemplateColumns: '297fr 575fr',
}}
>
<Image
src="/images/img-comment.svg"
className="h-auto w-full flex-1"
src="/images/img-text-green.png"
className="h-auto w-full object-cover"
alt="텍스트 이미지"
width={924}
height={280}
width={913}
height={309}
style={{ gridArea: 'image-comment' }}
/>
<Image
src="/images/img-bell.png"
alt="벨 이미지"
width={297}
height={297}
className="size-full rounded-2xl object-cover"
style={{ gridArea: 'image-notification' }}
/>
<Image
src="/images/img-text-white.png"
alt="알림 이미지"
width={575}
height={298}
className="size-full rounded-xl object-cover"
style={{ gridArea: 'image-notifications' }}
/>
<div className="flex w-full gap-10 mo:gap-4 ta:gap-[2.2rem]">
<Image
src="/images/img-bell.svg"
alt="벨 이미지"
width={280}
height={280}
className="h-auto w-full mo:w-[25vw] ta:w-[26vw]"
/>
<Image
src="/images/img-alert.svg"
alt="알림 이미지"
width={604}
height={280}
className="h-auto w-full mo:w-[53.6vw] ta:w-[57vw]"
/>
</div>
</div>
</div>
</section>
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
10 changes: 5 additions & 5 deletions public/images/empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/images/img-alert.svg

This file was deleted.

Binary file added public/images/img-bell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions public/images/img-bell.svg

This file was deleted.

Binary file added public/images/img-belt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 0 additions & 50 deletions public/images/img-belt.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/images/img-bg-bottom.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/images/img-comment.svg

This file was deleted.

Binary file added public/images/img-text-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/images/img-text-dark.svg

This file was deleted.

Binary file added public/images/img-text-green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/images/img-text-green.svg

This file was deleted.

Binary file added public/images/img-text-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/images/img-text-white.svg

This file was deleted.

Binary file added public/images/img-wiki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/images/img-wiki.svg

This file was deleted.

Binary file added public/images/img-write.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions public/images/img-write.svg

This file was deleted.

Loading