Skip to content

Commit

Permalink
update customer logos
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Nov 11, 2024
1 parent e96d308 commit 84a677f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/components/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,13 +520,14 @@ export default function Home({ recentPosts }) {

{/* TRUSTED BY SECTION */}
<section className="st_trusted_by">
<h2>TRUSTED BY</h2>
<h2>USED BY</h2>
<div className="st_trusted_by_companies">
<div className="st_trusted_by_company">
<img
{/* <img
src="/img/website/trusted-comp1.png"
alt="University of Oregon"
/>
/> */}
University of Oregon
</div>
<div className="st_trusted_by_company">
<img
Expand All @@ -537,11 +538,14 @@ export default function Home({ recentPosts }) {
<div className="st_trusted_by_company">
<img
src="/img/website/trusted-comp3.png"
alt="Bicycle coalition"
alt="Bicycle Coalition of Greater Philadelphia"
/>
</div>
<div className="st_trusted_by_company">
<img src="/img/website/trusted-comp4.png" alt="Streetmix" />
World Bank Group
</div>
<div className="st_trusted_by_company">
City of Silverton, Oregon
</div>
</div>
</section>
Expand Down
1 change: 1 addition & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@ section h2 {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

/* // */
Expand Down

0 comments on commit 84a677f

Please sign in to comment.