diff --git a/pages/busan.js b/pages/busan.js new file mode 100644 index 0000000..6fd25dd --- /dev/null +++ b/pages/busan.js @@ -0,0 +1,906 @@ +import Head from 'next/head' +import { Box, Card, Grid, Heading, Image, Link, Text } from 'theme-ui' + +const schedule = [ + { time: 'March 15 - 11:00 AM', event: 'Doors open' }, + { time: 'March 15 - 12:00 PM', event: 'Opening ceremony' }, + { time: 'March 15 - 12:30 PM', event: 'Lunch' }, + { time: 'March 15 - 01:00 PM', event: 'Start working on your project!' }, + { time: 'March 15 - 02:00 PM', event: 'Workshop 1' }, + { time: 'March 15 - 04:00 PM', event: 'Activity 1' }, + { time: 'March 15 - 04:00 PM', event: 'Workshop 2' }, + { time: 'March 15 - 06:00 PM', event: 'Dinner' }, + { time: 'March 15 - 08:00 PM', event: 'Lightning talks' }, + { time: 'March 15 - 12:00 AM', event: 'Midnight surprise' }, + { time: 'March 16 - 08:00 AM', event: 'Breakfast' }, + { time: 'March 16 - 10:30 AM', event: 'Demos!' }, + { time: 'March 16 - 12:00 PM', event: 'Closing ceremony' } +] + +const Flag = () => ( + + Hack Club flag + +) + +export default function ExampleCity() { + return ( + + + Scrapyard Busan + + + + + Scrapyard + + + + + Build stupid stuff, get stupid prizes. + + + + + + Busan Foreign School + {' '} + - March 15-16 + + + + + Blue paper star + Yellow paper star + Pink paper star + + + + + SIGN UP + + + + + + + + + + + + + + What's Scrapyard Busan? + +

+ Scrapyard Busan is a hackathon for high schoolers happening in + Busan, where you can make the stupidest things you can think of! + Anything, from a{' '} + + lamp that flashes faster the slower you type + + , to those ideas that you wouldn't dare to consider to be useful, + goes at Scrapyard. No matter your experience, Scrapyard Busan + needs you and your scrappy ideas! +

+
+
+ + + + + + + + + + +
+ + + + + + + WHAT'S HAPPENING AT SCRAPYARD BUSAN? + + + + Scrapyard Busan is a 24-hour event - HERE'S THE ROUGH SCHEDULE! + + + {schedule.map((item, i) => ( +
+ + {item.event} + + +

{item.time}

+
+ ))} +
+
+ + + + + HOW TO FIND US? + + + + BUSAN FOREIGN SCHOOL, 부산광역시 해운대구 대천로67번길 45 우편번호 + 48084 + + + +
+ + + {' '} +
+
+ + + + OUR SPONSORS + +

+ Without their support, Scrapyard Busan wouldn't be possible. +

+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Frequently Asked Questions + + + + {Object.entries({ + 'Who can participate in Scrapyard?': ( + <> + All high-school aged students are welcome + to come! You don't have to be a member of the Hack Club + community or be a Hack Club leader. + + ), + 'All this, for free?': ( + <> + Yep! Food, swag and good vibes are all included. + + ), + 'What do I need?': ( + <> + Your laptop, chargers, and an open mind! Bring toiletries and sleeping bags too. + Additionally, if you plan to work on a hardware project, bring + the tools you'll need. + + ), + 'I’m not good at coding. Can I still participate?': ( + <> + This hackathon is for creatives of all skill levels! We'll have + workshops and other events so join us and let's learn together. + If you'd like to start exploring some introductory projects, + check out Hack Club Workshops. + + ), + 'What can I make at Scrapyard?': ( + <> + The scrappiest thing you can imagine –- jank is encouraged. + Games? Apps? Websites? Programming languages? Hardware?{' '} + You name it! We’ll have a bunch of resources and mentors to help + you out. + + ), + 'What has Hack Club done before?': ( + <> + Hack Club has run an{' '} + + overnight hackathon + {' '} + in San Francisco, a{' '} + + Game Jam + {' '} + across 50 cities, a hackathon on a{' '} + + Train + {' '} + from Vermont to Los Angeles, and much more! + + ), + 'What if my parents are concerned?': ( + <> + We’re here to help! Our parents guide will be released soon, but + they can reach out to us at{' '} + + scrapyardbusan@bfs.or.kr + {' '} + for questions. + + ), + 'What if I have more questions?': ( + <> + Contact us! Feel free to reach out to us in the #scrapyard-busan + channel on the Hack Club slack or email us at{' '} + + scrapyardbusan@bfs.or.kr + + . + + ) + }).map(([question, answer], i) => { + return ( + + + {question} + + + + {answer} + + + ) + })} + + + + + SIGN UP FOR SCRAPYARD BUSAN + + + + + Scrapyard + + + + Made with ♡ by teenagers, for teenagers at Hack Club + + + Hack Club{' '} + {' '} + Slack{' '} + {' '} + Clubs{' '} + {' '} + Hackathons + + +
+ ) +} diff --git a/public/city/busan/Big Logo.png b/public/city/busan/Big Logo.png new file mode 100644 index 0000000..4af61a3 Binary files /dev/null and b/public/city/busan/Big Logo.png differ diff --git a/public/city/busan/sponsors/algoverse.png b/public/city/busan/sponsors/algoverse.png new file mode 100644 index 0000000..8ca507c Binary files /dev/null and b/public/city/busan/sponsors/algoverse.png differ diff --git a/public/city/busan/sponsors/bfs.png b/public/city/busan/sponsors/bfs.png new file mode 100644 index 0000000..5eda221 Binary files /dev/null and b/public/city/busan/sponsors/bfs.png differ diff --git a/public/city/busan/sponsors/hackclub.png b/public/city/busan/sponsors/hackclub.png new file mode 100644 index 0000000..a7bc5e2 Binary files /dev/null and b/public/city/busan/sponsors/hackclub.png differ diff --git a/public/city/busan/sponsors/tk.png b/public/city/busan/sponsors/tk.png new file mode 100644 index 0000000..bc1236c Binary files /dev/null and b/public/city/busan/sponsors/tk.png differ