Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jjinendra3 committed Mar 2, 2024
2 parents 7364341 + 4173258 commit d1fe13c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/components/Bitbox/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,21 @@ const timeline = [
title: 'Registration begins',
description: `Get, set and be ready to code for Hackathon!`
},
// {
// id: 2,
// date: 'March 2, 2024 @ 16:30PM',
// title: 'Webinar',
// description:`Webinar in collaboration with Coding Ninjas on "How students can prepare for Product Based Companies" by Himanshu Gusain (Amazon Programmer Analyst).`
// },
{
id: 2,
date: 'March 2, 2024 @ 16:30PM',
title: 'Webinar',
description:`Webinar in collaboration with Coding Ninjas on "How students can prepare for Product Based Companies" by Himanshu Gusain (Amazon Programmer Analyst).`
},{
id: 3,
id: 2,
date: 'March 6, 2024 to March 8, 2024',
title: 'Idea submission',
description: `Ideate, brainstorm and form a structure and your thoughts for the problem statement.`
},

{
id: 4,
id: 3,
date : 'March 13, 2024 & March 15, 2024',
title: 'Speaker Session',
description: `Get to know about the latest trends in the tech industry by our speakers Mahima hans and Urvi Goel.`
Expand All @@ -43,13 +44,13 @@ const timeline = [
// description:`A fun event to test your coding skills and win exciting prizes!`
// },
{
id: 5,
id: 4,
date: 'March 14, 2024',
title: 'CodeBurn🔥',
description:`Ignite your DSA skills in this engaging coding competition!`
},
{
id: 6,
id: 5,
date: 'March 16, 2024',
title: 'Hackathon',
description: `Get ready for 12 hours of code sprint!`
Expand Down Expand Up @@ -156,8 +157,8 @@ const Card = ({ id, title, description, date }) => {
{title}
</chakra.h1>
<Text fontSize={descriptionFontSize}>{description}</Text>
{id===5?<div style={{color:'red',textDecorationLine:'underline'}}><a href='http://tinyurl.com/JIIT14Mar' target='_blank'>Register Here</a></div>:<></>}
{id===2?<div style={{color:'red',textDecorationLine:'underline'}}><a href='http://tinyurl.com/JIIT2March' target='_blank'>Register Here</a></div>:<></>}
{id===4?<div style={{color:'red',textDecorationLine:'underline'}}><a href='http://tinyurl.com/JIIT14Mar' target='_blank'>Register Here</a></div>:<></>}
{/* {id===2?<div style={{color:'red',textDecorationLine:'underline'}}><a href='http://tinyurl.com/JIIT2March' target='_blank'>Register Here</a></div>:<></>} */}
</VStack>
</Box>
</HStack>
Expand Down

0 comments on commit d1fe13c

Please sign in to comment.