Skip to content
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
31 changes: 31 additions & 0 deletions src/assets/images/sponsors/2026/optiver_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 15 additions & 7 deletions src/components/Sponsors/Sponsors26.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Cula from "../../assets/images/sponsors/2026/Lockup-White.svg";
import Claas from "../../assets/images/sponsors/2026/claas_white.svg";
import Quantco from "../../assets/images/sponsors/2026/quantco_white.svg";
import AWS from "../../assets/images/sponsors/2026/Amazon_Web_Services_Logo_white.svg";
import Optiver from "../../assets/images/sponsors/2026/optiver_white.svg";
import React from "react";
import HackHPIWrapper from "../Theme/HackHPIWrapper.jsx";
import { SponsorObject } from "./sponsor.interface";
Expand All @@ -24,22 +25,29 @@ function Sponsors() {
link: "https://aws.amazon.com/",
customHeight: "5rem",
},
{
logo: Engine.src,
alt: "Logo of HPI Engine",
link: "https://engine.hpi.de",
},
{
logo: Claas.src,
alt: "Logo of Claas",
link: "https://www.claas.com/",

},
{
logo: Quantco.src,
alt: "Logo of Quantco",
link: "https://www.quantco.com/",
customHeight: "7rem",
},
{
logo: Optiver.src,
alt: "Logo of Optiver",
link: "https://optiver.com/",
customHeight: "7rem",
},
{
logo: Engine.src,
alt: "Logo of HPI Engine",
link: "https://engine.hpi.de",
},
];

return (
Expand Down Expand Up @@ -84,7 +92,7 @@ function Sponsors() {
item
xs={12}
md={6}
lg={3}
lg={4}
key={idx}
style={{
display: "flex",
Expand All @@ -93,7 +101,7 @@ function Sponsors() {
}}
>
<Link
sx={{ width: "80%" }}
sx={{ width: "70%" }}
href={sponsor.link}
target={"_blank"}
rel="noopener noreferrer"
Expand Down
Loading