Skip to content

Commit

Permalink
Algoverse and R360
Browse files Browse the repository at this point in the history
  • Loading branch information
8rxn committed Sep 2, 2023
1 parent ee5e1a2 commit 250d1e3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
Binary file added public/Images/MediaImages/Rourkela360.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/Images/SponsorLogos/algoverse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/components/Partners/Partners.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,14 @@ const PartnersData = [
},
{
category: "Media Partners",
partners: [],
partners: [
{
name: "Rourkela 360",
logo: "/Images/MediaImages/Rourkela360.png",
alt: "Rourkela360",
width: 174,
height: 125,
},
],
},
];
8 changes: 8 additions & 0 deletions src/components/Sponsor/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ const SponsorData = [
alt: "AXURE LOGO",
link: "https://www.axure.com/",
},
{
name: "Algoverse",
logo: "/Images/SponsorLogos/algoverse.png",
width: 100,
height: 100,
alt: "ALGOVERSE LOGO",
link: "https://algoverseacademy.com/"
},
],
},
];

0 comments on commit 250d1e3

Please sign in to comment.