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