From 16ccb9eeabb8dd03fbef821070d0977f96655426 Mon Sep 17 00:00:00 2001 From: Thomas Stubblefield <95105859+SerenityUX@users.noreply.github.com> Date: Thu, 15 May 2025 09:56:05 -0700 Subject: [PATCH] Revert "Added Neighborhood Card" (#1510) Revert "Added Neighborhood Card (#1508)" This reverts commit b7aba2263fe52028920c5df410aa69b201de3202. --- components/index/cards/neighborhood.js | 162 ------------------------- pages/index.js | 6 +- public/home/neighborhood-bg.mp4 | Bin 639067 -> 0 bytes public/home/neighborhood-logo.png | Bin 334428 -> 0 bytes 4 files changed, 3 insertions(+), 165 deletions(-) delete mode 100644 components/index/cards/neighborhood.js delete mode 100644 public/home/neighborhood-bg.mp4 delete mode 100644 public/home/neighborhood-logo.png diff --git a/components/index/cards/neighborhood.js b/components/index/cards/neighborhood.js deleted file mode 100644 index 7a20519b..00000000 --- a/components/index/cards/neighborhood.js +++ /dev/null @@ -1,162 +0,0 @@ -import CardModel from './card-model' -import { Box, Flex, Grid, Image, Text } from 'theme-ui' -import Buttons from './button' - -/** @jsxImportSource theme-ui */ - -export default function Neighborhood() { - return ( - - {/* Background video without overlay */} - - - Your browser does not support the video tag. - - - {/* Logo image */} - Neighborhood - - - - - Hack Club’s Neighborhood is a summer program for coders aged 18 or younger who build a new open-source project, track 100 hours with Hackatime, and earn a stay in San Francisco with flight, housing, and groceries covered. - - - - Learn more - - - Apply now - - - - - - - The program includes: - - - • 100 hours of coding = free trip to SF
- • Open to participants 18 and under
- • Flight, housing, food included
- • Connect with teen hackers -
-
-
-
-
- ) -} diff --git a/pages/index.js b/pages/index.js index d18b94c2..95acca6f 100644 --- a/pages/index.js +++ b/pages/index.js @@ -41,7 +41,6 @@ import Haxidraw from '../components/index/cards/haxidraw' import Onboard from '../components/index/cards/onboard' import Trail from '../components/index/cards/trail' import Scrapyard from '../components/index/cards/scrapyard' -import Neighborhood from '../components/index/cards/neighborhood' /** @jsxImportSource theme-ui */ function Page({ @@ -288,7 +287,7 @@ function Page({