-
Notifications
You must be signed in to change notification settings - Fork 167
Add zh(Han) translation for Donate page #715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
33009e5
Add zh(Han) translation for Donate page
Darrenhqf 6c3738e
Merge branch 'main' into add-donate-page-zh
Darrenhqf edb2bbe
Merge branch 'main' into add-donate-page-zh
Darrenhqf b9b4160
Merge branch 'main' into add-donate-page-zh
Darrenhqf 0ae0b3d
Update donate.mdx
Darrenhqf 05bb57e
Update donate.mdx
Darrenhqf ca5b06a
Merge branch 'main' into add-donate-page-zh
Darrenhqf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: "捐赠" | ||
--- | ||
import DonorBoxWidget from "../../../components/DonorBoxWidget/index.astro"; | ||
import Image from "../../../components/Image/index.astro"; | ||
import featuredDonate from "../images/contributor-conf-2019-17.webp"; | ||
import donate1 from "../images/ccfest2018.webp"; | ||
import donate2 from "../images/workshops-chile.webp"; | ||
import donate3 from "../images/contributor-conf-2015.webp"; | ||
import donate4 from "../images/p5for50plus.webp"; | ||
import donate5 from "../images/tunapanda.webp"; | ||
import donate6 from "../images/donate-6.jpeg"; | ||
|
||
<Image | ||
src={featuredDonate} | ||
alt="参与者们围坐在办公桌前,使用着笔记本电脑,同时观看着屏幕上的代码。" | ||
width="480" | ||
class="max-w-[252px] md:max-w-[312px] lg:max-w-[480px]" | ||
/> | ||
|
||
我们需要您的帮助!p5.js 是一款免费且开源的软件。您可以通过向支持 p5.js 的组织 Processing Foundation 捐款来支持这一项目的发展。您的捐款将直接助力 p5.js 的软件开发、制作范例代码及教程之类的教育资源,以及奖学金和社群活动。所有这些努力都将让我们的社区变得更加开放和包容! | ||
|
||
<DonorBoxWidget /> | ||
|
||
Processing Foundation 在原本的 Processing 软件多过十年的工作后成立于 2012 年。Processing Foundation 的原旨是推动艺术领域的软件学习,促进技术相关领域的艺术教育,并支持那些可以让这些领域充满活力、自由和创新的多元社区。我们致力于帮助来自不同背景的人们学习编程,并通过代码进行创意表达,尤其是那些可能缺乏获取相关工具和资源的人群。同时,我们也相信,一些最具变革性的未来发展和创新技术,正诞生于那些被主流科技边缘化的社群。我们希望通过提供时间、空间和有效资源,从而帮助这些群体在科技领域来持续实现自主发展。 | ||
|
||
<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)]"> | ||
<Image src={donate1} alt="在 p5.js 工作坊中,参与者围坐在桌前,使用笔记本电脑观察屏幕上的代码。"/> | ||
<Image src={donate2} alt="由Aarón Montoya-Moraga在智利主持的 p5.js 工作坊,大家展示了参与的项目 "/> | ||
<Image src={donate3} alt="参与者们在绿色的草坪上跳跃、微笑,并欢快的手舞足蹈着。"/> | ||
<Image src={donate4} alt="Inhwa Yeom 为 50 岁以上的人群教授 p5.js的编程技能"/> | ||
<Image src={donate5} alt="学生们一边学习p5.js编程语言,一边翻阅着范例代码书籍。"/> | ||
<Image src={donate6} alt="参与者们围坐在桌前,聚精会神地在电脑上使用p5.js代码编辑器。"/> | ||
Darrenhqf marked this conversation as resolved.
Show resolved
Hide resolved
|
||
</div > |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.