Skip to content

Commit

Permalink
Merge pull request opensourcepledge#77 from opensourcepledge/optimise…
Browse files Browse the repository at this point in the history
…-piggybank

Optimise piggybank.png
  • Loading branch information
chadwhitacre authored Sep 4, 2024
2 parents 78609a7 + 3f0b64f commit 7190dea
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0

<p align="center">
<a href="https://osspledge.com">
<img src="public/images/piggybank.png" alt="A hand puts bills into a computer monitor" width="200px">
<img src="public/images/piggybank.webp" alt="A hand puts bills into a computer monitor" width="200px">
</a>
</p>

Expand Down
Binary file removed public/images/piggybank.png
Binary file not shown.
Binary file added public/images/piggybank.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import Layout from "../layouts/Layout.astro";
position: relative;
margin: 1rem -4rem;
padding: 0 4rem;
background-image: url(/images/piggybank.png);
background-image: url(/images/piggybank.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: right center;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import TextButton from "../components/TextButton.astro";
<div class="heading-and-mini-pc">
<h1>Pay your share</h1>
<div class="mini-pc">
<img src="/images/piggybank.png">
<img src="/images/piggybank.webp">
</div>
</div>
<p
Expand Down Expand Up @@ -97,7 +97,7 @@ import TextButton from "../components/TextButton.astro";
margin-left: -4rem;
margin-right: -4rem;
padding: 0 4rem;
background-image: url(/images/piggybank.png);
background-image: url(/images/piggybank.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: right center;
Expand Down

0 comments on commit 7190dea

Please sign in to comment.