blob: d2b689fe2921d816c63cf47e9af8389bc9c36922 [file] [log] [blame]
pineafan5b612d92022-02-17 19:22:50 +00001import { Card, CardRow } from '../Components/Card';
pineafane0283a82022-02-13 10:05:56 +00002import Header from '../Components/Header';
3import { AutoLayout, Panel, Title, Subtitle, Text, Divider } from '../Components/Panels';
Samuel Shuert016ea022021-09-01 16:17:24 -05004
pineafan74f16742022-11-07 21:57:55 +00005
pineafan7bd0ad62022-10-26 22:11:29 +01006export default function Home(props) {
minion42e42a02022-12-05 00:14:53 +00007 let subtext = ""
PineaFan93f540e2022-12-04 22:05:57 +00008 switch (props.season.season) {
9 case "christmas": {
minion42e42a02022-12-05 00:14:53 +000010 subtext = "Merry Christmas!"
PineaFan93f540e2022-12-04 22:05:57 +000011 break;
12 }
13 case "halloween": {
Skyler67d0e562022-12-05 00:01:45 +000014 subtext = "Happy Halloween!"
15 break;
PineaFan93f540e2022-12-04 22:05:57 +000016 }
17 default: {
minion42e42a02022-12-05 00:14:53 +000018 subtext = "Creating projects that click"
PineaFan93f540e2022-12-04 22:05:57 +000019 }
20 }
21
Samuel Shuert016ea022021-09-01 16:17:24 -050022 return (
pineafana5ce9102021-09-02 17:21:31 +010023 <>
24 <Header
pineafanff3d4522022-05-06 19:51:02 +010025 name="Clicks"
Skyler67d0e562022-12-05 00:01:45 +000026 subtext={subtext}
pineafanff3d4522022-05-06 19:51:02 +010027 customImage="https://assets.clicks.codes/web/logos/clicks.svg"
28 embedImage="https://assets.clicks.codes/web/logos/clicks.png"
pineafana5ce9102021-09-02 17:21:31 +010029 gradient={["6576CC", "4B5899"]}
pineafana841c762021-11-14 21:21:04 +000030 wave="web/waves/header/cmp"
pineafana5ce9102021-09-02 17:21:31 +010031 buttons={[]}
pineafanff3d4522022-05-06 19:51:02 +010032 index={true}
pineafand94d40e2022-10-23 19:55:29 +010033 fullscreen={true}
pineafanb18f0192022-10-27 22:08:36 +010034 showSubBar={props.showSubBar}
pineafana5ce9102021-09-02 17:21:31 +010035 />
pineafane0283a82022-02-13 10:05:56 +000036 <AutoLayout>
37 <Panel halfSize={false}>
38 <Title>Projects</Title>
39 <Divider />
pineafand94d40e2022-10-23 19:55:29 +010040 <Text>{"Here's things we've released and are in the making"}</Text>
pineafane0283a82022-02-13 10:05:56 +000041 <CardRow>
42 <Card
43 wave="gps" title="GPS" subtext="Cards Against Humanity on Discord"
44 icon="bots/gps/circle"
45 buttons={[
46 {color: "6576CC", link: "https://discordapp.com/oauth2/authorize?client_id=679361555732627476&scope=bot&permissions=130048", text: "Invite"},
pineafanff3d4522022-05-06 19:51:02 +010047 {color: "6576CC", link: "/gps", text: "About"}
pineafane0283a82022-02-13 10:05:56 +000048 ]}
49 buttonText={"FFFFFF"} gradient={["78ECF2", "71AFE5"]}
pineafanff3d4522022-05-06 19:51:02 +010050 url="/gps"
pineafanb18f0192022-10-27 22:08:36 +010051 showMessage={props.showMessage}
pineafane0283a82022-02-13 10:05:56 +000052 />
53 <Card
pineafan802daca2022-10-24 21:57:29 +010054 wave="rsm" title="RSM" subtext="Moderation Redefined"
pineafane0283a82022-02-13 10:05:56 +000055 icon="bots/rsm/circle"
56 buttons={[
57 {color: "424242", link: "https://discord.com/api/oauth2/authorize?client_id=715989276382462053&permissions=121295465718&scope=bot%20applications.commands",text:"Invite"},
pineafanff3d4522022-05-06 19:51:02 +010058 {color: "424242", link: "/rsm", text:"About"}
pineafane0283a82022-02-13 10:05:56 +000059 ]}
60 buttonText={"FFFFFF"} gradient={["F27878", "D96B6B"]}
pineafanff3d4522022-05-06 19:51:02 +010061 url="/rsm"
pineafanb18f0192022-10-27 22:08:36 +010062 showMessage={props.showMessage}
pineafane0283a82022-02-13 10:05:56 +000063 />
64 <Card
65 wave="clicksforms" title="ClicksForms" subtext="Create custom forms for Discord"
66 icon="bots/clicksforms/circle"
67 buttons={[
pineafanff3d4522022-05-06 19:51:02 +010068 {color: "775EBF", link: "https://clicksminuteper.github.io/docs/clicksforms", text:"API", newTab: true},
pineafane0283a82022-02-13 10:05:56 +000069 {color: "775EBF", link: "https://discord.com/api/oauth2/authorize?client_id=805392054678192169&permissions=2416307200&scope=bot%20applications.commands",text:"Invite"},
pineafanff3d4522022-05-06 19:51:02 +010070 {color: "775EBF", link: "/clicksforms", text: "About"}
pineafane0283a82022-02-13 10:05:56 +000071 ]}
72 buttonText={"FFFFFF"} gradient={["71AFE5", "6576CC"]}
pineafanff3d4522022-05-06 19:51:02 +010073 url="/clicksforms"
pineafane0283a82022-02-13 10:05:56 +000074 />
75 <Card
76 wave="castaway" title="Castaway" subtext="Stranded on Discord"
77 icon="bots/castaway/circle"
78 buttons={[
pineafanff3d4522022-05-06 19:51:02 +010079 {color: "F2D478", link: "/castaway", text: "About"}
pineafane0283a82022-02-13 10:05:56 +000080 ]}
81 buttonText={"000000"} gradient={["71AFE5", "78ECF2"]}
pineafanff3d4522022-05-06 19:51:02 +010082 url="/castaway"
pineafane0283a82022-02-13 10:05:56 +000083 />
84 <Card
85 wave="hooky" title="Hooky" subtext="Webhook protection for Discord"
pineafanb7c79742022-11-06 18:08:36 +000086 icon={"bots/hooky/circle"}
pineafane0283a82022-02-13 10:05:56 +000087 buttons={[
88 {color: "EDC575", link: "https://discord.com/oauth2/authorize?client_id=752188923505279037&scope=bot&permissions=536882176", text: "Invite"},
pineafanff3d4522022-05-06 19:51:02 +010089 {color: "EDC575", link: "/hooky", text: "About"}
pineafane0283a82022-02-13 10:05:56 +000090 ]}
91 buttonText={"000000"} gradient={["424242", "8D8D8D"]}
pineafanff3d4522022-05-06 19:51:02 +010092 url="/hooky"
pineafane0283a82022-02-13 10:05:56 +000093 />
pineafanb7c79742022-11-06 18:08:36 +000094 <Card
95 title="New projects..." subtext="We're actively working on projects! You can join our Discord to find out more."
96 buttons={[
97 {color: "6576CC", link: "https://discord.gg/bPaNnxe", text:"Join our Discord"}
98 ]}
99 buttonText={"FFFFFF"} border={"C4C4C4"}
100 url="/" overwritePosition={"center"}
101 />
pineafane0283a82022-02-13 10:05:56 +0000102 </CardRow>
103 </Panel>
104 <Panel halfSize={true}>
105 <Title>Code Bases</Title>
106 <Divider />
pineafand94d40e2022-10-23 19:55:29 +0100107 <Text>We release open source projects in a few different places depending on the language and purpose</Text>
pineafane0283a82022-02-13 10:05:56 +0000108 <CardRow>
109 <Card
110 wave="github" title="GitHub" subtext="View our open source projects"
111 icon="web/icons/github"
112 buttons={[
113 {color: "424242", link: "https://github.com/clicksminuteper", text: "Visit"}
114 ]}
115 buttonText={"FFFFFF"} gradient={["FFFFFF", "C4C4C4"]}
pineafanff3d4522022-05-06 19:51:02 +0100116 url="https://github.com/clicksminuteper"
pineafane0283a82022-02-13 10:05:56 +0000117 />
118 <Card
119 wave="pypi" title="PyPi" subtext="View our modules for python"
120 icon="web/icons/pypi"
121 buttons={[
122 {color: "FFC91E", link: "https://pypi.org/user/ClicksMinutePer/", text: "Visit"}
123 ]}
124 buttonText={"000000"} gradient={["2F6490", "3775A8"]}
pineafanff3d4522022-05-06 19:51:02 +0100125 url="https://pypi.org/user/ClicksMinutePer/"
pineafane0283a82022-02-13 10:05:56 +0000126 />
127 </CardRow>
128 </Panel>
129 <Panel halfSize={true}>
130 <Title>Socials</Title>
131 <Divider />
pineafanb7c79742022-11-06 18:08:36 +0000132 <Text>{"We've got Discord, feel free to ask us anything"}</Text>
pineafane0283a82022-02-13 10:05:56 +0000133 <CardRow>
pineafanff3d4522022-05-06 19:51:02 +0100134 <Card
135 wave="discord" title="Discord" subtext="Join our Discord server to talk with the community"
136 icon="web/icons/discord"
137 buttons={[
138 {color: "404EED", link: "https://discord.gg/bPaNnxe", text: "Join"}
139 ]}
140 buttonText={"FFFFFF"} gradient={["404EED", "404EED"]}
141 url="https://discord.gg/bPaNnxe"
142 />
pineafane0283a82022-02-13 10:05:56 +0000143 </CardRow>
144 </Panel>
145 </AutoLayout>
pineafana5ce9102021-09-02 17:21:31 +0100146 </>
Samuel Shuert016ea022021-09-01 16:17:24 -0500147 )
148}