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({