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 1ac9f4fb [Improve] homePage key features description improvement
1ac9f4fb is described below

commit 1ac9f4fb7dbd9dcf4771f9bb86d454435597e050
Author: benjobs <[email protected]>
AuthorDate: Sun Jun 9 17:26:51 2024 +0800

    [Improve] homePage key features description improvement
---
 src/pages/home/index.less       |  5 ++++-
 src/pages/home/languages.json   | 16 ++++++++--------
 src/pages/home/performance.less |  8 ++++----
 3 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/src/pages/home/index.less b/src/pages/home/index.less
index 23fa5dbd..378194f8 100644
--- a/src/pages/home/index.less
+++ b/src/pages/home/index.less
@@ -45,13 +45,16 @@
 
     .system_info {
       .project_title {
-        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, 
Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
         font-weight: 200;
         line-height: 1;
         padding-bottom: 8px;
         color: var(--primary-color);
       }
 
+      .project_title, .desc {
+        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, 
Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
+      }
+
       .desc {
         color: var(--ifm-color-secondary-contrast-foreground);
         opacity: .8;
diff --git a/src/pages/home/languages.json b/src/pages/home/languages.json
index d0254998..53d96b67 100644
--- a/src/pages/home/languages.json
+++ b/src/pages/home/languages.json
@@ -69,7 +69,7 @@
       "coreFeatures": "Key Features",
       "coreFeaturesDesc": "The key features of StreamPark™ is to make your 
stream processing easier.",
       "development": "Development Framework",
-      "developmentDesc": "StreamPark™ provided a development framework to 
quickly develop stream processing jobs.",
+      "developmentDesc": "StreamPark™ provided a development framework to 
quickly develop stream processing applications.",
       "honor": "Our Honor",
       "ourUsers": "Our Users",
       "readMore": "Read More",
@@ -82,40 +82,40 @@
     },
     "slogan": {
       "key": "make stream processing easier!",
-      "description":  "Make stream processing easier! Easy-to-use streaming 
application development framework and operation platform, with Apache Flink® 
and Apache Spark™ supported."
+      "description":  "Make stream processing easier! Easy-to-use streaming 
application development framework and operation platform, with Apache Flink® 
and Apache Spark™ supported, provides full lifecycle support for stream 
processing applications."
     },
     "feature": [
       {
         "title": "Easy to use",
         "icon": "lni-layers",
-        "details": "Only one service, easy deployment. Automatic job status 
tracking, enabling development and management of jobs within minutes."
+        "details": "Only one service, easy deployment. Automatic application 
status tracking, enabling development and management of applications within 
minutes."
       },
       {
         "title": "Unified Batch & Streaming",
         "icon": "lni-shuffle",
-        "details": "StreamPark™ supports both Apache Flink® and Apache Spark™, 
making it easier to seamlessly support streaming and batch processing"
+        "details": "StreamPark™ supports both Apache Flink® and Apache Spark™, 
making it easier to seamlessly support streaming and batch processing."
       },
       {
         "title": "One-stop Solution",
         "icon": "lni-display-alt",
-        "details": "StreamPark™ provides full lifecycle support for stream 
processing jobs.from development to deployment, It is an one-stop streaming 
platform"
+        "details": "StreamPark™ provides full lifecycle support for stream 
processing applications.from development to deployment, It is an one-stop 
streaming platform."
       }
     ],
     "development": [
       {
         "icon": "lni-code",
         "title": "Write",
-        "description": "Develop your code quickly using the StreamPark™ API"
+        "description": "1. Develop your code quickly using the StreamPark™ API"
       },
       {
         "icon": "lni-bug",
         "title": "Debug",
-        "description": "Debug your code with the standardized configuration"
+        "description": "2. Debug your code with the application configuration"
       },
       {
         "icon": "lni-bolt-alt",
         "title": "Deploy",
-        "description": "Deploy and manage your jobs using StreamPark™"
+        "description": "3. Deploy and manage your applications using 
StreamPark™"
       }
     ],
     "honor" : {
diff --git a/src/pages/home/performance.less b/src/pages/home/performance.less
index e0f52cf3..171125a5 100644
--- a/src/pages/home/performance.less
+++ b/src/pages/home/performance.less
@@ -22,7 +22,7 @@
       display: flex;
 
       &:last-child .process-vertical-icon::before {
-        bottom: 0.5rem;
+        display: none;
       }
 
       .process-vertical-icon {
@@ -37,7 +37,7 @@
           position: absolute;
           left: 45%;
           top: 4rem;
-          bottom: -2rem;
+          bottom: -4rem;
           border-left: 2px dashed #E5E7EB;
         }
 
@@ -70,8 +70,8 @@
     --width: min(100%, 500px);
     width: var(--width);
     margin-left: max(calc((100% / 2 - var(--width)) / 2), 0); // 取中
-
     border: 1px dashed #e8e8e8;
+    opacity: .7;
     margin-bottom: 5rem;
   }
 }
@@ -97,4 +97,4 @@
   .border-dot {
     border: 1px dashed #666;
   }
-}
\ No newline at end of file
+}

Reply via email to