-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dunk fe/fdr 31 coming soon page #8
Merged
Merged
Changes from 7 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
2683544
coming soon init page
dunkdunkdunk 4059962
font, welcome cu108, layer positioning
dunkdunkdunk 3f77613
Merge branch 'main' into dunk-fe/fdr-31-coming-soon-page
dunkdunkdunk 6fb1bba
merge conflict
dunkdunkdunk f464708
font finalize
dunkdunkdunk 9f4e025
prettier rule
dunkdunkdunk 6c5382f
coming soon SVG
dunkdunkdunk a2f02f6
Merge remote-tracking branch 'origin/main' into dunk-fe/fdr-31-coming…
dunkdunkdunk 00b2fe3
cn utils, change absolute
dunkdunkdunk 12cb78b
update: pnpm-lock
TeeGoood d9cbf32
refactor: move lib folder
TeeGoood File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,33 @@ | ||
import Image from 'next/image'; | ||
import Border from '@/components/Border'; | ||
import Back_To_Menu from '@/components/comingsoon/back_to_menu'; | ||
import Welcome from '@/components/welcome'; | ||
import comingsoon from '../../../public/comingsoon.svg'; | ||
|
||
export default function Home() { | ||
return ( | ||
<main className="w-full h-screen flex justify-center items-center flex-col"> | ||
<Border | ||
variant="transparent" | ||
className="flex justify-center items-center flex-col" | ||
> | ||
{' '} | ||
<Welcome /> | ||
<h1 className="text-2xl text-center font-semibold text-project-light-gray mb-7"> | ||
รับเพื่อนก้าวใหม่ 2024 | ||
</h1> | ||
<Image | ||
src={comingsoon} | ||
alt="Coming Soon" | ||
className="w-64 h-14 mb-6" | ||
/> | ||
<h1 className="text-xl text-center font-semibold text-project-light-gray mb-10"> | ||
พร้อมให้ลงทะเบียน | ||
<br /> | ||
ในวันที่ 18 กรกฎาคม 2567 | ||
</h1> | ||
<Back_To_Menu /> | ||
</Border> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import React from 'react'; | ||
|
||
export default function Welcome() { | ||
return ( | ||
<div className="absolute top-20 text-center font-season italic"> | ||
<h1 className="text-4xl mb-1">Welcome,</h1> | ||
<h1 className="text-3xl bg-gradient-to-t bg-clip-text text-transparent from-project-fuchsia from-30% via-80% to-95% to-project-cream"> | ||
CU108 | ||
</h1> | ||
</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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import React from 'react'; | ||
import Link from 'next/link'; | ||
export default function Back_To_Menu() { | ||
return ( | ||
<div className="flex text-center justify-center "> | ||
<Link | ||
href="/" | ||
className="bg-project-fuchsia text-xl text-white py-2 px-2 w-60 h-12 rounded-md" | ||
> | ||
กลับสู่หน้าหลัก | ||
</Link> | ||
</div> | ||
); | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ตรงนี้พี่พลาดเองเดี๋ยวไปเเก้ component border ออกให้