pineafan | 5b612d9 | 2022-02-17 19:22:50 +0000 | [diff] [blame] | 1 | import { Card, CardRow } from '../Components/Card'; |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 2 | import Header from '../Components/Header'; |
| 3 | import { AutoLayout, Panel, Title, Subtitle, Text, Divider } from '../Components/Panels'; |
Samuel Shuert | 016ea02 | 2021-09-01 16:17:24 -0500 | [diff] [blame] | 4 | |
pineafan | 7bd0ad6 | 2022-10-26 22:11:29 +0100 | [diff] [blame^] | 5 | export default function Home(props) { |
| 6 | console.log(props) |
Samuel Shuert | 016ea02 | 2021-09-01 16:17:24 -0500 | [diff] [blame] | 7 | return ( |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 8 | <> |
| 9 | <Header |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 10 | name="Clicks" |
pineafan | 2345937 | 2022-05-06 21:03:18 +0100 | [diff] [blame] | 11 | subtext="Creating projects that click" |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 12 | customImage="https://assets.clicks.codes/web/logos/clicks.svg" |
| 13 | embedImage="https://assets.clicks.codes/web/logos/clicks.png" |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 14 | gradient={["6576CC", "4B5899"]} |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 15 | wave="web/waves/header/cmp" |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 16 | buttons={[]} |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 17 | index={true} |
pineafan | d94d40e | 2022-10-23 19:55:29 +0100 | [diff] [blame] | 18 | fullscreen={true} |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 19 | /> |
pineafan | 7bd0ad6 | 2022-10-26 22:11:29 +0100 | [diff] [blame^] | 20 | <button onClick={() => props.navbar.showMessage("Welcome to Clicks! This is a test message. It will disappear in 5 seconds.")}>aaaAAAAa</button> |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 21 | <AutoLayout> |
| 22 | <Panel halfSize={false}> |
| 23 | <Title>Projects</Title> |
| 24 | <Divider /> |
pineafan | d94d40e | 2022-10-23 19:55:29 +0100 | [diff] [blame] | 25 | <Text>{"Here's things we've released and are in the making"}</Text> |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 26 | <CardRow> |
| 27 | <Card |
| 28 | wave="gps" title="GPS" subtext="Cards Against Humanity on Discord" |
| 29 | icon="bots/gps/circle" |
| 30 | buttons={[ |
| 31 | {color: "6576CC", link: "https://discordapp.com/oauth2/authorize?client_id=679361555732627476&scope=bot&permissions=130048", text: "Invite"}, |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 32 | {color: "6576CC", link: "/gps", text: "About"} |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 33 | ]} |
| 34 | buttonText={"FFFFFF"} gradient={["78ECF2", "71AFE5"]} |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 35 | url="/gps" |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 36 | /> |
| 37 | <Card |
pineafan | 802daca | 2022-10-24 21:57:29 +0100 | [diff] [blame] | 38 | wave="rsm" title="RSM" subtext="Moderation Redefined" |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 39 | icon="bots/rsm/circle" |
| 40 | buttons={[ |
| 41 | {color: "424242", link: "https://discord.com/api/oauth2/authorize?client_id=715989276382462053&permissions=121295465718&scope=bot%20applications.commands",text:"Invite"}, |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 42 | {color: "424242", link: "/rsm", text:"About"} |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 43 | ]} |
| 44 | buttonText={"FFFFFF"} gradient={["F27878", "D96B6B"]} |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 45 | url="/rsm" |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 46 | /> |
| 47 | <Card |
| 48 | wave="clicksforms" title="ClicksForms" subtext="Create custom forms for Discord" |
| 49 | icon="bots/clicksforms/circle" |
| 50 | buttons={[ |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 51 | {color: "775EBF", link: "https://clicksminuteper.github.io/docs/clicksforms", text:"API", newTab: true}, |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 52 | {color: "775EBF", link: "https://discord.com/api/oauth2/authorize?client_id=805392054678192169&permissions=2416307200&scope=bot%20applications.commands",text:"Invite"}, |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 53 | {color: "775EBF", link: "/clicksforms", text: "About"} |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 54 | ]} |
| 55 | buttonText={"FFFFFF"} gradient={["71AFE5", "6576CC"]} |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 56 | url="/clicksforms" |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 57 | /> |
| 58 | <Card |
| 59 | wave="castaway" title="Castaway" subtext="Stranded on Discord" |
| 60 | icon="bots/castaway/circle" |
| 61 | buttons={[ |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 62 | {color: "F2D478", link: "/castaway", text: "About"} |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 63 | ]} |
| 64 | buttonText={"000000"} gradient={["71AFE5", "78ECF2"]} |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 65 | url="/castaway" |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 66 | /> |
| 67 | <Card |
| 68 | wave="hooky" title="Hooky" subtext="Webhook protection for Discord" |
| 69 | icon="bots/hooky/circle" |
| 70 | buttons={[ |
| 71 | {color: "EDC575", link: "https://discord.com/oauth2/authorize?client_id=752188923505279037&scope=bot&permissions=536882176", text: "Invite"}, |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 72 | {color: "EDC575", link: "/hooky", text: "About"} |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 73 | ]} |
| 74 | buttonText={"000000"} gradient={["424242", "8D8D8D"]} |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 75 | url="/hooky" |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 76 | /> |
| 77 | </CardRow> |
| 78 | </Panel> |
| 79 | <Panel halfSize={true}> |
| 80 | <Title>Code Bases</Title> |
| 81 | <Divider /> |
pineafan | d94d40e | 2022-10-23 19:55:29 +0100 | [diff] [blame] | 82 | <Text>We release open source projects in a few different places depending on the language and purpose</Text> |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 83 | <CardRow> |
| 84 | <Card |
| 85 | wave="github" title="GitHub" subtext="View our open source projects" |
| 86 | icon="web/icons/github" |
| 87 | buttons={[ |
| 88 | {color: "424242", link: "https://github.com/clicksminuteper", text: "Visit"} |
| 89 | ]} |
| 90 | buttonText={"FFFFFF"} gradient={["FFFFFF", "C4C4C4"]} |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 91 | url="https://github.com/clicksminuteper" |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 92 | /> |
| 93 | <Card |
| 94 | wave="pypi" title="PyPi" subtext="View our modules for python" |
| 95 | icon="web/icons/pypi" |
| 96 | buttons={[ |
| 97 | {color: "FFC91E", link: "https://pypi.org/user/ClicksMinutePer/", text: "Visit"} |
| 98 | ]} |
| 99 | buttonText={"000000"} gradient={["2F6490", "3775A8"]} |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 100 | url="https://pypi.org/user/ClicksMinutePer/" |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 101 | /> |
| 102 | </CardRow> |
| 103 | </Panel> |
| 104 | <Panel halfSize={true}> |
| 105 | <Title>Socials</Title> |
| 106 | <Divider /> |
pineafan | d94d40e | 2022-10-23 19:55:29 +0100 | [diff] [blame] | 107 | <Text>{"We've got discord, feel free to ask us anything"}</Text> |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 108 | <CardRow> |
pineafan | ff3d452 | 2022-05-06 19:51:02 +0100 | [diff] [blame] | 109 | <Card |
| 110 | wave="discord" title="Discord" subtext="Join our Discord server to talk with the community" |
| 111 | icon="web/icons/discord" |
| 112 | buttons={[ |
| 113 | {color: "404EED", link: "https://discord.gg/bPaNnxe", text: "Join"} |
| 114 | ]} |
| 115 | buttonText={"FFFFFF"} gradient={["404EED", "404EED"]} |
| 116 | url="https://discord.gg/bPaNnxe" |
| 117 | /> |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 118 | </CardRow> |
| 119 | </Panel> |
| 120 | </AutoLayout> |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 121 | </> |
Samuel Shuert | 016ea02 | 2021-09-01 16:17:24 -0500 | [diff] [blame] | 122 | ) |
| 123 | } |