Skip to content

Commit

Permalink
chore: added sponsors and their images
Browse files Browse the repository at this point in the history
  • Loading branch information
MayurSChittaragi committed Oct 14, 2023
1 parent 965a8d6 commit 0757433
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 23 deletions.
109 changes: 86 additions & 23 deletions pages/sponsorship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,64 +11,127 @@ type Sponsor = {
type: SponsorType;
};

// all images should be in public/sponsors folder, just put the name of the image here and it will be loaded
const SponsorsData: Sponsor[] = [
{
name: "ADC",
// all images should be in public/sponsors folder, just put the name of the image here and it will be loaded
logo: "ADC.jpg",
link: "https://www.adc.com/",
name: "Synaptics",
logo: "Synaptics.png",
link: "https://www.synaptics.com//",
type: "diamond",
description: "",
},
{
name: "ARCTICERN",
logo: "ARCTICTERN.png",
link: "https://www.ARCTICTERN.com/",
name: "LAPP Kabel",
logo: "LAPP Kabel.png",
link: "https://www.lapp.com/en/fr/",
type: "gold",
description: "",
},
{
name: "Log9",
logo: "Log9.png",
link: "https://www.log9materials.com/",
type: "others",
description: "",
},
{
name: "Apraava Energy",
name: "Essen Electrical Enterprise",
logo: "essen.png",
link: "https://www.essenelectric.com/",
type: "silver",
description: "",
},
{
name: "Torrent Power Limited",
logo: "torrent.png",
link: "https://www.torrentpower.com/",
type: "silver",
description: "",
},
{
name: "Apraava Energy Private Ltd",
logo: "Apraava Energy.png",
link: "https://www.apraava.com//",
type: "others",
description: "",
},
{
name: "LAPP Kabel",
logo: "LAPP Kabel.png",
link: "https://www.lapp.com/en/fr/",
name: "Vena Energy Infrastructures Service Private Ltd",
logo: "Vena Energy.png",
link: "https://www.venaenergy.com/",
type: "others",
description: "",
},
{
name: "Log9",
logo: "Log9.png",
link: "https://www.log9materials.com/",
name: "MSPL Limited",
logo: "mspl.png",
link: "https://baldota.co.in/mspl-limited",
type: "others",
description: "",
},
{
name: "Enerfra Solutions",
logo: "enerfra.png",
link: "https://www.enerfra.com/",
type: "diamond",
description: "",
},
{
name: "Anandi Developers and Constructors",
logo: "ADC.jpg",
link: "https://www.adc.com/",
type: "others",
description: "",
},
{
name: "Rexroth",
logo: "Rexroth.jpg",
link: "https://www.boschrexroth.com/en/dc/",
name: "Bosch Rexroth (India) Private Limited",
logo: "rexroth.png",
link: "https://www.ARCTICTERN.com/",
type: "others",
description: "",
},
// {
// name: "Book Paradise",
// logo: "",
// link: "https://booksparadise.in/",
// type: "others",
// description: "",
// },
{
name: "Synaptics",
logo: "Synaptics.png",
link: "https://www.synaptics.com//",
name: "Arctictern",
logo: "ARCTICTERN.png",
link: "https://www.ARCTICTERN.com/",
type: "others",
description: "",
},
// {
// name: "Dept. of TE (RVCE)",
// logo: "",
// link: "https://rvce.edu.in/tc-menu",
// type: "others",
// description: "",
// },
{
name: "Vena Energy",
logo: "Vena Energy.png",
link: "https://www.venaenergy.com/",
name: "Orbit Techsol India Private Ltd",
logo: "orbit.png",
link: "https://www.orbitindia.net/",
type: "others",
description: "",
},
// {
// name: "Advance Controls",
// logo: "",
// link: "",
// type: "others",
// description: "",
// },
// {
// name: "Vijayavani Paper News Coverage",
// logo: "",
// link: "",
// type: "others",
// description: "",
// },
// Add more sponsors as needed
];

Expand Down
Binary file removed public/sponsors/Rexroth.jpg
Binary file not shown.
Binary file added public/sponsors/enerfra.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/sponsors/essen.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/sponsors/mspl.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/sponsors/orbit.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/sponsors/rexroth.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/sponsors/torrent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0757433

Please sign in to comment.