Skip to content

Commit

Permalink
add BasedInLisbon logo to the website (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pereira2303 authored Feb 28, 2024
1 parent 24429a5 commit 99f2fbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/components/homepage/Partnerships.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Row, Col } from "react-bootstrap";
import mercedesBenzIo from "../../images/partnerships/mercedesBenzIo.png";
import auren from "../../images/partnerships/auren.png";
import managementSolutions from "../../images/partnerships/managementSolutions.png";
import basedInLisbon from "../../images/partnerships/BasedInLisbon.png";

import style from "../../pages/css/HomePage.module.css";

Expand All @@ -28,6 +29,11 @@ const Partnerships = () => {
<img src={managementSolutions} style={{ width: "50%", scale: "1.0" }} />
</a>
</Col>
<Col>
<a href="https://www.basedinlisbon.xyz/" target="_blank">
<img src={basedInLisbon} style={{ width: "50%", scale: "1.0" }} />
</a>
</Col>
</Row>
</BlueWhiteBox>
</div>
Expand Down
Binary file added client/src/images/partnerships/BasedInLisbon.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 99f2fbc

Please sign in to comment.