Skip to content

Commit

Permalink
Merge pull request #63 from ms-club-sliit/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Randula98 authored Aug 28, 2024
2 parents 0e7a50f + 8cc0fc5 commit 4f859a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/_components/Home/CountdownTimer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function CountdownTimer() {
Round 1 Registrations
</h2>
<h2 className="text-3xl lg:text-5xl font-semibold mt-2">
Happening Now!
Closed in!
</h2>
</div>
<div className="row my-5 w-full h-auto">
Expand Down
2 changes: 1 addition & 1 deletion app/_components/Home/CountdownTimer/timer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { useState, useEffect } from "react";

export default function Timer() {
const targetDate = new Date("2024-08-26T00:00:00");
const targetDate = new Date("2024-08-31T00:00:00");

const calculateTimeLeft = () => {
const now = new Date();
Expand Down
2 changes: 1 addition & 1 deletion app/data/Timeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"index": 4,
"date": "25th of August - 11.59 PM",
"date": "30th of August - 11.59 PM",
"title": "Registration Closes",
"position": "left",
"description": "Team registration closes on this day. Please note that NO registration is accepted after the registrations are closed. Be sure to get registered before the deadline ends."
Expand Down
6 changes: 3 additions & 3 deletions app/data/rules/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
],
"list": [
"Project Proposal: This should be a Microsoft word document or a PDF document no longer than 10 pages(Excluding the report format such as table of content and figure panels) which explains your project and what is the solution that your team is trying to tackle, who your project is for and how you will you bring your project to the market from a technological standpoint.",
"Presentation Video: 3 min presentation (a demo video if required) presenting your solution.( PowerPoint or Google Slides can use for presentation slides ).",
"Presentation Video: 5 min presentation (a demo video if required) presenting your solution.( PowerPoint or Google Slides can use for presentation slides ).",
"Software (optional): Usable software if there is any.",
"Software Instructions (optional): Instruction on how to use the software if there is one.",
"Prototype (optional): Adobe XD or Figma prototype created demonstrating the software"
Expand All @@ -256,7 +256,7 @@
],
"list": [
"Project Proposal: This should be a Microsoft word document or a PDF document no longer than 10 pages(Excluding the report format such as table of content and figure panels) which explains your project and what is the solution that your team is trying to tackle, who your project is for and how you will you bring your project to the market from a technological standpoint.",
"Live Presentation: 3 min presentation of your project to be presented in front of a panel. The team should explain your project and the material required can be prepared prior to the presentation. Following the presentation the teams are required to face a Question round (1 min).",
"Live Presentation: 10 min presentation of your project to be presented in front of a panel. The team should explain your project and the material required can be prepared prior to the presentation. Following the presentation the teams are required to face a Question round (1 min).",
"Prototype: Adobe XD or Figma prototype created demonstrating the software.",
"Software (optional): Usable software if there is any.",
"Software Instructions (optional): Instruction on how to use the software if there is one."
Expand All @@ -274,7 +274,7 @@
"The contestants cannot prepare any prior material and are required to provide the solution for a topic that is given at the day of the competition. The categories will be chosen randomly and the solutions must be innovative. After the topics are selected, the contestants will be given 5h to come up with an innovative solution and create the material required to present in front of an expert panel of judges."
],
"list": [
"Live Presentation: 3 min presentation of your solutions for the provided problem to be presented in front of the panel. The team should explain their solution, the commercialization aspect and how important the solution is and how it differs from the existing solutions. Following the presentation the teams are required to face a Question round (1 min).",
"Live Presentation: 10 min presentation of your solutions for the provided problem to be presented in front of the panel. The team should explain their solution, the commercialization aspect and how important the solution is and how it differs from the existing solutions. Following the presentation the teams are required to face a Question round (1 min).",
"Prototype: Adobe XD or Figma prototype created demonstrating the software."
],
"content2": "Winners will be selected based on the cumulative score provided by the expert panel of judges."
Expand Down

0 comments on commit 4f859a7

Please sign in to comment.