Skip to content
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

[Improve] team minor improvement #255

Merged
merged 1 commit into from
Sep 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/pages/team/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ export default function () {
}
</div>

<h3 className="team_title mb-5">
Contributors
</h3>
<span className="desc">{dataSource.info.contributors}</span>
<div className="row py-4">
<img src="https://contrib.rocks/image?repo=apache/streampark"/>
</div>

</div>
</Layout>;
}}
Expand Down
6 changes: 4 additions & 2 deletions src/pages/team/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"zh-CN": {
"info": {
"desc": "StreamPark 社区由贡献者组成。 贡献者可以直接访问 StreamPark 项目的源代码并参与贡献当中(包括但不限于代码的贡献)。 贡献者通过提交补丁和建议来改善项目。 该项目的贡献者数量是无限的。 无论是琐碎的清理工作,重要的新功能还是其他重大的奖励,对 StreamPark 所做的所有贡献都将受到极大的赞赏。",
"tip": "(排名不分先后)"
"tip": "(排名不分先后)",
"contributors": "感谢所有为 StreamPark 做出贡献的贡献者们!"
},
"mentor" : [
{
Expand Down Expand Up @@ -104,7 +105,8 @@
"en": {
"info": {
"desc": "The StreamPark team is comprised of Members and Contributors. Members have direct access to the source of StreamPark project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. All contributions to StreamPark are greatly appreciated, whether for trivial cleanups, big new features or other material rewards.",
"tip": "(In no particular order)"
"tip": "(In no particular order)",
"contributors": "Thanks all the contributors who already contributed to StreamPark!"
},
"mentor" : [
{
Expand Down
Loading