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

remove typing titans #67

Merged
merged 2 commits into from
May 9, 2024
Merged
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
70 changes: 35 additions & 35 deletions src/data/categoryList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,41 +247,41 @@ const categoriesList = {
},
],
},
"6": {
team: false,
name: "Typing Titans (Typing Challenge)",
description: "Race to master the keys in the ultimate typing showdown.",
rules: [
"Open to all college students.",
"Individual registration.",
"No typing aids or software.",
"No cheating or plagiarism.",
"Judges' decisions final.",
"Respectful behavior required.",
],
prerequisites: ["Typing skills."],
general_rules: ["Sportsmanship and adherence to event guidelines."],
thumbnail: `${tiaraAssetsPrefix}/technical/typing_titans.avif`,
startTime: "2024-05-09 10:00:00",
// endTime: "2024-05-09 12:00:00",
costs: 250,
facultyCoordinators: [
{
name: "Michael Johnson",
phone: "+1122334455",
},
],
studentCoordinators: [
{
name: "Omkar",
phone: "6363302952",
},
{
name: "Sahana",
phone: "9845962616",
},
],
},
// "6": {
// team: false,
// name: "Typing Titans (Typing Challenge)",
// description: "Race to master the keys in the ultimate typing showdown.",
// rules: [
// "Open to all college students.",
// "Individual registration.",
// "No typing aids or software.",
// "No cheating or plagiarism.",
// "Judges' decisions final.",
// "Respectful behavior required.",
// ],
// prerequisites: ["Typing skills."],
// general_rules: ["Sportsmanship and adherence to event guidelines."],
// thumbnail: `${tiaraAssetsPrefix}/technical/typing_titans.avif`,
// startTime: "2024-05-09 10:00:00",
// // endTime: "2024-05-09 12:00:00",
// costs: 250,
// facultyCoordinators: [
// {
// name: "Michael Johnson",
// phone: "+1122334455",
// },
// ],
// studentCoordinators: [
// {
// name: "Omkar",
// phone: "6363302952",
// },
// {
// name: "Sahana",
// phone: "9845962616",
// },
// ],
// },
"7": {
team: false,
name: "HydroBlast (Water Rocketry)",
Expand Down
Loading