diff --git a/content/about.mdx b/content/about.mdx deleted file mode 100644 index d66bded..0000000 --- a/content/about.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -order: "0" -title: "About" ---- - -# About - -## The College Hackathon - -In the context of a hackathon, the word "hack" is used to describe how multiple technologies can be used together in a new and innovative way. Teams of up to four people spend the weekend working on innovative software and hardware solutions to real-world problems. These projects range in platform and application, including elements of web development, mobile applications, drones, and more. However, many times the most important aspect of a hackathon are the community it generates and skills that inexperienced hackers walk away with. - -## The PennApps Difference - -Founded in the fall of 2009, PennApps was the nation's first student-run college hackathon. Since then, it has spurred a revolution in the way engineering students develop and showcase their skills, spawning an entire "league" of hackathons across the nation. In the past years, over a thousand students from the U.S. and other countries like Switzerland, Canada, England, India and Singapore have converged in Philadelphia for a weekend of creation and discovery. Both beginners and experts alike will work together, learn and compete to become better engineers. This year, PennApps is expanding its focus on learning by emphasizing the collaboration of new and experienced hackers and providing more learning opportunities and workshops throughout the weekend. - -## Campus Ambassadors - -At the start of every cycle, we ask the PennApps family if they would like to be a campus ambassador for PennApps. What this entails is spreading the word about PennApps at your local school, college or university. Campus ambassadors are an important part of the PennApps community and receive custom swag and perks at and before the event. Campus ambassadors have been announced. diff --git a/content/apply.mdx b/content/apply.mdx deleted file mode 100644 index f225147..0000000 --- a/content/apply.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -order: "1" -title: "Apply" ---- - -# Apply - -## The Application Process - -Thousands of qualified candidates apply to participate in PennApps every year, however our space can only support a limited number of participants and as much as we'd like to take everyone, it just isn't possible. We think that the fairest way to decide who we invite is by asking everyone to tell us a little bit about themselves, so that we can invite people who have demonstrated interest and skill. - -We don't expect everyone to have been to a hackathon before, in fact, we love first-time hackers having been there ourselves when we started! We're just trying to bring those who most want to really build something awesome and learn something new, and while we can't invite everyone, we're striving to continue building a community of diverse and amazing hackers at PennApps. Just show us what you've made, tell us about why you want to be at PennApps, and we'll do our best to get you here! - -Applications are currently open at [apply.pennapps.com](http://apply.pennapps.com/). diff --git a/src/components/About.js b/src/components/About.js index 5c3fafa..d1ae6a0 100644 --- a/src/components/About.js +++ b/src/components/About.js @@ -1,7 +1,7 @@ import * as React from 'react' import aboutTitle from '../images/about.svg'; -const About = ({content}) => { +const About = () => { return (