From 5385ea4707344952544498c5d6566410e954a462 Mon Sep 17 00:00:00 2001 From: Nathan <70660308+notaroomba@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:36:14 -0500 Subject: [PATCH] Add flavorless (#1809) flavorless Co-authored-by: Echo --- components/index/cards/flavorless.js | 89 ++++++++++++++++++++++++++++ lib/carousel.json | 9 +++ pages/index.js | 2 + 3 files changed, 100 insertions(+) create mode 100644 components/index/cards/flavorless.js diff --git a/components/index/cards/flavorless.js b/components/index/cards/flavorless.js new file mode 100644 index 00000000..9a81acaa --- /dev/null +++ b/components/index/cards/flavorless.js @@ -0,0 +1,89 @@ +import CardModel from './card-model' +import { Box, Flex, Grid, Image, Text } from 'theme-ui' + +/** @jsxImportSource theme-ui */ + +export default function Flavorless() { + return ( + + + + + flavorless + + + + design the most functionally unstyled website you can imagine! + javascript allowed, css forbidden. + + + + + + + + + flavorless logo + + + + + ) +} diff --git a/lib/carousel.json b/lib/carousel.json index 5d486fa3..c9744a96 100644 --- a/lib/carousel.json +++ b/lib/carousel.json @@ -34,6 +34,15 @@ "link": "https://flagship.hackclub.com/?utm_source=c-carousel", "tag": "Game Jam" }, + { + "background": "white", + "titleColor": "black", + "descriptionColor": "black", + "title": "flavorless", + "description": "design the most functionally unstyled website you can imagine! javascript allowed, css forbidden.", + "img": "https://raw.githubusercontent.com/hackclub/flavorless/refs/heads/main/logo.png", + "link": "https://flavorless.hackclub.com/?utm_source=site-carousel" + }, { "background": "#C76B0F", "titleColor": "#F6D193", diff --git a/pages/index.js b/pages/index.js index d64c791a..8a1df841 100644 --- a/pages/index.js +++ b/pages/index.js @@ -43,6 +43,7 @@ import Blueprint from '../components/index/cards/blueprint' import CampfireFlagship from '../components/index/cards/campfire-flagship' import Milkyway from '../components/index/cards/milkyway' import Flavortown from '../components/index/cards/flavortown' +import Flavorless from '../components/index/cards/flavorless' import Aces from '../components/index/cards/aces' import CTAS from '../components/index/ctas' /** @jsxImportSource theme-ui */ @@ -861,6 +862,7 @@ function Page({ +