This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2703f59a [Improve] team minor improvement (#255)
2703f59a is described below

commit 2703f59a0a5cdf80a392142c2de05705d654f974
Author: benjobs <[email protected]>
AuthorDate: Sat Sep 23 10:02:46 2023 -0500

    [Improve] team minor improvement (#255)
---
 src/pages/team/index.jsx      | 8 ++++++++
 src/pages/team/languages.json | 6 ++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/pages/team/index.jsx b/src/pages/team/index.jsx
index 12af912c..c04c8dc9 100644
--- a/src/pages/team/index.jsx
+++ b/src/pages/team/index.jsx
@@ -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>;
       }}
diff --git a/src/pages/team/languages.json b/src/pages/team/languages.json
index 08e41281..82f53edf 100644
--- a/src/pages/team/languages.json
+++ b/src/pages/team/languages.json
@@ -2,7 +2,8 @@
   "zh-CN": {
     "info": {
       "desc": "StreamPark 社区由贡献者组成。 贡献者可以直接访问 StreamPark 
项目的源代码并参与贡献当中(包括但不限于代码的贡献)。 贡献者通过提交补丁和建议来改善项目。 该项目的贡献者数量是无限的。 
无论是琐碎的清理工作,重要的新功能还是其他重大的奖励,对 StreamPark 所做的所有贡献都将受到极大的赞赏。",
-      "tip": "(排名不分先后)"
+      "tip": "(排名不分先后)",
+      "contributors": "感谢所有为 StreamPark 做出贡献的贡献者们!"
     },
     "mentor" : [
       {
@@ -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" : [
       {

Reply via email to