Skip to content

Commit

Permalink
fixed minor bugs and updated timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jjinendra3 committed Mar 2, 2024
1 parent d1fe13c commit 497b3ac
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 deletions src/components/Bitbox/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ 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 6, 2024 to March 8, 2024',
Expand All @@ -33,24 +27,30 @@ const timeline = [

{
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.`
date : 'March 13, 2024',
title: 'Speaker Session - Urvi Goel',
description: `Get to know about the latest trends in the tech industry by our speaker Urvi Goel.`
},
// {
// id: 4,
// date: 'April 13 2023',
// // title: 'Cipher-Dash ',codeburn
// description:`A fun event to test your coding skills and win exciting prizes!`
// },
{
id: 4,
date: 'March 14, 2024',
title: 'Mystery Event',
description:`A mystery event that will test your AI game.`
},
{
id: 5,
date: 'March 14, 2024',
title: 'CodeBurn🔥',
description:`Ignite your DSA skills in this engaging coding competition!`
},
{
id: 5,
id: 6,
date: 'March 15, 2024',
title: 'Speaker Session - Mahima Hans',
description:`Get to know about the latest trends in the tech industry by our speaker Mahima Hans.`
},
{
id: 7,
date: 'March 16, 2024',
title: 'Hackathon',
description: `Get ready for 12 hours of code sprint!`
Expand Down Expand Up @@ -157,7 +157,7 @@ const Card = ({ id, title, description, date }) => {
{title}
</chakra.h1>
<Text fontSize={descriptionFontSize}>{description}</Text>
{id===4?<div style={{color:'red',textDecorationLine:'underline'}}><a href='http://tinyurl.com/JIIT14Mar' target='_blank'>Register Here</a></div>:<></>}
{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>:<></>} */}
</VStack>
</Box>
Expand Down
10 changes: 5 additions & 5 deletions src/components/Bitbox/sdg.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function SDGs() {
mt={{base:'3vw',md:'3vw'}}
// w={{base:'70%',md:'100%'}}
>
{/* <GridItem
<GridItem
w={{base:"25vw", md: "13vw"}}
h={{base:"25vw", md: "13vw"}}
bg="#161515"
Expand All @@ -36,7 +36,7 @@ export default function SDGs() {

>

<Image src= "/Helthtech.png" w={{base:'100%',md:'60%'}} h={{base:'100%',md:'60%'}} className='image' margin='auto' position={'relative'}/>
<Image src= "/goal-01_480.png" w={{base:'100%',md:'60%'}} h={{base:'100%',md:'60%'}} className='image' margin='auto' position={'relative'}/>

</GridItem>
<GridItem
Expand All @@ -50,7 +50,7 @@ export default function SDGs() {

>

<Image src= "/aiml.png" w={{base:'100%',md:'60%'}} h={{base:'100%',md:'60%'}} className='image' margin='auto' position={'relative'}/>
<Image src= "/goal-02_480.png" w={{base:'100%',md:'60%'}} h={{base:'100%',md:'60%'}} className='image' margin='auto' position={'relative'}/>

</GridItem>
<GridItem
Expand All @@ -64,9 +64,9 @@ export default function SDGs() {

>

<Image src= "/Fintech.png" w={{base:'100%',md:'60%'}} h={{base:'100%',md:'60%'}} className='image' margin='auto' position={'relative'}/>
<Image src= "/goal-03_480.png" w={{base:'100%',md:'60%'}} h={{base:'100%',md:'60%'}} className='image' margin='auto' position={'relative'}/>

</GridItem> */}
</GridItem>
<GridItem
w={{base:"25vw", md: "13vw"}}
h={{base:"25vw", md: "13vw"}}
Expand Down

0 comments on commit 497b3ac

Please sign in to comment.