diff --git a/.env.development b/.env.development index 20bf348a0..9ac15d6e2 100644 --- a/.env.development +++ b/.env.development @@ -3,8 +3,8 @@ REACT_APP_NHOST_VERSION=v1 REACT_APP_NHOST_ENDPOINT=graphql REACT_APP_PLAY_WEB_SVC=https://api.reactplay.io/.netlify/functions/server DISABLE_ESLINT_PLUGIN=true -REACT_APP_ACTIVITIES_ON=false -REACT_APP_ACTIVITY_ID=2playsamonth +REACT_APP_ACTIVITIES_ON=true +REACT_APP_ACTIVITY_ID=hackrplay REACT_APP_DADJOKES_URL=https://jokeapi-v2.p.rapidapi.com/joke/ REACT_APP_DADJOKES_APIKEY='b71df95c75msha446fab91d0e935p1d0262jsn1d938cb85502' REACT_APP_DADJOKES_APIHOST='jokeapi-v2.p.rapidapi.com' \ No newline at end of file diff --git a/public/sponsors-partners/bugfender.png b/public/sponsors-partners/bugfender.png new file mode 100755 index 000000000..30e1d96cf Binary files /dev/null and b/public/sponsors-partners/bugfender.png differ diff --git a/src/common/activities/activitiesConfig.js b/src/common/activities/activitiesConfig.js index e0546ee3f..0bcb2b543 100644 --- a/src/common/activities/activitiesConfig.js +++ b/src/common/activities/activitiesConfig.js @@ -1,11 +1,11 @@ export const activities = [ { id: 'hackrplay', - name: 'HACK-R-PLAY', + name: 'HACK-R-PLAY 2.0', subtitle: 'Developers and Hacking are inseparable!', description: - 'ReactPlay brings you the opportunity to take part in the Hackathon and learn from it. Showcase your mindblowing ideas, build projects, and create content - there are also chances to win exciting prizes.', - logo: './hackathon/Logo.png', + 'ReactPlay brings you the opportunity to take part in the Hackathon and learn from it. Showcase your mindblowing ideas, collaborate, and build projects - there are also chances to win exciting prizes.', + logo: './hackathon/Logo.svg', heroImage: './hackathon/img-hero-coders.png' }, { diff --git a/src/common/activities/hackathon/Logo.svg b/src/common/activities/hackathon/Logo.svg new file mode 100644 index 000000000..a111691c0 --- /dev/null +++ b/src/common/activities/hackathon/Logo.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/common/header/Header.jsx b/src/common/header/Header.jsx index 072714623..09863a000 100644 --- a/src/common/header/Header.jsx +++ b/src/common/header/Header.jsx @@ -58,12 +58,8 @@ const Header = () => { const Completionist = () => (
- #2PlaysAMonth event has been started 🚀.{' '} - + Hack-R-Play 2.0 registration has been started 🚀.{' '} + See the Launch Video
diff --git a/src/common/home/Sponsors.jsx b/src/common/home/Sponsors.jsx index 5f88613bb..a34841f0d 100644 --- a/src/common/home/Sponsors.jsx +++ b/src/common/home/Sponsors.jsx @@ -13,6 +13,11 @@ const Sponsors = () => { name: 'stackstream', website: 'https://stack-stream.com', logo: '/sponsors-partners/stackstream.png' + }, + { + name: 'Bugfender', + website: 'https://bugfender.com', + logo: '/sponsors-partners/bugfender.png' } ]; const eventPartners = [