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

Enabling Hack-R-PLay event banner for the Hackathon #1223

Merged
merged 4 commits into from
Jul 21, 2023
Merged
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
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Binary file added public/sponsors-partners/bugfender.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/common/activities/activitiesConfig.js
Original file line number Diff line number Diff line change
@@ -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'
},
{
Expand Down
13 changes: 13 additions & 0 deletions src/common/activities/hackathon/Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions src/common/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ const Header = () => {

const Completionist = () => (
<div className="activity-timer-banner">
#2PlaysAMonth event has been started 🚀.{' '}
<a
className="event-link"
href="https://www.stack-stream.com/case/reactplay-2playsamonth-event-launch"
target="_blank"
>
Hack-R-Play 2.0 registration has been started 🚀.{' '}
<a className="event-link" href="https://www.youtube.com/watch?v=ZBNCsvOrRPY" target="_blank">
See the Launch Video
</a>
</div>
Expand Down
5 changes: 5 additions & 0 deletions src/common/home/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down