Skip to content

Commit

Permalink
Updated FAQ and timeline, with minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
darshchaurasia committed Oct 21, 2024
1 parent 92006d6 commit deac18d
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 20 deletions.
4 changes: 2 additions & 2 deletions components/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const About = () => {
/>
+
</h1>
<p className="text-slate-200">Themes</p>
<p className="text-slate-200">Prize categories</p>
</div>
<div className="basis-1/3 border-2 rounded-2xl w-full p-5 glassy-effect">
<h1 className="text-4xl my-2 font-semibold text-rose-500">
<CountUp
start={0}
end={36}
end={30}
duration={4}
className="font-bold text-rose-500"
enableScrollSpy={true}
Expand Down
14 changes: 13 additions & 1 deletion components/Faq/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,19 @@ const HacksFaq = [
),
answer: (
<>
TBD. Eligible individuals will be notified in advance.😊
Everyone from ASU is eligible, as long as we don't reach the venue's maximum capacity. 😊
</>
),
},
{
question: (
<>
Will there be arrangements for staying over night?
</>
),
answer: (
<>
Unfortunately, we won't be able to provide arrangements for any overnight stays. Please ensure you have a place to stay for the night.
</>
),
},
Expand Down
2 changes: 1 addition & 1 deletion components/HeroSection/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Content: React.FC = () => {
variants={childVariants}
className="md:text-4xl text-3xl text-white tracking-wider font-logo font-extrabold m-1 mb-2"
>
HackSoDA 24
Hack SoDA 24
</motion.div>
<motion.div
variants={childVariants}
Expand Down
4 changes: 2 additions & 2 deletions components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ const Navbar = (activeSection: any) => {
>
<a href="#sponsors">Sponsors</a>
</div>
<div
{/*<div
className={`nav-titles nav-titles-ltr ${
activeSection === "prizes" ? "before:w-full" : ""
} `}
>
<a href="#prizes">Prizes</a>
</div>
{/*<div
<div
className={`nav-titles nav-titles-ltr ${
activeSection === "team" ? "before:w-full" : ""
} `}
Expand Down
70 changes: 56 additions & 14 deletions components/Timeline/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,82 @@ const items = [
{
key: 0,
title: "26th Oct 10:00 AM",
cardTitle: "Check-in starts",
cardTitle: "Day 1: Check-in",
cardDetailedText: "Check-in and get ready for the event.",
},
{
key: 1,
title: "26th Oct 11:00 AM",
title: "26th Oct 10:30 AM",
cardTitle: "Hackathon Opening Ceremony",
cardDetailedText:
"Let's kickoff Hack SoDA 2024!",
},
{
key: 2,
title: "26th Oct 12:00 PM",
title: "26th Oct 11:30 AM",
cardTitle: "Hacking Period Starts",
cardDetailedText: "Join with over 300+ innovative minds and start building",
cardDetailedText: "Join with over 300+ innovative minds and start building.",
},
{
key: 3,
title: "26th Oct 2:00 PM",
cardTitle: "Session Time!",
cardDetailedText:"Get ready for some amazing sessions.",
title: "26th Oct 1:00 PM",
cardTitle: "Lunch Time!",
cardDetailedText:"Take a break and enjoy some delicious lunch.",
},
{
key: 4,
title: "27th Oct 10:00 AM",
cardTitle: "Subimssion Time!",
cardDetailedText: "Submit your project.",
title: "26th Oct 7:00 PM",
cardTitle: "Dinner Time!",
cardDetailedText:"Recharge your battery with some delicious dinner!",
},

{
key: 5,
title: "27th Oct 11:00 AM",
cardTitle: "Final Submission Ends",
cardDetailedText: "We'll review your project and will let you know.",
title: "26th Oct 10:40 PM",
cardTitle: "End of Day 1",
cardDetailedText:"Hacking stops at Venue. Feel free to continue it overnight.",
},
{
key: 6,
title: "27th Oct 9:00 AM",
cardTitle: "Day 2: Check-in",
cardDetailedText:"Join us back at the Venue!",
},
{
key: 7,
title: "27th Oct 11:45 AM - 12:00 PM",
cardTitle: "Submission Time!",
cardDetailedText: "Submit your project!",
},

{
key: 8,
title: "27th Oct 12:30 PM",
cardTitle: "Presentation",
cardDetailedText: "Judges will review your project.",
},
{
key: 9,
title: "27th Oct 2:00 PM",
cardTitle: "Lunch Time",
cardDetailedText: "Enjoy some delicious lunch!",
},
{
key: 10,
title: "27th Oct 4:30 PM",
cardTitle: "Judging",
cardDetailedText: "Judges will grade the finalist pitches.",
},
{
key: 11,
title: "27th Oct 5:00 PM",
cardTitle: "Award Ceremony",
cardDetailedText: "Distribution of Prizes for respective tracks and smaller categories.",
},
{
key: 12,
title: "27th Oct 5:40 PM",
cardTitle: "End of Day 2",
cardDetailedText: "We hope you enjoyed the event and made some memories with us!",
},
];

Expand Down

0 comments on commit deac18d

Please sign in to comment.