Samuel Shuert | 016ea02 | 2021-09-01 16:17:24 -0500 | [diff] [blame] | 1 | import Head from 'next/head' |
| 2 | import Image from 'next/image' |
| 3 | import styles from '../styles/Home.module.css' |
| 4 | import Card from '../Components/Card' |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 5 | import CardRow from '../Components/CardRow' |
| 6 | import Header from '../Components/Header' |
| 7 | import AutoSpacing from '../Components/AutoSpacing' |
| 8 | import SectionHeading from '../Components/SectionHeading' |
Samuel Shuert | 016ea02 | 2021-09-01 16:17:24 -0500 | [diff] [blame] | 9 | |
| 10 | export default function Home() { |
| 11 | return ( |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 12 | <> |
| 13 | <Header |
| 14 | name="Clicks Minute Per" |
| 15 | subtext="We do cool stuff" |
| 16 | gradient={["6576CC", "4B5899"]} |
| 17 | wave="Main" |
| 18 | buttons={[]} |
| 19 | /> |
| 20 | <AutoSpacing |
| 21 | elements={[ |
| 22 | <SectionHeading title="Projects" />, |
| 23 | <CardRow tiles={[ |
| 24 | <Card |
| 25 | wave="GS" title="GPS" subtext="Cards Against Humanity on Discord" |
| 26 | buttons={[ |
Samuel Shuert | 52f3777 | 2021-09-02 12:29:40 -0500 | [diff] [blame] | 27 | {color: "6576CC", link: "https://discordapp.com/oauth2/authorize?client_id=679361555732627476&scope=bot&permissions=130048", text: "Invite"}, |
| 28 | {color: "6576CC", link: "/gps", text: "About"} |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 29 | ]} |
| 30 | buttonText={"FFFFFF"} gradient={["78ECF2", "71AFE5"]} |
| 31 | />, |
| 32 | <Card |
| 33 | wave="RM" title="RSM" subtext="Moderation Redefined" |
| 34 | buttons={[ |
Samuel Shuert | 52f3777 | 2021-09-02 12:29:40 -0500 | [diff] [blame] | 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"} |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 37 | ]} |
| 38 | buttonText={"FFFFFF"} gradient={["F27878", "D96B6B"]} |
| 39 | />, |
| 40 | <Card |
| 41 | wave="CF" title="ClicksForms" subtext="Create custom forms for Discord" |
| 42 | buttons={[ |
Samuel Shuert | 52f3777 | 2021-09-02 12:29:40 -0500 | [diff] [blame] | 43 | {color: "775EBF", link: "https://clicksminuteper.github.io/docs/clicksforms", text:"API", newTab: true}, |
| 44 | {color: "775EBF", link: "https://discord.com/api/oauth2/authorize?client_id=805392054678192169&permissions=2416307200&scope=bot%20applications.commands",text:"Invite"}, |
| 45 | {color: "775EBF", link: "/clicksforms", text: "About"} |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 46 | ]} |
| 47 | buttonText={"FFFFFF"} gradient={["71AFE5", "6576CC"]} |
| 48 | />, |
| 49 | <Card |
| 50 | wave="CA" title="Castaway" subtext="Stranded on Discord" |
Samuel Shuert | 52f3777 | 2021-09-02 12:29:40 -0500 | [diff] [blame] | 51 | buttons={[ |
| 52 | {color: "F2D478", link: "/", text: "Invite"}, |
| 53 | {color: "F2D478", link: "/castaway", text: "About"} |
| 54 | ]} |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 55 | buttonText={"000000"} gradient={["71AFE5", "78ECF2"]} |
| 56 | />, |
| 57 | <Card |
| 58 | wave="HY" title="Hooky" subtext="Webhook protection for Discord" |
Samuel Shuert | 52f3777 | 2021-09-02 12:29:40 -0500 | [diff] [blame] | 59 | buttons={[ |
| 60 | {color: "EDC575", link: "/", text: "Invite"}, |
| 61 | {color: "EDC575", link: "/hooky", text: "About"} |
| 62 | ]} |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 63 | buttonText={"000000"} gradient={["424242", "8D8D8D"]} |
| 64 | />, |
| 65 | <Card |
| 66 | wave="CL" title="Clcks" subtext="Clicks Minute Per web apps" |
Samuel Shuert | 52f3777 | 2021-09-02 12:29:40 -0500 | [diff] [blame] | 67 | buttons={[ |
| 68 | {color: "78ECF2", link: "https://clcks.dev", text: "View Apps" |
| 69 | }]} |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 70 | buttonText={"000000"} gradient={["C4C4C4", "8D8D8D"]} |
| 71 | /> |
| 72 | ]} |
| 73 | />, |
| 74 | <SectionHeading title="Code Bases" />, |
| 75 | <CardRow tiles={[ |
| 76 | <Card |
| 77 | wave="GH" title="GitHub" subtext="View our open source projects" |
| 78 | buttons={[ |
| 79 | {color: "424242", link: "https://github.com/clicksminuteper", text: "Visit"} |
Samuel Shuert | 52f3777 | 2021-09-02 12:29:40 -0500 | [diff] [blame] | 80 | ]} |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 81 | buttonText={"FFFFFF"} gradient={["FFFFFF", "C4C4C4"]} |
| 82 | />, |
| 83 | <Card |
| 84 | wave="PY" title="PyPi" subtext="View our modules for python" |
| 85 | buttons={[ |
| 86 | {color: "FFC91E", link: "https://pypi.org/user/ClicksMinutePer/", text: "Visit"} |
Samuel Shuert | 52f3777 | 2021-09-02 12:29:40 -0500 | [diff] [blame] | 87 | ]} |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 88 | buttonText={"000000"} gradient={["2F6490", "3775A8"]} |
| 89 | /> |
| 90 | ]}/>, |
| 91 | <SectionHeading title="Socials" />, |
| 92 | <CardRow tiles={[ |
| 93 | <Card |
| 94 | wave="DS" title="Discord" subtext="Join our Discord server to talk with the community" |
| 95 | buttons={[ |
| 96 | {color: "424242", link: "https://discord.gg/bPaNnxe", text: "Join"} |
Samuel Shuert | 52f3777 | 2021-09-02 12:29:40 -0500 | [diff] [blame] | 97 | ]} |
pineafan | a5ce910 | 2021-09-02 17:21:31 +0100 | [diff] [blame] | 98 | buttonText={"FFFFFF"} gradient={["404EED", "404EED"]} |
| 99 | /> |
| 100 | ]} |
| 101 | /> |
| 102 | ]}/> |
| 103 | </> |
Samuel Shuert | 016ea02 | 2021-09-01 16:17:24 -0500 | [diff] [blame] | 104 | ) |
| 105 | } |