Skip to content

Commit

Permalink
Added Drees&Sommer and reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Mar 22, 2024
1 parent 1ba93f8 commit 6b0e852
Showing 1 changed file with 27 additions and 19 deletions.
46 changes: 27 additions & 19 deletions src/components/Sponsors/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,51 @@ import Potsdam from "../../assets/images/sponsors/potsdam.webp";
import AxelSpringer from "../../assets/images/sponsors/axelspringer.webp";
import BertaRudi from "../../assets/images/sponsors/berta-rudi_logo_negativ_sw.svg";
import Starwit from "../../assets/images/sponsors/cropped-logo-starwit-white.png";
import DreesSommer from "../../assets/images/sponsors/DreesSommer.webp";


function Sponsors() {

const sponsors = [
{
logo: ClimateTechHub.src,
alt: "Logo of Climate Tech Hub",
link: "https://www.climate-tech-hub.com/"
logo: BertaRudi.src,
alt: "Logo of Berta Rudi",
link: "https://berta-rudi.com/?utm_source=crossmedial&utm_medium=hpihack&utm_campaign=hackathon"
}
, {
logo: AxelSpringer.src,
alt: "Logo of Axel Springer",
link: "https://www.axelspringer.com/"
}, {
logo: ESchool.src,
alt: "Logo of HPI E-School",
link: "https://hpi.de/entrepreneurship/home.html"
}, {
logo: HolySquad.src,
alt: "Logo of HolySquad",
link: "https://de.weareholy.com/"
}, {
logo: DB.src,
alt: "Logo of Deutsche Bahn",
link: "https://www.deutschebahn.com/"
}, {
logo: Potsdam.src,
alt: "Logo of the City of Potsdam",
link: "https://www.potsdam.de/de"
}, {
logo: AxelSpringer.src,
alt: "Logo of Axel Springer",
link: "https://www.axelspringer.com/"
},{
logo: BertaRudi.src,
alt: "Logo of Berta Rudi",
link: "https://berta-rudi.com/?utm_source=crossmedial&utm_medium=hpihack&utm_campaign=hackathon"
},{
logo: DreesSommer.src,
alt: "Logo of Drees & Sommer",
link: "https://www.dreso.com/"
}, {
logo: Starwit.src,
alt: "Logo of Starwit",
link: "https://starwit-technologies.de/"
},
{
logo: ClimateTechHub.src,
alt: "Logo of Climate Tech Hub",
link: "https://www.climate-tech-hub.com/"
}, {
logo: HolySquad.src,
alt: "Logo of HolySquad",
link: "https://de.weareholy.com/"
}, {
logo: DB.src,
alt: "Logo of Deutsche Bahn",
link: "https://www.deutschebahn.com/"
},
]

return (
Expand Down

0 comments on commit 6b0e852

Please sign in to comment.