-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
88 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
/* eslint-disable max-len */ | ||
export default { | ||
id: 'faq', | ||
title: 'DO YOU HAVE A QUESTION?', | ||
content: 'New to hackathon dont worry we got you covered with all the basic information.', | ||
questions: [ | ||
{ | ||
id: 1, | ||
question: 'How do I register for the hackathon?', | ||
answer: | ||
'You can click the register now button on our website or head over to Devfolio under HackNITR5.0 for registrations. Heading in, you will get the portal of details to register.', | ||
}, | ||
{ | ||
id: 2, | ||
question: 'What is the participation fee?', | ||
answer: | ||
'Only a creative mind, enthusiasm, and interest are required to participate in the hackathon. In short, the hackathon is entirely free and without monetary charges.', | ||
}, | ||
{ | ||
id: 3, | ||
question: 'Who can participate?', | ||
answer: 'Any student with a zeal to innovate and have some fun with creativity can apply.', | ||
}, | ||
{ | ||
id: 4, | ||
question: 'What could be the size of the team?', | ||
answer: | ||
'A team size of a maximum of four members is allowed. Even if you are an individual warrior, you are highly welcome.', | ||
}, | ||
{ | ||
id: 5, | ||
question: 'Will my travel expenses be reimbursed?', | ||
answer: | ||
'Since HackNITR 5.0 is a student-run hackathon, we will not be able to cover your travel expenses.', | ||
}, | ||
{ | ||
id: 6, | ||
question: 'Can I participate online?', | ||
answer: | ||
'No, since HackNITR 5.0 is a completely offline hackathon, online participation is not encouraged.', | ||
}, | ||
{ | ||
id: 7, | ||
question: 'Will food be provided at the hackathon?', | ||
answer: | ||
'Of course!! Meals, water, snacks and most importantly- Coffee, will be provided FREE OF COST.', | ||
}, | ||
{ | ||
id: 8, | ||
question: 'Why should I participate in HackNITR?', | ||
answer: | ||
'You will always get an excellent opportunity to network with like-minded people, learn many things, get cool vibes and also, free goodies!! Also, if you emerge as a winner, then you can have a chance to win a cash prize along with goodies and merchandise.', | ||
}, | ||
{ | ||
id: 9, | ||
question: 'How will the teams be judged?', | ||
answer: | ||
'The teams will be judged based on skills of viability and technical complexity, presentation skills, and, most importantly, creativity.', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters