diff --git a/components/index/cards/flavortown.js b/components/index/cards/flavortown.js new file mode 100644 index 000000000..21c9303ac --- /dev/null +++ b/components/index/cards/flavortown.js @@ -0,0 +1,109 @@ +import CardModel from './card-model' +import { Box, Flex, Grid, Image, Text } from 'theme-ui' +import Buttons from './button' + +/** @jsxImportSource theme-ui */ + +export default function Flavortown() { + return ( + + + + Flavortown Text Logo + + + Make a website, game, hardware project, or anything your heart + desires, share your project for others to experience and to get + cookies - our virtual currency, and exchange your cookies for iPads, + MacBooks, Raspberry Pis and so many more things - all for free! + + + Start Cooking + + + + + + Flavortown Logo + Flavortown Sticker + + + + + ) +} diff --git a/lib/cta.json b/lib/cta.json index e7526937c..09d370409 100644 --- a/lib/cta.json +++ b/lib/cta.json @@ -1,4 +1,5 @@ -[{ +[ + { "title": "Blueprint", "logo": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/c06427309a3db7299065c0a41f1e8cc70531f0a9_blueprint.png", "background": "#0e305b", @@ -10,16 +11,6 @@ "buttonColor": "rgb(50, 70, 110)", "link": "https://blueprint.hackclub.com/?utm_source=cta" }, - { - "title": "Moonshot", - "logo": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/bb539d76681c26f45247d69cdab86d9d863a1a95_image_105.png", - "background": "#4d5c85", - "description": "4-day hackathon in Orlando, Florida w/ a FREE visit to NASA and Universal Studios!", - "descriptionColor": "white", - "buttonText": "JOIN", - "buttonColor": "rgb(50, 70, 110)", - "link": "https://moonshot.hackclub.com/?t=web" - }, { "title": "Midnight", "logo": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/b2f4135894a031a645b0079c66c8a54069c472ed_image.png", @@ -30,5 +21,16 @@ "buttonText": "RSVP", "buttonColor": "#F24B4B", "link": "https://midnight.hackclub.com" + }, + { + "title": "Flavortown", + "logo": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/78c8f69432a9421d_flavortown-logo.png", + "background": "#7B4942", + "stickerImage": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/0256e44f53eb79e4_logo-b28e0e8b.avif", + "description": "Cook tasty personal projects, win free prizes!", + "descriptionColor": "white", + "buttonText": "JOIN NOW", + "buttonColor": "#AD7858", + "link": "https://flavortown.hackclub.com/?ref=site-0" } -] +] \ No newline at end of file diff --git a/package.json b/package.json index b8562f303..c3dce42d6 100644 --- a/package.json +++ b/package.json @@ -110,4 +110,4 @@ "typescript": "^5.8.2" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" -} +} \ No newline at end of file diff --git a/pages/index.js b/pages/index.js index 86712c019..125c0a847 100644 --- a/pages/index.js +++ b/pages/index.js @@ -43,6 +43,7 @@ import Onboard from '../components/index/cards/onboard' import Blueprint from '../components/index/cards/blueprint' import Moonshot from '../components/index/cards/moonshot' import Milkyway from '../components/index/cards/milkyway' +import Flavortown from '../components/index/cards/flavortown' import Aces from '../components/index/cards/aces' import Highway from '../components/index/cards/highway' import Shipwrecked from '../components/index/cards/shipwrecked' @@ -412,7 +413,8 @@ function Page({ marginBottom: 'auto', alignSelf: 'center', color: 'white', - textShadow: 'rgba(0, 0, 0, 1) 0 0 10px, rgba(0, 0, 0, 1) 0 0 10px, rgba(0, 0, 0, 0.5) 0 0 10px' + textShadow: + 'rgba(0, 0, 0, 1) 0 0 10px, rgba(0, 0, 0, 1) 0 0 10px, rgba(0, 0, 0, 0.5) 0 0 10px' }} > Or, check out our programs: @@ -436,7 +438,7 @@ function Page({ fontSize: [1, '16px', '18px'], backdropFilter: 'blur(2px)', fontWeight: 'normal', - zIndex: 999, + zIndex: 999 }} as="a" href="#spotlight" @@ -834,8 +836,9 @@ function Page({ and make things together! - - + + +