Skip to content

Commit

Permalink
fix: change faqs for napptive hackathon
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperAayush committed Mar 29, 2023
1 parent bc835a4 commit 5427e4e
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions src/content/Hackathons/index.js
Original file line number Diff line number Diff line change
@@ -1,39 +1,37 @@
export const ParticularHackthonPageFAQ = [
{
id: 'FAQ1',
question: 'What will the webinars be about?',
question: 'What is a hackathon?',
answer:
'The webinars will cover a wide range of topics, from trending technology, to less popular technologies as well. All will have some great real world use cases.',
'A hackathon is a collaborative coding competition where programmers, designers, and developers compete for monetary bonuses. Its a mix of a celebration and an all-night struggle against the clock and the opposition.',
},
{
id: 'FAQ2',
question: 'How can I stay notified for the upcoming webinars?',
question: 'Why would someone participate in a hackathon?',
answer:
'We announce about the webinars on our socials, and discord. We will also be updating this webpage with upcoming webinars.',
'People take part in hackathons for a variety of reasons, including the challenge, the opportunity for creative expression, the chance to collaboration, the networking opportunities, the swag and many more.',
},
{
id: 'FAQ3',
question: 'Will these webinars be recorded?',
answer:
"Yes. The webinars will be recorded, and the links to them will be included in the 'Past webinars' section.",
question: 'Is the event open to all ages?',
answer: 'This event is limited to those 18 and above for participation.',
},
{
id: 'FAQ4',
question: 'Will the webinars be interactive?',
answer:
'Yes, the webinars will be live and interactive. We encourage you to join, ask questions and get them cleared',
question: 'What is the mode of this hackathon?',
answer: 'This hackathon is a virtual event ',
},
{
id: 'FAQ5',
question: 'Who will be a part of these webinars?',
question: 'Do we sign up as individuals or as a team?',
answer:
'We will be having webinars with industry experts on various technologies. Regardless the topic of discussion, you will learn something new and informative.',
'You can either participate as a individual or with a team of 1-4 folks i.e the maximum strength of the team should not exceed 4',
},
{
id: 'FAQ6',
question: 'Are these webinars free to attend?',
question: 'Is it a paid event?',
answer:
'Yes. The webinars are, and always will be free for anyone to attend. You do not need to pay anything for attending',
'This is a totally free event i.e anyone above 18 of age can participate in the event for free',
},
];

Expand Down

0 comments on commit 5427e4e

Please sign in to comment.