This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #513 from true-runes/development
v17.2.0
- Loading branch information
Showing
8 changed files
with
280 additions
and
107 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 @@ | ||
import type { NextPage } from 'next' | ||
import Link from 'next/link' | ||
|
||
export const AboutCheckVoteCard: NextPage = () => { | ||
return ( | ||
<div className="bg-white text-black"> | ||
<div className="hero"> | ||
<div className="hero-content text-center w-full"> | ||
<div className="pb-0 w-full"> | ||
<div className="card bg-white shadow-2xl"> | ||
<div className="items-center card-body bg-white text-black"> | ||
<h2 className="card-title text-2xl">投票チェック</h2> | ||
|
||
<div className="my-1" /> | ||
|
||
<div> | ||
<span> | ||
<Link | ||
href="/events-in-event/result-illustration-applications" | ||
passHref | ||
> | ||
<span className="mx-1 link link-hover underline underline-offset-4 text-blue-500 hover:text-blue-900"> | ||
投票チェックはこちら | ||
</span> | ||
</Link> | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
import type { NextPage } from 'next' | ||
import Link from 'next/link' | ||
|
||
export const AboutProjectsCard: NextPage = () => { | ||
return ( | ||
<div className="bg-white text-black"> | ||
<div className="hero"> | ||
<div className="hero-content text-center w-full"> | ||
<div className="pb-0 w-full"> | ||
<div className="card bg-white shadow-2xl"> | ||
<div className="items-center card-body bg-white text-black"> | ||
<h2 className="card-title text-2xl">総選挙内企画</h2> | ||
|
||
<div className="my-1" /> | ||
|
||
<div> | ||
<ul> | ||
<li> | ||
<Link href="/events-in-event" passHref> | ||
<span className="link link-hover underline underline-offset-4 text-blue-500 hover:text-blue-900"> | ||
選挙運動・作品募集など | ||
</span> | ||
</Link> | ||
</li> | ||
<div className="my-2" /> | ||
<li> | ||
<Link | ||
href="/events-in-event/result-illustration-applications" | ||
passHref | ||
> | ||
<span className="mx-1 link link-hover underline underline-offset-4 text-blue-500 hover:text-blue-900"> | ||
開票イラスト応募状況 | ||
</span> | ||
</Link> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
) | ||
} |
32 changes: 0 additions & 32 deletions
32
components/common/LinkToResultIllustrationApplications.tsx
This file was deleted.
Oops, something went wrong.
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 @@ | ||
import type { NextPage } from 'next' | ||
import Link from 'next/link' | ||
|
||
export const VoteDeadLineCard: NextPage = () => { | ||
return ( | ||
<div className="bg-white text-black"> | ||
<div className="hero"> | ||
<div className="hero-content text-center w-full"> | ||
<div className="pb-0 w-full"> | ||
<div className="card bg-white shadow-2xl"> | ||
<div className="items-center card-body bg-white text-black"> | ||
<h2 className="card-title text-2xl">投票</h2> | ||
|
||
<div className="my-1" /> | ||
|
||
<div className="text-left"> | ||
<p>①オールキャラ部門</p> | ||
<div className="mb-1" /> | ||
<p>②協力攻撃部門</p> | ||
</div> | ||
|
||
<div className="my-1" /> | ||
|
||
<div className="text-base"> | ||
<p className="text-red-500">2022年6月24日(金)21:00 から</p> | ||
<p className="text-red-500">2022年6月26日(日)23:59 まで</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
import type { NextPage } from 'next' | ||
import Link from 'next/link' | ||
|
||
export const DeadLineList: NextPage = () => { | ||
return ( | ||
<> | ||
<div> | ||
<div className="pb-4"> | ||
<h2 className="text-xl font-bold pb-4">締切一覧</h2> | ||
<div className="text-center"> | ||
<div> | ||
<p className="underline underline-offset-4">開票イラスト</p> | ||
<div className="my-2" /> | ||
<p>2022/06/26(日)まで</p> | ||
</div> | ||
|
||
<div className="my-6" /> | ||
|
||
<div> | ||
<p className="underline underline-offset-4">お題小説</p> | ||
<div className="my-2" /> | ||
<p>2022/06/26(日)まで</p> | ||
</div> | ||
|
||
<div className="my-6" /> | ||
|
||
<div> | ||
<p className="underline underline-offset-4">推し台詞</p> | ||
<div className="my-2" /> | ||
<p>2022/06/26(日)まで</p> | ||
</div> | ||
|
||
<div className="my-6" /> | ||
|
||
<div> | ||
<p className="underline underline-offset-4">ボーナス票</p> | ||
<div className="my-2" /> | ||
<p> | ||
<Link href="/events-in-event/bonus-votes" passHref> | ||
<span className="link link-hover underline underline-offset-4 text-blue-500 hover:text-blue-900"> | ||
ボーナス票のページを参照 | ||
</span> | ||
</Link> | ||
</p> | ||
</div> | ||
</div> | ||
<div className="my-6" /> | ||
|
||
<div> | ||
<p className="underline underline-offset-4">選挙運動</p> | ||
<div className="my-2" /> | ||
<p> | ||
<Link href="/events-in-event/bonus-votes" passHref> | ||
<span className="link link-hover underline underline-offset-4 text-blue-500 hover:text-blue-900"> | ||
ボーナス票のページ(条件④)を参照 | ||
</span> | ||
</Link> | ||
</p> | ||
</div> | ||
</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
Oops, something went wrong.