Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated mailto link to [email protected] #82

Open
wants to merge 2 commits into
base: website-2020
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions src/js/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"you've never written a line of code in your life",
"you have ideas you want to make into reality"
],
"deadlines": [
{
"deadlines": [{
"title": "Out of state",
"date": "2019-11-18T23:59:59-08:00"
},
Expand All @@ -26,8 +25,7 @@
}
],
"challenges_intro": "TreeHacks 2020 will be the 6th-ever iteration of TreeHacks. Our theme this year is hacking for the future: addressing deeply impactful problems and building creative, unique solutions. We’ve identified six global and technological challenges that we think have tons of potential for innovation. Across each of these challenges, we’ve scaffolded resources like potential project ideas, data sets, APIs and toolkits, and more to help get you get started. There isn't a strict guideline for what you should work on, but here are some of our focus areas.",
"challenges": [
{
"challenges": [{
"name": "education",
"logo": "svg/challenges/education.svg",
"description": "Systems and styles of education around the world are evolving everyday. The education challenge supports hackers in using technology to democratize access to information and make knowledge accessible across borders and different learning styles."
Expand Down Expand Up @@ -60,8 +58,7 @@
],
"about_intro": "Join us as we build apps, hardware, and community in the California sun!",
"about_body": "Sure, we’ll be hacking for 36 hours straight, but we’ll also take yoga breaks and play laser tag. Whether you’re a seasoned veteran or just getting started, we’ve got your back every step of the way. Don’t forget your sunscreen!",
"projects": [
{
"projects": [{
"title": "Computertop Desk",
"path": "images/projects/computertop_desktop.png",
"url": "https://devpost.com/software/computertop-desk",
Expand Down Expand Up @@ -110,8 +107,7 @@
"description": "Kevin, Lindsey, Arihant and Christina created a web app designed to help inform travellers by visually providing safety information. They used open source data from the CDC, earning them the Best Hack to Make the World More Informed at TreeHacks 2019."
}
],
"faq": [
{
"faq": [{
"q": "What is a hackathon?",
"a": "A hackathon is where you turn your crazy ideas into real projects. We provide hardware, mentors, fun activities, speakers, workshops, food, friends, and so much more. You take care of hacking; we’ll take care of you."
},
Expand Down Expand Up @@ -143,11 +139,11 @@
"textAfter": ", adapted from the Hack Code of Conduct. Every TreeHacks applicant must agree to this Code of Conduct to be considered for admission. TreeHacks is a safe place where everyone is welcome <3."
},
{
"link": "mailto:support@treehacks.com",
"link": "mailto:hello@treehacks.com",
"q": "I have some other question!",
"textBefore": "Email us at ",
"textIn": "[email protected]",
"textAfter": ". We gotchu."
}
]
}
}
2 changes: 1 addition & 1 deletion src/js/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function Sponsors() {
{_makeSponsors('small')}
{_makeSponsors('smallest')}
{_makeSponsors('tiny')}
<a href="mailto:hello@treehacks.com?Subject=Sponsorship%20Interest" className="apply-button">become a sponsor!</a>
<a href="mailto:sponsorship@treehacks.com?Subject=Sponsorship%20Interest" className="apply-button">become a sponsor!</a>
</div>
);
}
Expand Down