Skip to content

Commit e54adb1

Browse files
authored
Merge pull request #418 from processing/update-asset
Add supporter section and update social links
2 parents c09d1c2 + 285bdfa commit e54adb1

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

src/components/Footer/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ const bannerEntry = await getEntry("banner", currentLocale);
5252
<ul aria-labelledby="socials-footer-category">
5353
<li><a href="https://github.com/processing/p5.js">GitHub</a></li>
5454
<li><a href="https://www.instagram.com/p5xjs/">Instagram</a></li>
55-
<li><a href="https://www.youtube.com/@pjs-dz1rv">YouTube</a></li>
5655
<li><a href="https://twitter.com/p5xjs">X</a></li>
56+
<li><a href="https://www.youtube.com/@ProcessingFoundation">YouTube</a></li>
5757
<li><a href="https://discord.gg/SHQ8dH25r9">Discord</a></li>
5858
<li>
5959
<a href="https://discourse.processing.org/c/p5js">{t("Forum")}</a>

src/layouts/AboutLayout.astro

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,29 @@ const displayedFeaturedPeople = sortedFeaturedPeople.slice(0, 6);
9494
>
9595
<a href="https://github.com/processing/p5.js">GitHub</a>,{` `}
9696
<a href="https://www.instagram.com/p5xjs/">Instagram</a>,{` `}
97-
<a href="https://www.youtube.com/@pjs-dz1rv">YouTube</a>,{` `}
9897
<a href="https://twitter.com/p5xjs">X</a>,{` `}
98+
<a href="https://www.youtube.com/@ProcessingFoundation">YouTube</a>,{` `}
9999
<a href="https://discord.gg/SHQ8dH25r9">Discord</a>,{` `}
100100
<a href="https://discourse.processing.org/c/p5js">{t("Forum")}</a>{` `}
101101
</div>
102102
</div>
103103
</section>
104+
<section>
105+
<h2 id="supporters">Supporters</h2>
106+
<ul class="text-2xl mt-xl">
107+
<li>
108+
<a href="https://processingfoundation.org">Processing Foundation</a>
109+
</li>
110+
<li><a href="https://www.sovereigntechfund.de/">Sovereign Tech Fund</a></li>
111+
<li><a href="https://foundation.mozilla.org/en/">Mozilla Foundation</a></li>
112+
<li><a href="https://tisch.nyu.edu/itp">NYU ITP</a></li>
113+
<li><a href="https://dma.ucla.edu/">UCLA DMA</a></li>
114+
<li><a href="https://www.arts.gov/">National Endowment for the Arts</a></li>
115+
<li><a href="https://studioforcreativeinquiry.org/">The Frank-Ratchye STUDIO for Creative Inquiry at Carnegie Mellon University </a></li>
116+
<li><a href="https://clinicopensourcearts.org/">Clinic for Open Source Arts (COSA) at the University of Denver</a></li>
117+
<li><a href="https://www.schools.nyc.gov/">New York City Department of Education</a></li>
118+
</ul>
119+
</section>
104120
<section>
105121
<h2 id="processing-foundation">Processing Foundation</h2>
106122
<ul class="text-2xl mt-xl">

0 commit comments

Comments
 (0)