Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vasu-1/duhacks
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvashishth committed Jul 8, 2022
2 parents 1c2ad1b + 015479d commit d88f7cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/Module/Assets/sponsorsLogos/pm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/Module/General.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import replit from "./Assets/sponsorsLogos/replit.png";
import taskade from "./Assets/sponsorsLogos/taskade.png";
import interviewbuddy from './Assets/sponsorsLogos/ib.png'
import digitalocean from './Assets/sponsorsLogos/do.png'

import postman from './Assets/sponsorsLogos/pm.svg'

import zenisha from "./Assets/teami/Zenisha_Savaliya.jpeg";
import dhruvi from "./Assets/teami/Dhruvi_Sherathiya.jpg";
Expand Down Expand Up @@ -273,7 +273,7 @@ const TeamInfo = [
github: "https://github.com/manavshah25",
linkedin: "https://www.linkedin.com/in/manav-shah-28a521212",
img: manav
}
}
]
];

Expand Down Expand Up @@ -339,15 +339,15 @@ const titlesponsorLogos = [

const goldsponsorLogos = [
// [ ], //Array 1
[{ src: filecoin, link: "https://filecoin.io/" },{ src: gfg, link: "https://www.geeksforgeeks.org/" }, { src: digitalocean, link: "https://www.digitalocean.com/" }], //Array 2
[{ src: filecoin, link: "https://filecoin.io/" }, { src: gfg, link: "https://www.geeksforgeeks.org/" }, { src: digitalocean, link: "https://www.digitalocean.com/" }], //Array 2
// [{ src: interviewC }, { src: pass }, { src: glimpse }], //Array 3
// [{ src: egg }, { src: ll }, { src: ACF }] //Array 4

];

const silversponsorLogos = [
[{ src: echo3d, link: "https://www.echo3d.co/" }, { src: wolfram, link: "https://www.wolfram.com/" }, { src: interviewbuddy, link: "https://interviewbuddy.in/" }], //Array 1
[{ src: alan, link: "https://alan.app/" }],
[{ src: alan, link: "https://alan.app/" }],
// [{ src: taskade }, { src: Replit }, { src: qoom }], //Array 2
// [{ src: interviewC }, { src: pass }, { src: glimpse }], //Array 3
// [{ src: egg }, { src: ll }, { src: ACF }] //Array 4
Expand All @@ -356,7 +356,7 @@ const silversponsorLogos = [

const bronzeponsorLogos = [
[{ src: replit, link: "https://replit.com/" }, { src: certopus, link: "https://certopus.com/" }, { src: taskade, link: "https://www.taskade.com/" },], //Array 1
[{ src: koii, link: "https://www.koii.network/" }, {src: "https://www.postman.com/_mk-www-v7.3.0/assets/logos/pm-orange-logo-horiz.svg", link: "https://postman.com/"}],
[{ src: koii, link: "https://www.koii.network/" }, { src: postman, link: "https://postman.com/" }],
// [{ src: taskade }, { src: Replit }, { src: qoom }], //Array 2
// [{ src: interviewC }, { src: pass }, { src: glimpse }], //Array 3
// [{ src: egg }, { src: ll }, { src: ACF }] //Array 4
Expand Down

0 comments on commit d88f7cf

Please sign in to comment.