Skip to content

Commit

Permalink
Update FAQAccordion.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-shervin authored Aug 15, 2024
1 parent b06028f commit 0c68ae3
Showing 1 changed file with 51 additions and 27 deletions.
78 changes: 51 additions & 27 deletions src/components/accordion/FAQAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,89 +19,113 @@ const FAQAccordion = () => {
<div className="px-4">
<AccordionItem value="item-1">
<div className="w-[100%] accord-lines h-0.5"></div>
<AccordionTrigger className="text-white ">
<AccordionTrigger className="text-white">
What is Bitwars 2.0?
</AccordionTrigger>
<AccordionContent className="text-white text-left accord-cont p-4 leading-relaxed">
Bitwars 2.0 is a premier offline competitive coding event where
participants demonstrate their expertise through a series of
rigorous coding challenges. These challenges are meticulously
designed to assess and enhance the participants&apos; skills and
capabilities in the field of computing.
Bitwars 2.0 is a premier offline competitive coding event where participants showcase their expertise through a series of challenging coding problems. These carefully crafted challenges are designed to test and elevate the participants' proficiency in the field of computing.
</AccordionContent>
</AccordionItem>

<AccordionItem value="item-2">
<div className="w-[100%] accord-lines h-0.5"></div>
<AccordionTrigger className="text-white">
Will the event be conducted in an online format or held on-site?
</AccordionTrigger>
<AccordionContent className="text-white text-left accord-cont p-4 leading-relaxed">
Bitwars 2.0 is conducted on-site at VIT Chennai campus.
Bitwars 2.0 will be conducted on-site at the VIT Chennai campus.
</AccordionContent>
</AccordionItem>

<AccordionItem value="item-3">
<div className="w-[100%] accord-lines h-0.5"></div>
<AccordionTrigger className="text-white">
What are the key features and highlights of the event?
</AccordionTrigger>

<AccordionContent className="text-white text-left accord-cont p-4 leading-relaxed">
Bitwars 2.0 specifically features workshops, keynote addresses,
and a coding contest.
Bitwars 2.0 features workshops, keynote addresses, and an intense coding contest, all aimed at providing participants with a comprehensive experience in competitive programming.
</AccordionContent>
</AccordionItem>

<AccordionItem value="item-4">
<div className="w-[100%] accord-lines h-0.5"></div>
<AccordionTrigger className="text-white ">
<AccordionTrigger className="text-white">
Will the registration fees differ based on team composition?
</AccordionTrigger>
<AccordionContent className="text-white text-left accord-cont p-4 leading-relaxed">
Yes, the registration fee may vary depending on the composition of
the team.
Yes, the registration fee varies based on the team composition:
<ul className="list-disc pl-5 mt-2">
<li>Team of 3: ₹300</li>
<li>Duo: ₹220</li>
<li>Solo: ₹120</li>
</ul>
</AccordionContent>
</AccordionItem>

<AccordionItem value="item-5">
<div className="w-[100%] accord-lines h-0.5"></div>
<AccordionTrigger className="text-white ">
<AccordionTrigger className="text-white">
Where will Bitwars 2.0 be hosted?
</AccordionTrigger>
<AccordionContent className="text-white text-left accord-cont p-4 leading-relaxed">
MG Auditorium, VIT Chennai.
The event will be held at the MG Auditorium, VIT Chennai.
</AccordionContent>
</AccordionItem>

<AccordionItem value="item-6">
<div className="w-[100%] accord-lines h-0.5"></div>
<AccordionTrigger className="text-white ">
<AccordionTrigger className="text-white">
Is there a registration fee for participation in Bitwars 2.0?
</AccordionTrigger>
<AccordionContent className="text-white text-left accord-cont p-4 leading-relaxed">
The registration fee for the event is ₹350.
Yes, the registration fee for Bitwars 2.0 is ₹350.
</AccordionContent>
</AccordionItem>

<AccordionItem value="item-7">
<div className="w-[100%] accord-lines h-0.5"></div>
<AccordionTrigger className="text-white ">
Are there any notable prizes or incentives offered for Bitwars 2.0
participants?
<AccordionTrigger className="text-white">
Are there any notable prizes or incentives offered for Bitwars 2.0 participants?
</AccordionTrigger>
<AccordionContent className="text-white text-left accord-cont p-4 leading-relaxed">
Definitely yes,Exciting cash prize of 5K accompanied by a
selection of attractive goodies.
Absolutely! There is an exciting prize pool of ₹20,000 along with a variety of attractive goodies for the winners.
</AccordionContent>
</AccordionItem>

<AccordionItem value="item-8">
<div className="w-[100%] accord-lines h-0.5"></div>
<AccordionTrigger className="text-white ">
What are the featured individuals or notable participants at
Bitwars 2.0?
<AccordionTrigger className="text-white">
What are the featured individuals or notable participants at Bitwars 2.0?
</AccordionTrigger>
<AccordionContent className="text-white text-left accord-cont p-4 leading-relaxed">
The event will feature a special "Algorithm Showdown" presented by Mr. Manas Tiwari, a Software Engineer at Microsoft.
</AccordionContent>
</AccordionItem>

<AccordionItem value="item-9">
<div className="w-[100%] accord-lines h-0.5"></div>
<AccordionTrigger className="text-white">
Are there any trial questions available for practice before the event?
</AccordionTrigger>
<AccordionContent className="text-white text-left accord-cont p-4 leading-relaxed">
Featuring an &quot;Algorithm Showdown&quot; presented by Mr. Manas
Tiwari, Software Engineer at Microsoft.
Yes, participants can try the "Logic Leap" questions available on the Unstop website to prepare for the event.
</AccordionContent>
</AccordionItem>

<AccordionItem value="item-10">
<div className="w-[100%] accord-lines h-0.5"></div>
<AccordionTrigger className="text-white">
When is the event scheduled, and how can I register?
</AccordionTrigger>
<AccordionContent className="text-white text-left accord-cont p-4 leading-relaxed">
Bitwars 2.0 is scheduled for 6th September 2024. You can register for the event through the following link:
<a href="https://unstop.com/p/bi-20-vai-11007" className="text-blue-500 underline">
Unstop Registration Link
</a>.
</AccordionContent>
</AccordionItem>
</div>

<div></div>
<div className="h-[100%] w-0.5 accord-velines"></div>
</Accordion>
Expand Down

0 comments on commit 0c68ae3

Please sign in to comment.