Skip to content

Commit

Permalink
feat: adding Siemens as member (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Reisch <[email protected]>
Co-authored-by: Conrad Reisch <[email protected]>
  • Loading branch information
dark-m0de and Conrad Reisch authored Jan 29, 2025
1 parent a041916 commit 9836285
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const Partners = () => {
<img src={siteConfig.baseUrl + "img/members/Intuit-light.svg"} width="128px" onDragStart={handleDragStart} role="presentation" />,
<img src={siteConfig.baseUrl + "img/members/Nike-light.svg"} width="128px" onDragStart={handleDragStart} role="presentation" />,
<img src={siteConfig.baseUrl + "img/members/cisco-light.svg"} width="128px" onDragStart={handleDragStart} role="presentation" height="128px"/>,
<img src={siteConfig.baseUrl + "img/members/Siemens-light.svg"} width="128px" onDragStart={handleDragStart} role="presentation" height="128px"/>,
];

} else {
Expand All @@ -108,7 +109,8 @@ const Partners = () => {
<img src={siteConfig.baseUrl + "img/members/Salesforce-dark.svg"} width="128px" onDragStart={handleDragStart} role="presentation" />,
<img src={siteConfig.baseUrl + "img/members/Intuit-dark.svg"} width="128px" onDragStart={handleDragStart} role="presentation" />,
<img src={siteConfig.baseUrl + "img/members/Nike-dark.svg"} width="128px" onDragStart={handleDragStart} role="presentation" />,
<img src={siteConfig.baseUrl + "img/members/cisco-dark.svg"} width="128px" onDragStart={handleDragStart} role="presentation" height="128px" />,
<img src={siteConfig.baseUrl + "img/members/cisco-dark.svg"} width="128px" onDragStart={handleDragStart} role="presentation" height="128px"/>,
<img src={siteConfig.baseUrl + "img/members/Siemens-dark.svg"} width="128px" onDragStart={handleDragStart} role="presentation" height="128px"/>,
];
}

Expand Down
43 changes: 43 additions & 0 deletions static/img/members/Siemens-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions static/img/members/Siemens-light.svg
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 static/img/members/Siemens.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 9836285

Please sign in to comment.