From 2b87d889ac503da76cf36433c381350129a48b43 Mon Sep 17 00:00:00 2001 From: Rishi Bharadwaj Sai Lella Date: Fri, 9 Aug 2024 17:02:26 +0530 Subject: [PATCH 1/2] Filled FAQ and Content closes #39 --- src/app/globals.css | 1 - src/components/accordion/FAQAccordion.tsx | 86 +++++++++++++++++------ src/components/ui/accordion.tsx | 4 +- 3 files changed, 65 insertions(+), 26 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 9aac77c..407ff25 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -24,7 +24,6 @@ body { } .accord-cont { - background: linear-gradient(268.63deg, #0c2430 3.83%, #0b1524 99.67%); width: 100%; min-height: 110px; top: 3431.5px; diff --git a/src/components/accordion/FAQAccordion.tsx b/src/components/accordion/FAQAccordion.tsx index 853092e..f126823 100644 --- a/src/components/accordion/FAQAccordion.tsx +++ b/src/components/accordion/FAQAccordion.tsx @@ -13,52 +13,92 @@ const FAQAccordion = () => {
- Lorem ipsum + What is Bitwars 2.0? - Lorem Ipsum is simply dummy text of the printing and typesetting - industry. Lorem Ipsum has been the industry's standard dummy - text ever since the 1500s, when an unknown printer took a galley - of type and scrambled it to make a type specimen book. It has - survived not only five centuries, but also the leap into - electronic typesetting. + 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' skills and + capabilities in the field of computing.
- Lorem ipsum + Will the event be conducted in an online format or held on-site? - Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsam - aperiam, sapiente nulla labore voluptas culpa incidunt perferendis - necessitatibus corrupti debitis ipsum ullam odio hic! Ipsum - laborum eligendi provident, voluptatum odit at nesciunt eveniet - repellendus officia! Quae, vitae animi quidem repellat provident - in nobis quis quisquam, dolores perferendis, totam voluptate - numquam. + Bitwars 2.0 is conducted on-site at VIT Chennai campus.
- Lorem ipsum + What are the key features and highlights of the event? + + + + Bitwars 2.0 specifically features workshops, keynote addresses, + and a coding contest. + +
+ +
+ + Will the registration fees differ based on team composition? + + + Yes, the registration fee may vary depending on the composition of + the team. + +
+ +
+ + Where will Bitwars 2.0 be hosted? + + + VIT Chennai, Mahatma Gandhi Auditorium + +
+ +
+ + Is there a registration fee for participation in Bitwars 2.0? + + + The registration fee for the event is ₹350. + +
+ +
+ + Are there any notable prizes or incentives offered for Bitwars 2.0 + participants? + + + Definitely yes,Exciting cash prize of 5K accompanied by a + selection of attractive goodies. + +
+ +
+ + What are the featured individuals or notable participants at + Bitwars 2.0?
- Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quae - iure quidem id eveniet nemo? Deserunt repellendus nulla dolorum - cum, beatae, quisquam vero voluptatibus nesciunt soluta totam - cumque sint autem quis dolor facere! Autem, provident animi ipsum - voluptatibus perferendis magni modi enim reiciendis dignissimos - soluta porro adipisci voluptate corrupti neque aliquid. + Featuring an "Algorithm Showdown" presented by Mr. Manas Tiwari, + Software Engineer at Microsoft.
diff --git a/src/components/ui/accordion.tsx b/src/components/ui/accordion.tsx index 94a266d..6f54316 100644 --- a/src/components/ui/accordion.tsx +++ b/src/components/ui/accordion.tsx @@ -28,7 +28,7 @@ const AccordionTrigger = React.forwardRef< svg]:rotate-180", + "flex flex-1 items-center justify-between py-4 font-medium transition-all [&[data-state=open]>svg]:rotate-180 text-start", className )} {...props} @@ -46,7 +46,7 @@ const AccordionContent = React.forwardRef< >(({ className, children, ...props }, ref) => (
{children}
From 1619da38101c47c6baf23ccb902118ddf0e816f0 Mon Sep 17 00:00:00 2001 From: sam-shervin Date: Sat, 10 Aug 2024 00:21:43 +0530 Subject: [PATCH 2/2] build errors --- src/app/page.tsx | 4 ++-- src/components/accordion/FAQAccordion.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a675ef5..9707973 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,14 +56,14 @@ export default function Home() { */} {/* FAQ Section */} - {/*
+

Frequently Asked Questions

-
*/} +
); diff --git a/src/components/accordion/FAQAccordion.tsx b/src/components/accordion/FAQAccordion.tsx index f126823..1709597 100644 --- a/src/components/accordion/FAQAccordion.tsx +++ b/src/components/accordion/FAQAccordion.tsx @@ -26,7 +26,7 @@ const FAQAccordion = () => { 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' skills and + designed to assess and enhance the participants' skills and capabilities in the field of computing. @@ -66,7 +66,7 @@ const FAQAccordion = () => { Where will Bitwars 2.0 be hosted? - VIT Chennai, Mahatma Gandhi Auditorium + MG Auditorium, VIT Chennai. @@ -97,8 +97,8 @@ const FAQAccordion = () => {
- Featuring an "Algorithm Showdown" presented by Mr. Manas Tiwari, - Software Engineer at Microsoft. + Featuring an "Algorithm Showdown" presented by Mr. Manas + Tiwari, Software Engineer at Microsoft.