Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Drees&Sommer and reordering #147

Merged
merged 3 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/images/sponsors/DreesSommer.webp
Binary file not shown.
58 changes: 36 additions & 22 deletions src/components/Sponsors/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,57 @@ 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
Loading