diff --git a/next.config.js b/next.config.js index eef03913..c3401574 100755 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,9 @@ module.exports = withMDX({ 'hackclub.com', 'dl.airtable.com', 'emoji.slack-edge.com', - 'cdn.glitch.com' + 'cdn.glitch.com', + 'github.com', + 'localhost' ] }, webpack: (config, { isServer }) => { diff --git a/pages/index.js b/pages/index.js index f9a70329..34327d85 100644 --- a/pages/index.js +++ b/pages/index.js @@ -192,7 +192,7 @@ const Page = () => ( The rundown - High school clubs for{' '} + Teen clubs for the {' '} ( bg: 'rgb(255, 212, 64)' }} > - creative coding + joy of code . - Hack Clubs at high schools meet weekly (this year, via Zoom), - typically for 1.5hrs after school. As a club leader, you get members - (mostly beginners) started on something to learn/create, then members - work at their own pace, building websites, apps, & games, and - presenting them at the end. + Hack Clubs typically meet for 1.5 hours each week in high schools, + makerspaces, community centers, churches, and any other venue + where teenagers can gather. Each club is unique but a typical meeting + would look like: ( - A group of students—many beginners—gather to start coding. + A group of teens, many beginners, gather to start coding. The leader (that’s you!) presents for a few minutes, getting the group started building something new. @@ -257,7 +256,7 @@ const Page = () => ( Everyone gets hacking, individually. Not hacking - bank accounts—being creative & making something awesome with code. + bank accounts, being creative and making something awesome. 3 @@ -312,11 +311,10 @@ const Page = () => ( }} > diff --git a/public/golden-train.png b/public/golden-train.png new file mode 100644 index 00000000..9a8ad602 Binary files /dev/null and b/public/golden-train.png differ diff --git a/public/train_starry_night.png b/public/train_starry_night.png new file mode 100644 index 00000000..6355eca7 Binary files /dev/null and b/public/train_starry_night.png differ