Skip to content

Commit

Permalink
Merge pull request #129 from shubhanshu-0/main
Browse files Browse the repository at this point in the history
FAQs Updated!
  • Loading branch information
shubhanshu-0 authored Oct 17, 2023
2 parents 4cf9d1b + 0a133d9 commit 6d62ee2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions src/assets/data/faqData.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import Judgement_Criteria from "../../assets/images/CodeUtsava_Judgement_7.0.pdf";


const faqs = [
{
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.",
"Click on any Register Now button on the website. Alternatively, you can head over to Devfolio."

},
{
question: "What is the participation fee?",
Expand All @@ -20,10 +24,11 @@ const faqs = [
"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.",
},
{
question: "What is the participation fee?",
question: "When and how will the teams be shortlisted?",
answer:
"Just some enthusiasm and an open mind are enough. We don't charge any money!!",
"Shortlisting of teams will start from 15 october and will be based on the evaluation of individual resumes, and the final shortlisting decision will be determined by the combined results of those resumes. Final teams will be announced on 26th October!",
},

{
question: "What could be the size of the team?",
answer:
Expand All @@ -35,9 +40,13 @@ const faqs = [
"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.😉",
},
{
question: "How will the teams be judged?",
question: "What other perks are provided?",
answer:
"The teams will be judged based on Viability, Technical Complexity, Presentation Skills, Guidelines and most importantly, Creativity.",
"Accomodations and meals will be provided and travel expenses upto Rs.1500 per individual will be reimbursed for all the selected teams participating in CodeUtsava 7.0 !"
},
{
question: "How will the teams be judged?",
answer:<div>The teams will be judged based on Viability, Technical Complexity, Presentation Skills, Guidelines and most importantly, Creativity. <a href={Judgement_Criteria}style={{color:'#0077ee' , textDecoration:'underline'}}>JUDEMENT CRITERIA</a></div>
},
{
question: "What is the Code of Conduct?",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/faqs/FAQs.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const FAQs = () => {
<div className="codeutsava__section7-body">
<div className="codeutsava__section7-left">
<h4 className="codeutsava__section7-left-heading">
Frankenstein To Your Resque Ask Me Anything From There
Frankenstein To Your Rescue Ask Me Anything From There
</h4>
<img
src={downArrow}
Expand Down

0 comments on commit 6d62ee2

Please sign in to comment.