Skip to content

Commit 2ea1b07

Browse files
committed
Update images on donate page
1 parent c678966 commit 2ea1b07

13 files changed

+12
-12
lines changed

src/content/text-detail/en/donate.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: "Donate"
33
---
44
import DonorBoxWidget from "../../../components/DonorBoxWidget/index.astro";
55
import Image from "../../../components/Image/index.astro";
6-
import featuredDonate from "../images/donate-featured.png";
7-
import donate1 from "../images/donate-1.png";
8-
import donate2 from "../images/donate-2.png";
9-
import donate3 from "../images/donate-3.jpeg";
10-
import donate4 from "../images/donate-4.png";
11-
import donate5 from "../images/donate-5.png";
6+
import featuredDonate from "../images/contributor-conf-2019-17.webp";
7+
import donate1 from "../images/ccfest2018.webp";
8+
import donate2 from "../images/workshops-chile.webp";
9+
import donate3 from "../images/contributor-conf-2015.webp";
10+
import donate4 from "../images/p5for50plus.webp";
11+
import donate5 from "../images/tunapanda.webp";
1212
import donate6 from "../images/donate-6.jpeg";
1313

1414
<Image
1515
src={featuredDonate}
16-
alt="An image of a person speaking to crowd next to a projection"
16+
alt="Participants sit around a table with their laptops and observe code on a screen."
1717
width="480"
1818
class="max-w-[252px] md:max-w-[312px] lg:max-w-[480px]"
1919
/>
@@ -25,10 +25,10 @@ We need your help! p5.js is free, open-source software. You can support this wor
2525
The Processing Foundation was established in 2012 after more than a decade of work with the original Processing software. The Foundation’s mission is to promote software learning within the arts, artistic learning within technology-related fields, and to celebrate the diverse communities that make these fields vibrant, liberatory, and innovative. Our goal is to support people of all backgrounds in learning how to program and make creative work with code, especially those who might not otherwise have access to tools and resources. We also believe that some of the most radical futures and innovative technologies are being built by communities that have been pushed to the margins by dominant tech. We hope to support those who have been marginalized by technology in continued self-determination by providing time, space, and resources.
2626

2727
<div class="mt-xl content-grid [&>*]:col-span-3 [&>*:first-child]:col-span-4 [&>*:last-child]:col-span-4 lg:[&>*:first-child]:col-span-6 lg:[&>*:last-child]:col-span-6 lg:w-[calc(100vw-300px)]">
28-
<Image src={donate1} alt="An image of three people looking to the right to something out of view, two are wearing n95 masks"/>
29-
<Image src={donate2} alt="Three people looking at one another in a kitchen like space, sepia tones"/>
30-
<Image src={donate3} alt="People gathered around a ring of computers showing a digital campfire"/>
31-
<Image src={donate4} alt="Two young people interacting with a computer"/>
32-
<Image src={donate5} alt="A group of people on a stage with their hands clasped together"/>
28+
<Image src={donate1} alt="p5.js workshop participants coding while showing their projects on screen."/>
29+
<Image src={donate2} alt="p5.js workshop in Chile led by Aarón Montoya-Moraga, participants showing their project. "/>
30+
<Image src={donate3} alt="Participants jump, smile and throw their hands in the air on a green lawn."/>
31+
<Image src={donate4} alt="Inhwa Yeom teaching p5.js to people aged 50+."/>
32+
<Image src={donate5} alt="Students learning to code while checking a p5.js book."/>
3333
<Image src={donate6} alt="People gathered around computers at a desk"/>
3434
</div >
132 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1.92 MB
Binary file not shown.
-2.78 MB
Binary file not shown.
-303 KB
Binary file not shown.
-2.82 MB
Binary file not shown.
-2.33 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)