You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2022/07/02 13:18:35 UTC

[incubator-shenyu-website] branch main updated: News Page Picture Update (#626)

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

xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 225186e7e5 News Page Picture Update (#626)
225186e7e5 is described below

commit 225186e7e5ba530278299338024c9f3422abbb84
Author: gouzixing <44...@users.noreply.github.com>
AuthorDate: Sat Jul 2 21:18:30 2022 +0800

    News Page Picture Update (#626)
    
    * newsPage
    
    * news page
    
    * bugfix
    
    * news page update
    
    * bugfix --path bug
    
    * conflict
    
    * conflict
    
    * img update
---
 src/data/newsInfo.js             |  10 +++++-----
 src/pages/news.module.css        |   4 ----
 static/img/news/0.png            | Bin 0 -> 225249 bytes
 static/img/news/4.png            | Bin 0 -> 20103 bytes
 static/img/news/5.png            | Bin 0 -> 202611 bytes
 static/img/news/8.png            | Bin 0 -> 32090 bytes
 static/img/news/tangzhen.jpg     | Bin 611100 -> 371168 bytes
 static/img/news/zhunkunshuai.png | Bin 0 -> 86716 bytes
 8 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/src/data/newsInfo.js b/src/data/newsInfo.js
index 134544ef5f..bd9631c4fd 100644
--- a/src/data/newsInfo.js
+++ b/src/data/newsInfo.js
@@ -6,7 +6,7 @@ export default [
         categories: "Apache ShenYu Committers",
         tags: ["Apache ShenYu"],
         date: '2022-04-20',
-        cover: "/img/logo.svg",
+        cover: "/img/news/0.png",
         src:'Apache-ShenYu-Committer-2022-04-20',
     },
     {
@@ -26,7 +26,7 @@ export default [
         categories: "Apache ShenYu Committers",
         tags: ["Apache ShenYu"],
         date: "2021-12-08",
-        cover: "/img/logo.svg",
+        cover: "/img/news/zhunkunshuai.png",
         src:"Apache-ShenYu-Committer-2021-12-08",
     },
     {
@@ -36,7 +36,7 @@ export default [
         categories: "Apache ShenYu Committers",
         tags: ["Apache ShenYu"],
         date: '2021-11-11',
-        cover: "/img/logo.svg",
+        cover: "/img/news/4.png",
         src:'Apache-ShenYu-Committer-2021-11-11',
     },
     {
@@ -46,7 +46,7 @@ export default [
         categories: "Apache ShenYu PPMC",
         tags: ["Apache ShenYu"],
         date: "2021-11-05",
-        cover: "/img/logo.svg",
+        cover: "/img/news/5.png",
         src:'Apache-ShenYu-PPMC-2021-11-05',
     },
     {
@@ -76,7 +76,7 @@ export default [
         categories: "Apache ShenYu Committers",
         tags: ["Apache ShenYu"],
         date: '2021-09-08',
-        cover: "/img/logo.svg",
+        cover: "/img/news/0.png",
         src:'Apache-ShenYu-Committer-2021-07-27',
     },
     {
diff --git a/src/pages/news.module.css b/src/pages/news.module.css
index 40945c348d..444ab987d7 100644
--- a/src/pages/news.module.css
+++ b/src/pages/news.module.css
@@ -29,10 +29,6 @@
     border-radius: 10px;
 }
 
-
-
-
-
 .cardInfo{
     margin: 20px 30px 20px 30px;
     width: 70%;
diff --git a/static/img/news/0.png b/static/img/news/0.png
new file mode 100644
index 0000000000..5b4442bd37
Binary files /dev/null and b/static/img/news/0.png differ
diff --git a/static/img/news/4.png b/static/img/news/4.png
new file mode 100644
index 0000000000..695e54a4bd
Binary files /dev/null and b/static/img/news/4.png differ
diff --git a/static/img/news/5.png b/static/img/news/5.png
new file mode 100644
index 0000000000..3e72153517
Binary files /dev/null and b/static/img/news/5.png differ
diff --git a/static/img/news/8.png b/static/img/news/8.png
new file mode 100644
index 0000000000..fd683f3c1c
Binary files /dev/null and b/static/img/news/8.png differ
diff --git a/static/img/news/tangzhen.jpg b/static/img/news/tangzhen.jpg
index a164fb831b..a182d0ce97 100644
Binary files a/static/img/news/tangzhen.jpg and b/static/img/news/tangzhen.jpg differ
diff --git a/static/img/news/zhunkunshuai.png b/static/img/news/zhunkunshuai.png
new file mode 100644
index 0000000000..d4d0099e8a
Binary files /dev/null and b/static/img/news/zhunkunshuai.png differ