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 | |
| 5 | export default function Home() { |
| 6 | return ( |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 7 | <> |
| 8 | <Header |
| 9 | name="Clicks Minute Per" |
pineafan | d494b85 | 2021-09-03 19:49:49 +0100 | [diff] [blame] | 10 | subtext="Custom Made Programs" |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 11 | gradient={["6576CC", "4B5899"]} |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 12 | wave="web/waves/header/cmp" |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 13 | buttons={[]} |
| 14 | /> |
Samuel Shuert | 604e31d | 2021-09-02 16:06:20 -0500 | [diff] [blame] | 15 | <p id="start" /> |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 16 | <AutoLayout> |
| 17 | <Panel halfSize={false}> |
| 18 | <Title>Projects</Title> |
| 19 | <Divider /> |
| 20 | <CardRow> |
| 21 | <Card |
| 22 | wave="gps" title="GPS" subtext="Cards Against Humanity on Discord" |
| 23 | icon="bots/gps/circle" |
| 24 | buttons={[ |
| 25 | {color: "6576CC", link: "https://discordapp.com/oauth2/authorize?client_id=679361555732627476&scope=bot&permissions=130048", text: "Invite"}, |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 26 | ]} |
| 27 | buttonText={"FFFFFF"} gradient={["78ECF2", "71AFE5"]} |
| 28 | /> |
| 29 | <Card |
| 30 | wave="rsm" title="RSM" subtext="Moderation Redefined" |
| 31 | icon="bots/rsm/circle" |
| 32 | buttons={[ |
| 33 | {color: "424242", link: "https://discord.com/api/oauth2/authorize?client_id=715989276382462053&permissions=121295465718&scope=bot%20applications.commands",text:"Invite"}, |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 34 | ]} |
| 35 | buttonText={"FFFFFF"} gradient={["F27878", "D96B6B"]} |
| 36 | /> |
| 37 | <Card |
| 38 | wave="clicksforms" title="ClicksForms" subtext="Create custom forms for Discord" |
| 39 | icon="bots/clicksforms/circle" |
| 40 | buttons={[ |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 41 | {color: "775EBF", link: "https://discord.com/api/oauth2/authorize?client_id=805392054678192169&permissions=2416307200&scope=bot%20applications.commands",text:"Invite"}, |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 42 | ]} |
| 43 | buttonText={"FFFFFF"} gradient={["71AFE5", "6576CC"]} |
| 44 | /> |
| 45 | <Card |
| 46 | wave="castaway" title="Castaway" subtext="Stranded on Discord" |
| 47 | icon="bots/castaway/circle" |
| 48 | buttons={[ |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 49 | ]} |
| 50 | buttonText={"000000"} gradient={["71AFE5", "78ECF2"]} |
| 51 | /> |
| 52 | <Card |
| 53 | wave="hooky" title="Hooky" subtext="Webhook protection for Discord" |
| 54 | icon="bots/hooky/circle" |
| 55 | buttons={[ |
| 56 | {color: "EDC575", link: "https://discord.com/oauth2/authorize?client_id=752188923505279037&scope=bot&permissions=536882176", text: "Invite"}, |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 57 | ]} |
| 58 | buttonText={"000000"} gradient={["424242", "8D8D8D"]} |
| 59 | /> |
| 60 | <Card |
| 61 | wave="clcks" title="Clcks" subtext="Clicks Minute Per web apps" |
| 62 | icon="web/icons/clcks" |
| 63 | buttons={[ |
pineafan | 5b612d9 | 2022-02-17 19:22:50 +0000 | [diff] [blame^] | 64 | ]} |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 65 | buttonText={"000000"} gradient={["C4C4C4", "8D8D8D"]} |
| 66 | /> |
| 67 | </CardRow> |
| 68 | </Panel> |
| 69 | <Panel halfSize={true}> |
| 70 | <Title>Code Bases</Title> |
| 71 | <Divider /> |
| 72 | <Text>View any open source projects by Clicks on the following sites:</Text> |
| 73 | <CardRow> |
| 74 | <Card |
| 75 | wave="github" title="GitHub" subtext="View our open source projects" |
| 76 | icon="web/icons/github" |
| 77 | buttons={[ |
| 78 | {color: "424242", link: "https://github.com/clicksminuteper", text: "Visit"} |
| 79 | ]} |
| 80 | buttonText={"FFFFFF"} gradient={["FFFFFF", "C4C4C4"]} |
| 81 | /> |
| 82 | <Card |
| 83 | wave="pypi" title="PyPi" subtext="View our modules for python" |
| 84 | icon="web/icons/pypi" |
| 85 | buttons={[ |
| 86 | {color: "FFC91E", link: "https://pypi.org/user/ClicksMinutePer/", text: "Visit"} |
| 87 | ]} |
| 88 | buttonText={"000000"} gradient={["2F6490", "3775A8"]} |
| 89 | /> |
| 90 | </CardRow> |
| 91 | </Panel> |
| 92 | <Panel halfSize={true}> |
| 93 | <Title>Socials</Title> |
| 94 | <Divider /> |
| 95 | <Text>Talk to us and ask us anything!</Text> |
| 96 | <CardRow> |
pineafan | aed3024 | 2021-09-04 09:33:40 +0100 | [diff] [blame] | 97 | <Card |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 98 | wave="discord" title="Discord" subtext="Join our Discord server to talk with the community" |
| 99 | icon="web/icons/discord" |
pineafan | aed3024 | 2021-09-04 09:33:40 +0100 | [diff] [blame] | 100 | buttons={[ |
pineafan | a841c76 | 2021-11-14 21:21:04 +0000 | [diff] [blame] | 101 | {color: "404EED", link: "https://discord.gg/bPaNnxe", text: "Join"} |
pineafan | aed3024 | 2021-09-04 09:33:40 +0100 | [diff] [blame] | 102 | ]} |
| 103 | buttonText={"FFFFFF"} gradient={["404EED", "404EED"]} |
| 104 | /> |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 105 | </CardRow> |
| 106 | </Panel> |
| 107 | </AutoLayout> |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 108 | </> |
Samuel Shuert | 016ea02 | 2021-09-01 16:17:24 -0500 | [diff] [blame] | 109 | ) |
| 110 | } |