Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: update header label to lowercase #65

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/widgets/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const navItems: NavItem[] = [
href: "/about",
},
{
label: "Schedule",
label: "schedule",
href: "https://assets.tiarasjec.in/schedule.pdf",
}
];
Expand Down
234 changes: 117 additions & 117 deletions src/data/categoryList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,90 +90,90 @@ const categoriesList = {
},
],
},
"2": {
team: false,
name: "BlitzBot Soccer (Bot Soccer)",
description: "Electrifying fusion of robotics and soccer.",
rules: [
"Team size: 2-4 members.",
"Judges and organizers' decisions final.",
"Bot size limitations: 30cm x 30cm x 20cm (LxWxH).",
"Weight limit: 5kg with 10% tolerance.",
"Wired or wireless bots allowed.",
"No Lego or ready-made kits.",
"No hitting mechanisms.",
"Minimum wire length 5m (wired bots).",
"Voltage limit: 12.5V.",
"Arena size: 12ft x 8ft.",
"2 halves of 2 minutes each.",
"Bots cannot be immobile for more than 10 seconds.",
"Specific rules for pushing, scoring, and penalties.",
],
prerequisites: ["Robot building and programming skills.", "Understanding of soccer game rules."],
general_rules: ["Sportsmanship and adherence to event guidelines."],
thumbnail: `${tiaraAssetsPrefix}/technical/blitzbot_soccer.avif`,
startTime: "2024-05-09 10:00:00",
// endTime: "2024-05-09 16:00:00",
costs: 250,
facultyCoordinators: [
{
name: "Michael Johnson",
phone: "+1122334455",
},
],
studentCoordinators: [
{
name: "Hensal Mathias",
phone: "8867265012",
},
{
name: "Ashton Dsouza",
phone: "6364323663",
},
],
},
"3": {
team: false,
name: "RoboClash (Robo Sumo)",
description: "Innovation with electrifying clash.",
rules: [
"Team size: 2-4 members.",
"Judges and organizers' decisions final.",
"No video recording by teams.",
"Bot size limitations: 30cm x 30cm x 20cm (LxWxH).",
"Weight limit: 5kg with 10% tolerance.",
"Wired or wireless bots allowed.",
"No Lego or ready-made kits.",
"No hitting or lifting mechanisms.",
"Minimum wire length 5m (wired bots).",
"Voltage limit: 12.5V.",
"Arena details revealed on event day.",
"2 halves of 1 minute and 30 seconds each.",
"Specific rules for pushing and penalties.",
],
prerequisites: ["Robot building and programming skills.", "Understanding of sumo wrestling rules."],
general_rules: ["Sportsmanship and adherence to event guidelines."],
thumbnail: `${tiaraAssetsPrefix}/technical/robo_clash.avif`,
startTime: "2024-05-09 10:00:00",
// endTime: "2024-05-09 14:00:00",
costs: 250,
facultyCoordinators: [
{
name: "Michael Johnson",
phone: "+1122334455",
},
],
studentCoordinators: [
{
name: "Ian",
phone: "6363960016",
},
{
name: "Karthik",
phone: "7483287716",
},
],
},
// "2": {
// team: false,
// name: "BlitzBot Soccer (Bot Soccer)",
// description: "Electrifying fusion of robotics and soccer.",
// rules: [
// "Team size: 2-4 members.",
// "Judges and organizers' decisions final.",
// "Bot size limitations: 30cm x 30cm x 20cm (LxWxH).",
// "Weight limit: 5kg with 10% tolerance.",
// "Wired or wireless bots allowed.",
// "No Lego or ready-made kits.",
// "No hitting mechanisms.",
// "Minimum wire length 5m (wired bots).",
// "Voltage limit: 12.5V.",
// "Arena size: 12ft x 8ft.",
// "2 halves of 2 minutes each.",
// "Bots cannot be immobile for more than 10 seconds.",
// "Specific rules for pushing, scoring, and penalties.",
// ],
// prerequisites: ["Robot building and programming skills.", "Understanding of soccer game rules."],
// general_rules: ["Sportsmanship and adherence to event guidelines."],
// thumbnail: `${tiaraAssetsPrefix}/technical/blitzbot_soccer.avif`,
// startTime: "2024-05-09 10:00:00",
// // endTime: "2024-05-09 16:00:00",
// costs: 250,
// facultyCoordinators: [
// {
// name: "Michael Johnson",
// phone: "+1122334455",
// },
// ],
// studentCoordinators: [
// {
// name: "Hensal Mathias",
// phone: "8867265012",
// },
// {
// name: "Ashton Dsouza",
// phone: "6364323663",
// },
// ],
// },
// "3": {
// team: false,
// name: "RoboClash (Robo Sumo)",
// description: "Innovation with electrifying clash.",
// rules: [
// "Team size: 2-4 members.",
// "Judges and organizers' decisions final.",
// "No video recording by teams.",
// "Bot size limitations: 30cm x 30cm x 20cm (LxWxH).",
// "Weight limit: 5kg with 10% tolerance.",
// "Wired or wireless bots allowed.",
// "No Lego or ready-made kits.",
// "No hitting or lifting mechanisms.",
// "Minimum wire length 5m (wired bots).",
// "Voltage limit: 12.5V.",
// "Arena details revealed on event day.",
// "2 halves of 1 minute and 30 seconds each.",
// "Specific rules for pushing and penalties.",
// ],
// prerequisites: ["Robot building and programming skills.", "Understanding of sumo wrestling rules."],
// general_rules: ["Sportsmanship and adherence to event guidelines."],
// thumbnail: `${tiaraAssetsPrefix}/technical/robo_clash.avif`,
// startTime: "2024-05-09 10:00:00",
// // endTime: "2024-05-09 14:00:00",
// costs: 250,
// facultyCoordinators: [
// {
// name: "Michael Johnson",
// phone: "+1122334455",
// },
// ],
// studentCoordinators: [
// {
// name: "Ian",
// phone: "6363960016",
// },
// {
// name: "Karthik",
// phone: "7483287716",
// },
// ],
// },
"4": {
team: false,
name: "One Piece (Boat Building)",
Expand Down Expand Up @@ -610,39 +610,39 @@ const categoriesList = {
},
],
},
"3": {
team: false,
name: "Synergy (Best Management Team)",
description:
"Management excellence and success through leadership with each member a pillar of expertise navigating challenges with finesse",
rules: [
"On-the-spot or pre-registration can be done.",
"Team must consist of 3 Members.",
"Candidates should be present at the venue on time.",
"Participant must carry their own laptop and other accessories.",
],
prerequisites: [],
costs: 250,
thumbnail: `${tiaraAssetsPrefix}/nontechnical/synergy.avif`,
startTime: "2024-05-09 10:00",
endTime: "2024-05-10 12:00",
facultyCoordinators: [
{
name: "Michael Johnson",
phone: "+1122334455",
},
],
studentCoordinators: [
{
name: "Yashika S Amin",
phone: "7975366851",
},
{
name: "Mehak Khader",
phone: "9535259017",
},
],
},
// "3": {
// team: false,
// name: "Synergy (Best Management Team)",
// description:
// "Management excellence and success through leadership with each member a pillar of expertise navigating challenges with finesse",
// rules: [
// "On-the-spot or pre-registration can be done.",
// "Team must consist of 3 Members.",
// "Candidates should be present at the venue on time.",
// "Participant must carry their own laptop and other accessories.",
// ],
// prerequisites: [],
// costs: 250,
// thumbnail: `${tiaraAssetsPrefix}/nontechnical/synergy.avif`,
// startTime: "2024-05-09 10:00",
// endTime: "2024-05-10 12:00",
// facultyCoordinators: [
// {
// name: "Michael Johnson",
// phone: "+1122334455",
// },
// ],
// studentCoordinators: [
// {
// name: "Yashika S Amin",
// phone: "7975366851",
// },
// {
// name: "Mehak Khader",
// phone: "9535259017",
// },
// ],
// },
"4": {
team: false,
name: "Lines & Shades (Sketching)",
Expand Down
Empty file added src/helper/Email.tsx
Empty file.
Loading