Skip to content

Commit

Permalink
Merge pull request #172 from IEEEUCSC/main
Browse files Browse the repository at this point in the history
Update timeline
  • Loading branch information
Udeesha-Prabhashana authored Feb 21, 2024
2 parents 2614d7c + 854af6c commit a974cb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Frontend/src/Components/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { motion, useAnimation } from "framer-motion";
import { useEffect } from "react";
import "./Home.css";
import Countd from '../Timer/Time';
// import Countd from '../Timer/Time';
import { HashLink } from "react-router-hash-link";

const containerVariants = {
Expand Down Expand Up @@ -113,8 +113,8 @@ const Home = () => {
</div>
</div>
</motion.div>
<div className="flex flex-row md:mt-10 mt-8 md:mb-5 mb-4 tracking-wider font-sfont font-medium">Proposal Submission Ends In</div>
<Countd targetDate={new Date('2024-02-19T00:00:00')} />
<div className="flex flex-row md:mt-10 mt-8 md:mb-5 mb-4 tracking-wider font-sfont font-medium">Upcoming Events Will Be Announced Soon</div>
{/* <Countd targetDate={new Date('2024-02-19T00:00:00')} /> */}
</motion.main>
);
};
Expand Down
3 changes: 1 addition & 2 deletions Frontend/src/Components/Introduction/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ export default function Intro() {
three students from the same university, focusing on innovative
ideas within given topics. The top 10 teams are advancing to the
next round where they prepare UI prototypes and presentations. The
physical competition on March 2nd, 2024, involves presenting
proposed ideas, with the top five teams selected based on various
physical competition involves presenting proposed ideas, with the top five teams selected based on various
criteria. These finalists then tackle a scenario challenge presented
by judges, and winners are determined by industry experts, receiving
cash prizes.
Expand Down
4 changes: 2 additions & 2 deletions Frontend/src/Components/Timeline/Timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ const Timeline: React.FC = () => {
state: "",
},
{
date: "Feb 22nd",
date: "Will Announce Soon",
event: "Announcing Finalists",
description: "",
state: "",
},
{
date: "Mar 02nd",
date: "Will Announce Soon",
event: "Final Hackathon & Award Ceremony",
description: "",
state: "Onsite",
Expand Down

0 comments on commit a974cb8

Please sign in to comment.