|
324 | 324 | <NavigationMargin /> |
325 | 325 |
|
326 | 326 | <Alert |
327 | | - onlyShowID={"donatee:_2"} |
| 327 | + onlyShowID={"donatee:_3"} |
328 | 328 | text={"PenguinMod is a free-to-use visual coding website. Your support can help us keep the website working!"} |
329 | 329 | textBreakup={true} |
330 | 330 | textColor={"white"} |
331 | 331 | hasImage={true} |
332 | 332 | imgSrc={"/happy.svg"} |
333 | 333 | imgAlt={":D"} |
334 | 334 | hasButton={true} |
335 | | - buttonText={"Donate"} |
336 | | - buttonHref={"/donate"} |
| 335 | + buttonText={"Support"} |
| 336 | + buttonHref={"/support"} |
337 | 337 | /> |
338 | 338 | <StatusAlert /> |
339 | 339 |
|
|
438 | 438 | lang={currentLang} |
439 | 439 | /> |
440 | 440 | </Button> |
441 | | - <Button link={"/donate"}> |
| 441 | + <Button link={"/support"}> |
442 | 442 | <LocalizedText |
443 | | - text="Donate" |
| 443 | + text="Funding" |
444 | 444 | key="home.footer.sections.donate" |
445 | 445 | lang={currentLang} |
446 | 446 | /> |
|
715 | 715 | <!-- NOTE: This section is entirely hard-coded for time-relevant stuff, but avoid making new classes for a topic. --> |
716 | 716 | <div class="category-news"> |
717 | 717 | <div class="category-news-content"> |
718 | | - <h2 style="margin-block:4px;"> |
719 | | - New Years PenguinJam has been ranked! |
720 | | - </h2> |
| 718 | + <h2 style="margin-block:4px;">A PenguinJam for the Spring!</h2> |
721 | 719 | <div style="width:100%"> |
722 | 720 | <p> |
723 | | - All of the projects in the New Years PenguinJam |
724 | | - have been ranked! |
| 721 | + A new PenguinJam is starting up! |
725 | 722 | <br /> |
726 | | - Thanks to everyone who participated! |
727 | | - <br /> |
728 | | - If you got a bad score, that's not a bad thing! It |
729 | | - means there's room to improve and you can do better |
730 | | - next time around to try and get a higher score. |
| 723 | + See the event page for more details! |
731 | 724 | </p> |
732 | 725 | <p style="margin-block-start:4px;"> |
733 | | - <a |
734 | | - href="https://projects.penguinmod.com/4826108719" |
735 | | - >New Years PenguinJam Official Rankings</a |
736 | | - > |
| 726 | + <a href="https://penguinmod.com/events/penguinjamspring2026">Spring PenguinJam 2026</a> |
737 | 727 | </p> |
738 | 728 | <img |
739 | | - src="/events/news/penguinjamnewyears2025.webp" |
740 | | - alt="New Years PenguinJam 2025" |
| 729 | + src="/events/news/penguinjamspring2026.webp" |
| 730 | + alt="Spring PenguinJam 2026" |
741 | 731 | style="width:100%;" |
742 | 732 | /> |
743 | 733 | </div> |
|
1108 | 1098 | key="home.footer.notaffiliated" |
1109 | 1099 | lang={currentLang} |
1110 | 1100 | /> |
| 1101 | + <br /> |
| 1102 | + <LocalizedText |
| 1103 | + text="Scratch is a project of the Scratch Foundation. It is available for free." |
| 1104 | + key="home.footer.notaffiliated2" |
| 1105 | + lang={currentLang} |
| 1106 | + html={true} |
| 1107 | + replace={{ |
| 1108 | + "{{LINK}}": "<a href='https://scratch.org/'>https://scratch.org/</a>" |
| 1109 | + }} |
| 1110 | + /> |
1111 | 1111 | </p> |
1112 | 1112 | <div class="footer-list"> |
1113 | 1113 | <div class="footer-section"> |
|
1218 | 1218 | <div class="footer-section"> |
1219 | 1219 | <p> |
1220 | 1220 | <LocalizedText |
1221 | | - text="Donate" |
| 1221 | + text="Funding" |
1222 | 1222 | key="home.footer.sections.donate" |
1223 | 1223 | lang={currentLang} |
1224 | 1224 | /> |
1225 | 1225 | </p> |
1226 | | - <a href={"/donate"}>PenguinMod</a> |
1227 | | - <a target="_blank" href={LINK.donate.turbowarp}>TurboWarp</a> |
| 1226 | + <a href={"/support"}>PenguinMod</a> |
1228 | 1227 | <a target="_blank" href={LINK.donate.scratch}>Scratch</a> |
1229 | 1228 | </div> |
1230 | 1229 | </div> |
|
0 commit comments