Skip to content

Commit

Permalink
added sponsor, updated timeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
harshk04 committed Mar 7, 2024
1 parent dbe1d77 commit 5cb9c2a
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 100 deletions.
Binary file added public/gfg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/wahter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
168 changes: 71 additions & 97 deletions src/components/Bitbox/Sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,50 @@ export default function Sponsors() {
display={'flex'}
justifyContent={'center'}
>
<a href="https://www.axure.com" target="_blank">
<a target="_blank" href="https://www.instagram.com/wahterevolution/">
<Image
src="/wahter.png"
w={'50%'}
h={'50%'}
className="image"
margin="auto"
position={'relative'}
/>
</a>
</GridItem>

<GridItem
w="15vw"
h="15vw"
bg="#161515"
border={'1px solid white'}
className="sponsor"
display={'flex'}
justifyContent={'center'}
>
<a target="_blank" href="https://www.geeksforgeeks.org/">
<Image
src="/gfg.png"
w={'50%'}
h={'50%'}
className="image"
margin="auto"
position={'relative'}
/>
</a>
</GridItem>
<GridItem
w="15vw"
h="15vw"
bg="#161515"
border={'1px solid white'}
className="sponsor"
display={'flex'}
justifyContent={'center'}
>
<a target="_blank" href="https://www.codingninjas.com/">
<Image
src="/axure.webp"
src="/codingninja.svg"
w={'50%'}
h={'50%'}
className="image"
Expand All @@ -139,6 +180,7 @@ export default function Sponsors() {
/>
</a>
</GridItem>

<GridItem
w="15vw"
h="15vw"
Expand All @@ -148,9 +190,9 @@ export default function Sponsors() {
display={'flex'}
justifyContent={'center'}
>
<a href="https://www.echo3d.com/" target="_blank">
<a href="https://www.axure.com" target="_blank">
<Image
src="/echo3d.svg"
src="/axure.webp"
w={'50%'}
h={'50%'}
className="image"
Expand All @@ -168,9 +210,9 @@ export default function Sponsors() {
display={'flex'}
justifyContent={'center'}
>
<a href="https://givemycertificate.com/" target="_blank">
<a href="https://www.echo3d.com/" target="_blank">
<Image
src="/gmc.svg"
src="/echo3d.svg"
w={'50%'}
h={'50%'}
className="image"
Expand All @@ -188,9 +230,9 @@ export default function Sponsors() {
display={'flex'}
justifyContent={'center'}
>
<a href="https://streamyard.com/" target="_blank">
<a href="https://givemycertificate.com/" target="_blank">
<Image
src="/streamyardsponsor.png"
src="/gmc.svg"
w={'50%'}
h={'50%'}
className="image"
Expand All @@ -199,7 +241,6 @@ export default function Sponsors() {
/>
</a>
</GridItem>

<GridItem
w="15vw"
h="15vw"
Expand All @@ -209,9 +250,9 @@ export default function Sponsors() {
display={'flex'}
justifyContent={'center'}
>
<a href="https://www.algocs.in/" target="_blank">
<a href="https://streamyard.com/" target="_blank">
<Image
src="/algocs.svg"
src="/streamyardsponsor.png"
w={'50%'}
h={'50%'}
className="image"
Expand All @@ -230,9 +271,9 @@ export default function Sponsors() {
display={'flex'}
justifyContent={'center'}
>
<a href="https://upcomingfest.netlify.app/" target="_blank">
<a href="https://www.algocs.in/" target="_blank">
<Image
src="/uf.svg"
src="/algocs.svg"
w={'50%'}
h={'50%'}
className="image"
Expand All @@ -241,6 +282,7 @@ export default function Sponsors() {
/>
</a>
</GridItem>

<GridItem
w="15vw"
h="15vw"
Expand All @@ -250,9 +292,9 @@ export default function Sponsors() {
display={'flex'}
justifyContent={'center'}
>
<a href="https://stockedge.com/" target="_blank">
<a href="https://upcomingfest.netlify.app/" target="_blank">
<Image
src="/stockedge.svg"
src="/uf.svg"
w={'50%'}
h={'50%'}
className="image"
Expand All @@ -270,15 +312,14 @@ export default function Sponsors() {
display={'flex'}
justifyContent={'center'}
>
<a target="_blank" href="https://gen.xyz/">
<a href="https://stockedge.com/" target="_blank">
<Image
src="/xyzz.webp"
src="/stockedge.svg"
w={'50%'}
h={'50%'}
className="image"
margin="auto"
position={'relative'}
backgroundColor={'white'}
/>
</a>
</GridItem>
Expand All @@ -291,14 +332,15 @@ export default function Sponsors() {
display={'flex'}
justifyContent={'center'}
>
<a target="_blank" href="https://www.codingninjas.com/">
<a target="_blank" href="https://gen.xyz/">
<Image
src="/codingninja.svg"
src="/xyzz.webp"
w={'50%'}
h={'50%'}
className="image"
margin="auto"
position={'relative'}
backgroundColor={'white'}
/>
</a>
</GridItem>
Expand Down Expand Up @@ -371,50 +413,16 @@ export default function Sponsors() {
display={'flex'}
justifyContent={'center'}
>
<a target="_blank" href="https://www.threeway.studio/">
<Image
src="/logo-google.webp"
w={'50%'}
h={'50%'}
className="image"
margin="auto"
position={'relative'}
/>
</GridItem>
<GridItem
w="15vw"
h="15vw"
bg="#161515"
border={'1px solid white'}
className="sponsor"
display={'flex'}
justifyContent={'center'}
>
<Image
src="/logo-google.webp"
w={'50%'}
h={'50%'}
className="image"
margin="auto"
position={'relative'}
/>
</GridItem>
<GridItem
w="15vw"
h="15vw"
bg="#161515"
border={'1px solid white'}
className="sponsor"
display={'flex'}
justifyContent={'center'}
>
<Image
src="/logo-google.webp"
src="/threeway.png"
w={'50%'}
h={'50%'}
className="image"
margin="auto"
position={'relative'}
/>
</a>
</GridItem>
</Grid>

Expand Down Expand Up @@ -711,7 +719,7 @@ export default function Sponsors() {
/>
</a>
</GridItem>
<GridItem
{/* <GridItem
w="14vw"
h="14vw"
bg="#161515"
Expand All @@ -731,7 +739,7 @@ export default function Sponsors() {
backgroundColor={'white'}
/>
</a>
</GridItem>
</GridItem> */}

<GridItem
w="14vw"
Expand Down Expand Up @@ -821,7 +829,7 @@ export default function Sponsors() {
</a>
</GridItem>

<GridItem
{/* <GridItem
w="14vw"
h="14vw"
bg="#161515"
Expand All @@ -843,7 +851,7 @@ export default function Sponsors() {
position={'relative'}
/>
</a>
</GridItem>
</GridItem> */}

<GridItem
w="14vw"
Expand Down Expand Up @@ -926,42 +934,8 @@ export default function Sponsors() {
position={'relative'}
/>
</GridItem>
<GridItem
w="14vw"
h="14vw"
bg="#161515"
border={'1px solid white'}
className="sponsor"
display={'flex'}
justifyContent={'center'}
>
<Image
src="/logo-google.webp"
w={'50%'}
h={'50%'}
className="image"
margin="auto"
position={'relative'}
/>
</GridItem>
<GridItem
w="14vw"
h="14vw"
bg="#161515"
border={'1px solid white'}
className="sponsor"
display={'flex'}
justifyContent={'center'}
>
<Image
src="/logo-google.webp"
w={'50%'}
h={'50%'}
className="image"
margin="auto"
position={'relative'}
/>
</GridItem>


</Grid>
</Box>
</>
Expand Down
12 changes: 9 additions & 3 deletions src/components/Bitbox/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ import {
const timeline = [
{
id: 1,
date: 'Jan 1, 2024 to March 5, 2024',
date: 'Jan 1, 2024 to March 8, 2024',
title: 'Registration begins',
description: `Get, set and be ready to code for Hackathon!`
},
{
id: 2,
date: 'March 6, 2024 to March 8, 2024',
date: 'March 8, 2024 to March 10, 2024',
title: 'Idea submission',
description: `Ideate, brainstorm and form a structure and your thoughts for the problem statement.`
},
Expand Down Expand Up @@ -54,6 +54,12 @@ const timeline = [
date: 'March 16, 2024',
title: 'Hackathon',
description: `Get ready for 12 hours of code sprint!`
},
{
id: 8,
date: 'March 23, 2024',
title: 'Technical Workshop',
description: `Discover DevOps: Streamline development, foster collaboration. Join us!`
}
];

Expand Down Expand Up @@ -158,7 +164,7 @@ const Card = ({ id, title, description, date }) => {
</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===8?<div style={{color:'red',textDecorationLine:'underline'}}><a href='https://www.geeksforgeeks.org/event/bitbox-4' target='_blank'>Register Here</a></div>:<></>}
</VStack>
</Box>
</HStack>
Expand Down

0 comments on commit 5cb9c2a

Please sign in to comment.