diff --git a/config/content/Faq.js b/config/content/Faq.js index 2b907a9..56ebe39 100644 --- a/config/content/Faq.js +++ b/config/content/Faq.js @@ -8,64 +8,54 @@ export default { id: 1, question: 'How do I register for the hackathon?', answer: - 'Click on any "Register Now" button on the website. Alternatively, you can head over to Devfolio', + '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: "Just some enthusiasm and an open mind are enough. We don't charge any money!!", + 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: "What if I don't have a team or idea?", - answer: - "We'll have team formation and ideation events geared towards helping you find a team. Make sure you join the discord server.", + question: 'Who can participate?', + answer: 'Any student with a zeal to innovate and have some fun with creativity can apply.', }, { id: 4, - question: 'Who can participate?', + question: 'What could be the size of the team?', answer: - 'Everyone is welcome to apply, any student or working professionals. If you can innovate or just want to have a fun weekend, you are most welcome.', + '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: 'What could be the size of the team?', - answer: 'You can make teams of up to 4 members. Lone wolfs are also welcome.', + 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: 'Why should I participate in HackNITR?', + question: 'Can I participate online?', answer: - 'You will get cash prizes if you win; otherwise, you will always get an excellent opportunity to network with like-minded people, learn many things and get cool schwag.😉', + 'No, since HackNITR 5.0 is a completely offline hackathon, online participation is not encouraged.', }, { id: 7, - question: 'How will the teams be judged?', + question: 'Will food be provided at the hackathon?', answer: - 'The teams will be judged based on Viability, Technical Complexity, Presentation Skills and most importantly, Creativity.', + 'Of course!! Meals, water, snacks and most importantly- Coffee, will be provided FREE OF COST.', }, { id: 8, - question: 'What is the Code of Conduct?', + question: 'Why should I participate in HackNITR?', answer: - 'To ensure a positive experience among all the participants, we follow the MLH Code of Conduct. It is advised that you go through it once.', + '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: 'What all expenses will be covered by us for Round 2?', + question: 'How will the teams be judged?', answer: - "Food, snacks, unlimited coffee and accommodation. As we are a student-run hackathon, travelling expenses won't be covered.", - }, - { - id: 10, - question: 'What are the guidelines for the submissions?', - answer: 'Kindly refer to the Submission guidelines.', - }, - { - id: 11, - question: 'What are the rules and regulations for HackNITR?', - answer: 'Kindly refer to the Rulebook: HackNITR 4.0.', + 'The teams will be judged based on skills of viability and technical complexity, presentation skills, and, most importantly, creativity.', }, ], }; diff --git a/config/content/tempCodeRunnerFile.js b/config/content/tempCodeRunnerFile.js new file mode 100644 index 0000000..56ebe39 --- /dev/null +++ b/config/content/tempCodeRunnerFile.js @@ -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.', + }, + ], +}; diff --git a/config/website.js b/config/website.js index 7cdc868..4c69428 100644 --- a/config/website.js +++ b/config/website.js @@ -2,9 +2,9 @@ module.exports = { pathPrefix: '/', // Prefix for all links. If you deploy your site to example.com/blog your pathPrefix should be "blog" - siteTitle: 'HackNITR 4.0', // Navigation and Site Title + siteTitle: 'HackNITR 5.0', // Navigation and Site Title siteTitleAlt: 'Official Website of HackNITR', // Alternative Site title for SEO - siteTitleShort: 'HackNITR 4.0', // short_name for manifest + siteTitleShort: 'HackNITR 5.0', // short_name for manifest siteUrl: 'https://hacknitr.com', // Domain of your site. No trailing slash! siteLanguage: 'en', // Language Tag on element siteLogo: '/logo.png', // Used for SEO and manifest, path to your image you placed in the 'static' folder diff --git a/src/components/HeroSection/HeroBtn.jsx b/src/components/HeroSection/HeroBtn.jsx index e5dfca2..be3129f 100644 --- a/src/components/HeroSection/HeroBtn.jsx +++ b/src/components/HeroSection/HeroBtn.jsx @@ -13,7 +13,7 @@ const HeroBtn = () => { diff --git a/src/pages/index.js b/src/pages/index.js index b9ff934..44d706f 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -7,11 +7,12 @@ import SEO from '../components/shared/SEO/SEO'; import ParticleBackground from '../components/shared/Particle'; import Layout from '../components/shared/Layout'; import HeroSection from '../components/HeroSection/HeroSection'; +import PreviousStats from '../components/PrevStats/PreviousStats'; import AboutSection from '../components/AboutUs/About'; -import TimelineSection from '../components/TimelineSection/Timeline'; +// import TimelineSection from '../components/TimelineSection/Timeline'; import SponsorSection from '../components/Sponsor/Sponsor'; import FAQ from '../components/Faq/Faq'; -import Prizes from '../components/Prizes/Prizes'; +// import Prizes from '../components/Prizes/Prizes'; import { Footer } from '../components/marginals'; import { ContainerWrapper } from '../components/shared/Container'; @@ -58,8 +59,9 @@ const HomePage = ({ location }) => { - - + + {/* + */}