Samuel Shuert | 8aac601 | 2021-09-02 13:21:30 -0500 | [diff] [blame] | 1 | import Card from '../Components/Card' |
pineafan | df39fd4 | 2021-09-04 16:05:27 +0100 | [diff] [blame] | 2 | import TileRow from '../Components/TileRow' |
Samuel Shuert | 8aac601 | 2021-09-02 13:21:30 -0500 | [diff] [blame] | 3 | import Header from '../Components/Header' |
| 4 | import AutoSpacing from '../Components/AutoSpacing' |
| 5 | import SectionHeading from '../Components/SectionHeading' |
pineafan | d494b85 | 2021-09-03 19:49:49 +0100 | [diff] [blame] | 6 | import Paragraph from '../Components/Paragraph' |
pineafan | df39fd4 | 2021-09-04 16:05:27 +0100 | [diff] [blame] | 7 | import CardRow from '../Components/CardRow' |
Samuel Shuert | 8aac601 | 2021-09-02 13:21:30 -0500 | [diff] [blame] | 8 | |
| 9 | export default function Home() { |
| 10 | return ( |
| 11 | <> |
| 12 | <Header |
| 13 | name="ClicksForms" |
| 14 | subtext="Custom forms on Discord" |
| 15 | gradient={["71AFE5", "6576CC"]} |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 16 | wave="web/waves/header/clicksforms" |
Samuel Shuert | 8aac601 | 2021-09-02 13:21:30 -0500 | [diff] [blame] | 17 | buttons={[ |
| 18 | {color: "6576CC", buttonText: "FFFFFF", link: "#features", text: "Features"}, |
| 19 | {color: "6576CC", buttonText: "FFFFFF", link: "#commands", text: "Commands"}, |
pineafan | d494b85 | 2021-09-03 19:49:49 +0100 | [diff] [blame] | 20 | {color: "6576CC", buttonText: "FFFFFF", link: "#services", text: "Services"}, |
Samuel Shuert | 8aac601 | 2021-09-02 13:21:30 -0500 | [diff] [blame] | 21 | {color: "775EBF", buttonText: "FFFFFF", link: "#invite", text: "Invite"} |
| 22 | ]} |
| 23 | hideArrow={true} |
| 24 | /> |
pineafan | aed3024 | 2021-09-04 09:33:40 +0100 | [diff] [blame] | 25 | <AutoSpacing> |
pineafan | df39fd4 | 2021-09-04 16:05:27 +0100 | [diff] [blame] | 26 | <SectionHeading id="features">Features</SectionHeading> |
Skyler Turner | f536121 | 2021-09-14 20:33:58 +0100 | [diff] [blame] | 27 | <TileRow divless={true}> |
pineafan | 2fc0a79 | 2021-11-15 21:26:52 +0000 | [diff] [blame] | 28 | <img alt="Anonymous forms" src="https://assets.clicksminuteper.net/web/features/clicksforms/Anonymous.svg" /> |
| 29 | <img alt="Discord buttons" src="https://assets.clicksminuteper.net/web/features/clicksforms/Buttons.svg" /> |
| 30 | <img alt="Export formats" src="https://assets.clicksminuteper.net/web/features/clicksforms/Export.svg" /> |
| 31 | <img alt="Up to 25 Forms" src="https://assets.clicksminuteper.net/web/features/clicksforms/Forms.svg" /> |
| 32 | <img alt="Multiple Choice" src="https://assets.clicksminuteper.net/web/features/clicksforms/Multichoice.svg" /> |
| 33 | <img alt="Up to 25 questions" src="https://assets.clicksminuteper.net/web/features/clicksforms/Questions.svg" /> |
| 34 | <img alt="Many question types" src="https://assets.clicksminuteper.net/web/features/clicksforms/Types.svg" /> |
| 35 | <img alt="Easily view responses" src="https://assets.clicksminuteper.net/web/features/clicksforms/Responses.svg" /> |
pineafan | 9b1b68c | 2021-11-05 17:47:27 +0000 | [diff] [blame] | 36 | </TileRow> |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 37 | <SectionHeading id="commands">Commands</SectionHeading> |
| 38 | <Paragraph><code>/accept</code>: Completes a form you are asked to fill in</Paragraph> |
| 39 | <Paragraph><code>/apply</code>: Apply to a form</Paragraph> |
| 40 | <Paragraph><code>/create</code>: Creates a new form</Paragraph> |
| 41 | <Paragraph><code>/download</code>: Downloads a form from a service e.g. Google Forms</Paragraph> |
| 42 | <Paragraph><code>/help</code>: Lists all commands</Paragraph> |
| 43 | <Paragraph><code>/responses</code>: Lets you view responses to your servers form</Paragraph> |
| 44 | <Paragraph><code>/manage</code>: Lets you manage your servers forms</Paragraph> |
| 45 | <SectionHeading id="services">Services</SectionHeading> |
| 46 | <Paragraph>ClicksForms support services like <a href="https://forms.google.com">Google Forms</a> through our Add-on</Paragraph> |
| 47 | <Paragraph>Our API is public. You can view it on <a href="https://clicksminuteper.github.io/docs/clicksforms">GitHub</a></Paragraph> |
| 48 | <SectionHeading id="invite">Invite</SectionHeading> |
| 49 | <CardRow> |
| 50 | <Card |
| 51 | wave="clicksforms" |
pineafan | f97734b | 2021-11-23 21:11:00 +0000 | [diff] [blame^] | 52 | icon="bots/clicksforms/circle" |
pineafan | df39fd4 | 2021-09-04 16:05:27 +0100 | [diff] [blame] | 53 | buttonText={"FFFFFF"} gradient={["71AFE5", "6576CC"]} |
| 54 | title="Invite" |
| 55 | subtext="Invite ClicksForms to your server" |
| 56 | buttons={[ |
| 57 | {color: "775EBF", link: "https://discord.com/api/oauth2/authorize?client_id=805392054678192169&permissions=2416307200&scope=bot%20applications.commands", text: "Invite"} |
| 58 | ]} |
| 59 | /> |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 60 | </CardRow> |
pineafan | 8b8d29a | 2021-09-08 15:38:49 +0100 | [diff] [blame] | 61 | <SectionHeading>Legal</SectionHeading> |
pineafan | 68523c3 | 2021-09-10 20:59:21 +0100 | [diff] [blame] | 62 | <Paragraph>Our privacy policy can be viewed on <a href="https://clicksminuteper.net/clicksforms/privacy">GitHub</a></Paragraph> |
pineafan | aed3024 | 2021-09-04 09:33:40 +0100 | [diff] [blame] | 63 | </AutoSpacing> |
Samuel Shuert | 8aac601 | 2021-09-02 13:21:30 -0500 | [diff] [blame] | 64 | </> |
| 65 | ) |
| 66 | } |