diff --git a/components/hackathons/features/money.js b/components/hackathons/features/money.js index 41a64b60..d2e32221 100644 --- a/components/hackathons/features/money.js +++ b/components/hackathons/features/money.js @@ -28,7 +28,6 @@ const Content = () => ( }} > - {/* https://www.firstinspires.org/sites/default/files/uploads/resource_library/brand/first-brand-guidelines-2020.pdf */} Hack Club Bank
( const Static = ({ // screenshot of messages from #hackathon-organizers - img = 'https://cloud-re5hkabx0.vercel.app/2020-07-25_hn13qhejqrzu4n1jy9yacxxgrgp3wf5u.png' + img = 'https://cloud-8611bon87-hack-club-bot.vercel.app/0screen_shot_2022-08-05_at_2.27.38_pm.png' }) => ( - t.util.gx('green', 'blue'), - // backgroundImage: - // 'url(https://cloud-d86slt0pv-hack-club-bot.vercel.app/0dsc_1269.jpg)', - objectFit: 'cover' - }} - > - - Want to organize a hackathon? - - This semester, Hack Club is providing the tools and resources to high - schoolers around the world to bring the magic of hackathons to their - lcoal communities. - - - - - {/* - - */} - - - ) -} diff --git a/components/hackathons/overview.js b/components/hackathons/overview.js index c9305e4b..7b4262fc 100644 --- a/components/hackathons/overview.js +++ b/components/hackathons/overview.js @@ -1,6 +1,5 @@ import { Box, Heading, Container, Text, Grid, Flex } from 'theme-ui' import Photo from '../photo' -import Link from 'next/link' export default function Overview() { return ( @@ -42,7 +41,7 @@ export default function Overview() { We're at our best when we're making. {' '} - Hack Club is a world wide community of thousands of high school + Hack Club is a global community of thousands of high school makers. We're organizers, coders, hackers, painters, engineers, musicians, writers, volunteers. We make things. We want others to make things too. diff --git a/components/hackathons/playground.mdx b/components/hackathons/playground.mdx deleted file mode 100644 index afd67e2f..00000000 --- a/components/hackathons/playground.mdx +++ /dev/null @@ -1,21 +0,0 @@ -## Coding is a superpower - -## Start building - -The best way to learn is by building. A hackathon is a space that helps give makers everything they need to start building–mentors, collaborators, inspiration, and a goal to work towards. Hackers will leave a hackathon with a project of their own, ready and excited to keep hacking once they get home. - -## Burn twice as bright - -Immediacy and Impermanence - -## Learn to build, build to learn - -The best way to learn is by building - -## Sandbox - -Some challenges are hard to solve. - -## More friends, more fun - -Hack Club is a world wide community of thousands of high school makers. We're organizers, coders, hackers, painters, engineers, musicians, writers, volunteers. We make things. We want others to make things too. diff --git a/components/hackathons/scrolling-hackathons.js b/components/hackathons/scrolling-hackathons.js index 861d0e0d..c5243b3b 100644 --- a/components/hackathons/scrolling-hackathons.js +++ b/components/hackathons/scrolling-hackathons.js @@ -1,9 +1,7 @@ import Ticker from 'react-ticker' import { - Avatar, Box, Card, - Message, Text, Heading, Badge, @@ -11,11 +9,10 @@ import { Image, Link } from 'theme-ui' -// import Image from 'next/image' import { keyframes } from '@emotion/react' import Tilt from '../tilt' import NextLink from 'next/link' -import { humanizedDateRange, formatAddress, timeSince } from '../../lib/helpers' +import { humanizedDateRange, formatAddress } from '../../lib/helpers' export default function ScrollingHackathons({ eventData }) { return ( @@ -80,7 +77,6 @@ function Dot() { } function EventCard({ - id, name, website, start, @@ -89,7 +85,6 @@ function EventCard({ state, country, countryCode, - mlhAssociated, banner, logo, virtual,