You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/09/10 15:37:24 UTC

[incubator-streampark-website] branch dev updated: [Feature] add new logo. (#121)

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 ccc2277  [Feature] add new logo. (#121)
ccc2277 is described below

commit ccc22770a0a8327584b54382ddb0fdfe694a35da
Author: benjobs <be...@apache.org>
AuthorDate: Sat Sep 10 23:37:20 2022 +0800

    [Feature] add new logo. (#121)
---
 docs/development/model.md                          |   2 +-
 docs/user-guide/deployment.md                      |  24 +-
 docs/user-guide/development.md                     |  20 +-
 docs/user-guide/quickstart.md                      |   4 +-
 docusaurus.config.js                               | 437 +++++++++++----------
 .../current/development/model.md                   |   2 +-
 .../current/intro.md                               |  12 +-
 .../current/user-guide/deployment.md               |  20 +-
 .../current/user-guide/development.md              |  26 +-
 .../current/user-guide/quickstart.md               |   4 +-
 src/css/custom.css                                 |  12 +-
 src/js/sysConfig.js                                |   8 +-
 src/pages/home/index.jsx                           |  64 +--
 src/pages/home/index.less                          |  29 +-
 src/pages/home/languages.json                      |   4 +-
 src/styles/base.less                               |  84 +---
 .../{streamx-banner.png => streampark-banner.png}  | Bin 170490 -> 175159 bytes
 static/image/apache-incubator.svg                  |   1 +
 static/image/incubator-logo.svg                    |  13 -
 static/image/logo.png                              | Bin 169017 -> 50140 bytes
 static/image/logo.svg                              | 177 +--------
 21 files changed, 342 insertions(+), 601 deletions(-)

diff --git a/docs/development/model.md b/docs/development/model.md
index 8455673..8fd5a15 100644
--- a/docs/development/model.md
+++ b/docs/development/model.md
@@ -602,7 +602,7 @@ assembly.xml is the configuration file needed for the assembly packaging plugin,
 
 ## Packaged Deployment
 
-The recommended packaging mode in [streamx-flink-quickstart](https://github.com/streamxhub/streamx/streamx-flink/streamx-flink-quickstart) is recommended. It runs `maven package` directly to generate a standard StreamPark recommended project package, after unpacking the directory structure is as follows.
+The recommended packaging mode in [streamx-flink-quickstart](https://github.com/streamxhub/streampark/streampark-flink/streamx-flink-quickstart) is recommended. It runs `maven package` directly to generate a standard StreamPark recommended project package, after unpacking the directory structure is as follows.
 
 ``` text
 .
diff --git a/docs/user-guide/deployment.md b/docs/user-guide/deployment.md
index bacfa08..6267a2b 100755
--- a/docs/user-guide/deployment.md
+++ b/docs/user-guide/deployment.md
@@ -6,11 +6,11 @@ sidebar_position: 1
 
 import { ClientEnvs } from '../components/TableData.jsx';
 
-The overall component stack structure of StreamPark is as follows. It consists of two major parts: streamx-core and streamx-console. streamx-console is a very important module, positioned as a **integrated real-time data platform**, ** streaming data warehouse Platform**, **Low Code**, **Flink & Spark task hosting platform**, can better manage Flink tasks, integrate project compilation, publishing, parameter configuration, startup, savepoint, flame graph ( flame graph ), Flink SQL, monit [...]
+The overall component stack structure of StreamPark is as follows. It consists of two major parts: streamx-core and streampark-console. streampark-console is a very important module, positioned as a **integrated real-time data platform**, ** streaming data warehouse Platform**, **Low Code**, **Flink & Spark task hosting platform**, can better manage Flink tasks, integrate project compilation, publishing, parameter configuration, startup, savepoint, flame graph ( flame graph ), Flink SQL, [...]
 
 ![Streamx Archite](/doc/image/streamx_archite.png)
 
-streamx-console provides an out-of-the-box installation package. Before installation, there are some requirements for the environment. The specific requirements are as follows:
+streampark-console provides an out-of-the-box installation package. Before installation, there are some requirements for the environment. The specific requirements are as follows:
 
 ## Environmental requirements
 
@@ -97,17 +97,17 @@ mvn clean install -Dscala.version=2.11.12 -Dscala.binary.version=2.11 -DskipTest
 
 - 2.1 Modify base api
 
-In a project where the front-end and back-end are independently compiled and deployed, the front-end project needs to know the base api of the back-end service so that the front-end and back-end can work together. Therefore, before compiling, we need to specify the base api of the back-end service and modify streamx-console-webapp/. `VUE_APP_BASE_API` in env.production can
+In a project where the front-end and back-end are independently compiled and deployed, the front-end project needs to know the base api of the back-end service so that the front-end and back-end can work together. Therefore, before compiling, we need to specify the base api of the back-end service and modify streampark-console-webapp/. `VUE_APP_BASE_API` in env.production can
 
 ```bash
-vi streamx/streamx-console/streamx-console-webapp/.env.production
+vi streampark/streampark-console/streampark-console-webapp/.env.production
 ```
 
 - 2.2 Compile
 
 ```bash
-git clone https://github.com/streamxhub/streamx.git
-cd streamx/streamx-console/streamx-console-webapp
+git clone https://github.com/apache/incubator-streampark.git streampark
+cd streampark/streampark-console/streampark-console-webapp
 npm install
 npm run build
 ```
@@ -131,11 +131,11 @@ Scala 2.12 is compiled, and the relevant scala version specification information
 
 ### Deploy backend
 
-After the installation is complete, you will see the final project file, located in `streamx/streamx-console/streamx-console-service/target/streamx-console-service-${version}-bin.tar.gz`, the installation directory after unpacking as follows
+After the installation is complete, you will see the final project file, located in `streamx/streampark-console/streampark-console-service/target/streampark-console-service-${version}-bin.tar.gz`, the installation directory after unpacking as follows
 
 ```textmate
 .
-streamx-console-service-1.2.1
+streampark-console-service-1.2.1
 ├── bin
 │    ├── flame-graph
 │    ├──   └── *.py                           //Flame graph related function script (internal use, users do not need to pay attention)
@@ -221,10 +221,10 @@ streamx:
 Enter `bin` and directly execute startup.sh to start the project. The default port is **10000**, if there is no accident, it will start successfully
 
 ```bash
-cd streamx-console-service-1.0.0/bin
+cd streampark-console-service-1.0.0/bin
 bash startup.sh
 ```
-Relevant logs will be output to **streamx-console-service-1.0.0/logs/streamx.out**
+Relevant logs will be output to **streampark-console-service-1.0.0/logs/streamx.out**
 
 :::info hint
 
@@ -245,10 +245,10 @@ npm install -g pm2
 ##### Release
 
 ###### 1. Copy the dist to the deployment server
-Copy the entire directory of streamx-console-webapp/dist to the deployment directory of the server, such as: `/home/www/streamx`, the copied directory level is /home/www/streamx/dist
+Copy the entire directory of streampark-console-webapp/dist to the deployment directory of the server, such as: `/home/www/streamx`, the copied directory level is /home/www/streamx/dist
 
 ###### 2. Copy the streamx.js file to the project deployment directory
-Copy streamx/streamx-console/streamx-console-webapp/streamx.js to `/home/www/streamx`
+Copy streamx/streampark-console/streampark-console-webapp/streamx.js to `/home/www/streamx`
 
 ###### 3. Modify the service port
 Users can specify the port address of the front-end service by themselves, modify the /home/www/streamx/streamx.js file, and find `serverPort` to modify, the default is as follows:
diff --git a/docs/user-guide/development.md b/docs/user-guide/development.md
index c5b5960..cd9542e 100755
--- a/docs/user-guide/development.md
+++ b/docs/user-guide/development.md
@@ -7,7 +7,7 @@ sidebar_position: 3
 > [StreamPark](https://github.com/streamxhub/streamx) follows the Apache license 2.0, it will be a long-term active project. Welcome to submit [PR](https://github.com/streamxhub/streamx/pulls) Or [ISSUE](https://github.com/streamxhub/streamx/issues/new/choose). If you like, please give a [star](https://github.com/streamxhub/streamx/stargazers), your support is our greatest motivation. This project has been concerned and recognized by many friends since it was open source. Some friends ar [...]
 StreamPark community is a very open, mutual assistance and respect for talents. We also welcome more developers to join us and contribute together, not only for the code, but also for the use of documents, experience reports, questions and answers.
 
-More and more developers are not satisfied with the simple installation and use, and need to be further researched or expanded based on its source code, which requires further in-depth understanding of StreamPark. This chapter specifically describes how to build a development environment for the `streamx-console` streaming batch integration platform locally. For convenience of explanation, the `streamx-console` mentioned in this article refers to the `streamx-console platform`.
+More and more developers are not satisfied with the simple installation and use, and need to be further researched or expanded based on its source code, which requires further in-depth understanding of StreamPark. This chapter specifically describes how to build a development environment for the `streampark-console` streaming batch integration platform locally. For convenience of explanation, the `streampark-console` mentioned in this article refers to the `streampark-console platform`.
 
 StreamPark console has realized the decoupling of Flink runtime since version 1.2.0, That is, **it is not mandatory to rely on Hadoop or kubernetes environment** and can install Hadoop or kubernetes according to your actual needs.
 
@@ -72,11 +72,11 @@ The front-end part of `console` is developed with nodejs. You can download and i
 
 ## Install and configure StreamPark
 
-If all the above preparations are ready, you can install and configure the `streamx-console`. The `streamx-console` is a frontend and backend separated project. In order to facilitate the final packaging and deployment of the project and reduce the user's use and learning costs, the front end and back end mixed packaging and deployment mode is used. However, it is recommended to use the front end and back end separated mode for development and debugging at the development stage. The spec [...]
+If all the above preparations are ready, you can install and configure the `streampark-console`. The `streampark-console` is a frontend and backend separated project. In order to facilitate the final packaging and deployment of the project and reduce the user's use and learning costs, the front end and back end mixed packaging and deployment mode is used. However, it is recommended to use the front end and back end separated mode for development and debugging at the development stage. Th [...]
 
 ### Backend deployment and configuration
 
-The backend of `streamx-console` is developed by springboot and mybatis, and verified by JWT. Let's take a look at the specific process of backend installation and deployment.
+The backend of `streampark-console` is developed by springboot and mybatis, and verified by JWT. Let's take a look at the specific process of backend installation and deployment.
 
 #### Backend compilation
 
@@ -90,11 +90,11 @@ mvn clean install -DskipTests -Denv=prod
 
 #### Backend decompression
 
-After the compilation, the installation package location is `streamx/streamx-console/streamx-console-service/target/streamx-console-service-${version}-bin.tar.gz`, The directory structure after decompressing is as follows:
+After the compilation, the installation package location is `streamx/streampark-console/streampark-console-service/target/streampark-console-service-${version}-bin.tar.gz`, The directory structure after decompressing is as follows:
 
 ```textmate
 .
-streamx-console-service-${version}
+streampark-console-service-${version}
 ├── bin
 │    ├── flame-graph
 │    ├──   └── *.py
@@ -115,7 +115,7 @@ streamx-console-service-${version}
 ├── logs
 ├── temp
 ```
-Copy the unpacked directory to other directories to prevent it from being cleaned up the next time `mvn clean` is executed. For example, if it is placed in `/opt/streamx/`, the full path of the file is `/opt/streamx/streamx-console-service-${version}`, This path will be used later and there is no space in the path.
+Copy the unpacked directory to other directories to prevent it from being cleaned up the next time `mvn clean` is executed. For example, if it is placed in `/opt/streamx/`, the full path of the file is `/opt/streampark/streampark-console-service-${version}`, This path will be used later and there is no space in the path.
 
 #### Backend configuration
 
@@ -145,10 +145,10 @@ java:
 
 ##### VM options
 
-You need to set `apphome` in `VM options`, the value is the full path of the above unpacked streamx-console.
+You need to set `apphome` in `VM options`, the value is the full path of the above unpacked streampark-console.
 
 ```shell
--Dapp.home=/opt/streamx/streamx-console-service-${version}
+-Dapp.home=/opt/streampark/streampark-console-service-${version}
 ```
 <br></br>
 If the JDK version used by the development machine is above JDK1.8, the following parameters need to be added: <br></br>
@@ -189,13 +189,13 @@ Parameter description:
 #### Code compile
 
 ```shell
-cd streamx-console/streamx-console-webapp
+cd streampark-console/streampark-console-webapp
 npm install
 ```
 
 #### Start server
 
 ```shell
-cd streamx-console/streamx-console-webapp
+cd streampark-console/streampark-console-webapp
 npm run serve
 ```
diff --git a/docs/user-guide/quickstart.md b/docs/user-guide/quickstart.md
index e6a25e7..63e69fb 100755
--- a/docs/user-guide/quickstart.md
+++ b/docs/user-guide/quickstart.md
@@ -6,7 +6,7 @@ sidebar_position: 2
 
 ## How to use
 
-The installation of the one-stop platform `streamx-console` has been introduced in detail in the previous chapter. In this chapter, let's see how to quickly deploy and run a job with `streamx-console`. The official structure and specification) and projects developed with `streamx` are well supported. Let's use `streamx-quickstart` to quickly start the journey of `streamx-console`
+The installation of the one-stop platform `streampark-console` has been introduced in detail in the previous chapter. In this chapter, let's see how to quickly deploy and run a job with `streampark-console`. The official structure and specification) and projects developed with `streamx` are well supported. Let's use `streamx-quickstart` to quickly start the journey of `streampark-console`
 
 `streamx-quickstart` is a sample program for developing Flink by StreamPark. For details, please refer to:
 
@@ -112,7 +112,7 @@ The task startup flow chart is as follows
 
 <center>
 <img src="/doc/image/streamx_start.png"/><br></br>
-<strong>streamx-console submit task process</strong>
+<strong>streampark-console submit task process</strong>
 </center>
 
 Regarding the concept of the project, `Development Mode`, `savepoint`, `NoteBook`, custom jar management, task release, task recovery, parameter configuration, parameter comparison, multi-version management and more tutorials and documents will be continuously updated. ..
diff --git a/docusaurus.config.js b/docusaurus.config.js
index aa79589..85c7f63 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -1,229 +1,238 @@
 const darkCodeTheme = require('prism-react-renderer/themes/dracula');
-/* custom */
 
 /** @type {import('@docusaurus/types').Config} */
 const config = {
-	title: 'Apache StreamPark (Incubating)',
-	tagline: 'Apache StreamPark is a Extremely fast stream processing development framework, supported unified batch & streaming and data lake & data warehouse cloud-native bigdata platform, one-stop real-time computing cloud-native platform',
-	url: 'https://streampark.apache.org/',
-	baseUrl: '/',
-	onBrokenLinks: 'ignore',
-	onBrokenMarkdownLinks: 'warn',
-	favicon: 'image/favicon.ico',
-	i18n: {
-		defaultLocale: "en",
-		locales: ["en", "zh-CN"],
-		localeConfigs: {
-			en: {
-				label: "English",
-				direction: 'ltr',
-			},
-			'zh-CN': {
-				label: "简体中文",
-				direction: 'ltr',
-			},
-		},
-	},
-	presets: [
-		[
-			'@docusaurus/preset-classic',
-			({
-				docs: {
-					sidebarPath: require.resolve('./sidebars.js'),
-					sidebarCollapsible: true,
-					editLocalizedFiles: true,
-					sidebarCollapsed: false,
-					// Please change this to your repo.
-					editUrl: 'https://github.com/apache/incubator-streampark-website/edit/dev/'
-				},
+    title: 'Apache StreamPark (incubating)',
+    tagline: 'Apache StreamPark - Make stream processing easier! easy-to-use streaming application development framework and operation platform',
+    url: 'https://streampark.apache.org/',
+    baseUrl: '/',
+    onBrokenLinks: 'ignore',
+    onBrokenMarkdownLinks: 'warn',
+    favicon: 'image/favicon.ico',
+    i18n: {
+        defaultLocale: "en",
+        locales: ["en", "zh-CN"],
+        localeConfigs: {
+            en: {
+                label: "English",
+                direction: 'ltr',
+            },
+            'zh-CN': {
+                label: "简体中文",
+                direction: 'ltr',
+            },
+        },
+    },
+    presets: [
+        [
+            '@docusaurus/preset-classic',
+            ({
+                docs: {
+                    sidebarPath: require.resolve('./sidebars.js'),
+                    sidebarCollapsible: true,
+                    editLocalizedFiles: true,
+                    sidebarCollapsed: false,
+                    // Please change this to your repo.
+                    editUrl: 'https://github.com/apache/incubator-streampark-website/edit/dev/'
+                },
 
-				blog: {
-					showReadingTime: true,
-					// Please change this to your repo.
-					editUrl:
-						'https://github.com/apache/incubator-streampark-website/edit/dev/',
-				},
-				theme: {
-					customCss: require.resolve('./src/css/custom.css'),
-				},
-			}),
-		],
-	],
+                blog: {
+                    showReadingTime: true,
+                    // Please change this to your repo.
+                    editUrl:
+                        'https://github.com/apache/incubator-streampark-website/edit/dev/',
+                },
+                theme: {
+                    customCss: require.resolve('./src/css/custom.css'),
+                },
+            }),
+        ],
+    ],
 
-	themeConfig: ({
-		colorMode: {
-			defaultMode: 'light',
-			disableSwitch: true
-		},
-		navbar: {
-			title: 'StreamPark',
-			logo: {
-				alt: 'StreamPark Logo',
-				src: 'image/logo.svg',
-			},
-			items: [
-				{
-					to: '/',
-					position: 'right',
-					label: 'Home',
-					activeBaseRegex: `^/$`,
-				},
-				{
-					to: 'https://github.com/apache/incubator-streampark/releases',
-					position: 'right',
-					label: 'Download'
-				},
-				{
-					to: '/docs/intro',
-					label: 'Document',
-					position: 'right',
-					activeBaseRegex: `/docs`,
-				},
-				{
-					to: '/team',
-					label: 'Team',
-					position: 'right',
-					activeBaseRegex: `/team`,
-				},
-				{
-					to: '/user',
-					label: 'Users',
-					position: 'right',
-					activeBaseRegex: `/user`,
-				},
-				{
-					to: '/blog',
-					label: 'Blog',
-					position: 'right',
-					activeBaseRegex: `/blog`,
-				},
-				{
-					to: 'https://github.com/apache/incubator-streampark/issues/507',
-					position: 'right',
-					label: 'FAQ'
-				},
-				{
-					label: 'ASF',
-					position: 'right',
-					items: [
-						{
-							label: "Foundation",
-							to: "https://www.apache.org/",
-						},
-						{
-							label: "License",
-							to: "https://www.apache.org/licenses/",
-						},
-						{
-							label: "Events",
-							to: "https://www.apache.org/events/current-event",
-						},
-						{
-							label: "Security",
-							to: "https://www.apache.org/security/",
-						},
-						{
-							label: "Sponsorship",
-							to: "https://www.apache.org/foundation/sponsorship.html",
-						},
-						{
-							label: 'Privacy',
-							to: 'https://www.apache.org/foundation/policies/privacy.html'
-						},
-						{
-							label: "Thanks",
-							to: "https://www.apache.org/foundation/thanks.html",
-						},
-					],
-				},
-				{
-					href: 'https://github.com/apache/incubator-streampark',
-					label: 'GitHub',
-					position: 'right',
-				},
-				{
-					type: "localeDropdown",
-					position: "right",
-				},
-			],
-		},
+    themeConfig: ({
+        colorMode: {
+            defaultMode: 'light',
+            disableSwitch: true
+        },
+        navbar: {
+            title: 'Apache StreamPark',
+            logo: {
+                alt: 'StreamPark Logo',
+                src: 'image/logo.png',
+            },
+            items: [
+                {
+                    to: '/',
+                    position: 'right',
+                    label: 'Home',
+                    activeBaseRegex: `^/$`,
+                },
+                {
+                    to: 'https://github.com/apache/incubator-streampark/releases',
+                    position: 'right',
+                    label: 'Download'
+                },
+                {
+                    to: '/docs/intro',
+                    label: 'Document',
+                    position: 'right',
+                    activeBaseRegex: `/docs`,
+                },
+                {
+                    to: '/team',
+                    label: 'Team',
+                    position: 'right',
+                    activeBaseRegex: `/team`,
+                },
+                {
+                    to: '/user',
+                    label: 'Users',
+                    position: 'right',
+                    activeBaseRegex: `/user`,
+                },
+                {
+                    to: '/blog',
+                    label: 'Blog',
+                    position: 'right',
+                    activeBaseRegex: `/blog`,
+                },
+                {
+                    to: 'https://github.com/apache/incubator-streampark/issues/507',
+                    position: 'right',
+                    label: 'FAQ'
+                },
+                {
+                    label: 'ASF',
+                    position: 'right',
+                    items: [
+                        {
+                            label: "Foundation",
+                            to: "https://www.apache.org/",
+                        },
+                        {
+                            label: "License",
+                            to: "https://www.apache.org/licenses/",
+                        },
+                        {
+                            label: "Events",
+                            to: "https://www.apache.org/events/current-event",
+                        },
+                        {
+                            label: "Security",
+                            to: "https://www.apache.org/security/",
+                        },
+                        {
+                            label: "Sponsorship",
+                            to: "https://www.apache.org/foundation/sponsorship.html",
+                        },
+                        {
+                            label: 'Privacy',
+                            to: 'https://www.apache.org/foundation/policies/privacy.html'
+                        },
+                        {
+                            label: "Thanks",
+                            to: "https://www.apache.org/foundation/thanks.html",
+                        },
+                    ],
+                },
+                {
+                    href: 'https://github.com/apache/incubator-streampark',
+                    label: 'GitHub',
+                    position: 'right',
+                },
+                {
+                    type: "localeDropdown",
+                    position: "right",
+                },
+            ],
+        },
 
-		footer: {
-			style: 'light',
-			links: [
-				{
-					title: 'StreamPark',
-					items: [
-						{
-							label: 'Document',
-							href: '/docs/intro',
-						},
-						{
-							label: 'FAQ',
-							href: 'https://github.com/apache/incubator-streampark/issues/507',
-						},
-						{
-							label: 'Releases',
-							href: 'https://github.com/apache/incubator-streampark/releases',
-						},
-					],
-				},
-				{
-					title: 'Community',
-					items: [
-						{
-							label: 'GitHub',
-							href: 'https://github.com/apache/incubator-streampark',
-						},
-						{
-							label: 'Issue Tracker',
-							href: 'https://github.com/apache/incubator-streampark/issues',
-						},
-						{
-							label: 'Pull Requests',
-							href: 'https://github.com/apache/incubator-streampark/pulls',
-						},
-					],
-				}
-			],
-			copyright: `
-            <div style="margin-top: 20px;background: #f4f8fa">
-                <img
-                  style="height:50px;margin-bottom: 10px"
-                  alt="Apache Software Foundation"
-                  src="/image/incubator-logo.svg"
-                />
-                <p style="color: #999999;font-weight:400;text-align:left">
-                  Apache StreamPark is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indi [...]
-                </p>
-                <div style="border-top: 1px solid #ccc;min-height: 60px;line-height: 20px;text-align: center;font-family: Avenir-Medium;font-size: 14px;color: #999;display: flex;align-items: center;">
+        footer: {
+            style: 'dark',
+            links: [
+                {
+                    title: 'StreamPark',
+                    items: [
+                        {
+                            label: 'Document',
+                            href: '/docs/intro',
+                        },
+                        {
+                            label: 'FAQ',
+                            href: 'https://github.com/apache/incubator-streampark/issues/507',
+                        },
+                        {
+                            label: 'Releases',
+                            href: 'https://github.com/apache/incubator-streampark/releases',
+                        },
+                    ],
+                },
+                {
+                    title: 'Community',
+                    items: [
+                        {
+                            label: 'GitHub',
+                            href: 'https://github.com/apache/incubator-streampark',
+                        },
+                        {
+                            label: 'Issue Tracker',
+                            href: 'https://github.com/apache/incubator-streampark/issues',
+                        },
+                        {
+                            label: 'Pull Requests',
+                            href: 'https://github.com/apache/incubator-streampark/pulls',
+                        },
+                    ],
+                },
+                {
+                    title: 'More',
+                    items: [
+                        {
+                            label: 'GitHub',
+                            href: 'https://github.com/apache/incubator-streampark',
+                        },
+                    ],
+                },
+            ],
+            logo: {
+                alt: 'Apache Incubator logo',
+                src: 'image/apache-incubator.svg',
+                href: 'https://incubator.apache.org/'
+            },
+            copyright: `<div style="text-align: left;">
+                  <div>
+                    <p style="font-family: Avenir-Medium;font-size: 14px;color: #999;line-height: 20px;"> 
+                    Apache StreamPark is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does in [...]
+                    </p>
+                  </div>
+                  <div style="border-top: 1px solid #999;min-height: 60px;line-height: 20px;text-align: center;font-family: Avenir-Medium;font-size: 14px;color: #999;display: flex;align-items: center;">
                   <span>
-                    Copyright © ${new Date().getFullYear()} The Apache Software Foundation. Apache StreamPark, StreamPark, Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache Software Foundation.
+                    Copyright © ${new Date().getFullYear()} The Apache Software Foundation. Apache StreamPark, StreamPark, and its feather logo are trademarks of The Apache Software Foundation.
                   </span>
-                </div>
-            <div>`,
-		},
+                  </div>
+                </div>`,
+        },
 
-		prism: {
-			theme: require('prism-react-renderer/themes/vsLight'),
-			darkTheme: darkCodeTheme,
-			additionalLanguages: ['powershell', 'java', 'scala', 'yaml'],
-		}
+        prism: {
+            theme: require('prism-react-renderer/themes/vsLight'),
+            darkTheme: darkCodeTheme,
+            additionalLanguages: ['powershell', 'java', 'scala', 'yaml'],
+        }
 
-	}),
+    }),
 
-	plugins: [
-		'docusaurus-plugin-less',
-		[
-			'@docusaurus/plugin-content-docs',
-			{
-				id: 'community',
-				path: 'community',
-				routeBasePath: 'community',
-				sidebarPath: require.resolve('./sidebars.js'),
-			},
-		],
-	]
+    plugins: [
+        'docusaurus-plugin-less',
+        [
+            '@docusaurus/plugin-content-docs',
+            {
+                id: 'community',
+                path: 'community',
+                routeBasePath: 'community',
+                sidebarPath: require.resolve('./sidebars.js'),
+            },
+        ],
+    ]
 };
 
 module.exports = config;
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/model.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/model.md
index 9d48ec8..4d52831 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/model.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/model.md
@@ -604,7 +604,7 @@ assembly.xml 是assembly打包插件需要用到的配置文件,定义如下:
 
 ## 打包部署
 
-推荐 [streamx-flink-quickstart](https://github.com/streamxhub/streamx/streamx-flink/streamx-flink-quickstart) 里的打包模式,直接运行`maven package`即可生成一个标准的StreamX推荐的项目包,解包后目录结构如下
+推荐 [streamx-flink-quickstart](https://github.com/streamxhub/streampark/streampark-flink/streamx-flink-quickstart) 里的打包模式,直接运行`maven package`即可生成一个标准的StreamX推荐的项目包,解包后目录结构如下
 
 ``` text
 .
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md
index bffc791..b06a477 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/intro.md
@@ -41,7 +41,7 @@ make stream processing easier!!!
 
 ## 🏳‍🌈 组成部分
 
-`StreamPark`有三部分组成,分别是`streamx-core`,`streamx-pump` 和 `streamx-console`
+`StreamPark`有三部分组成,分别是`streamx-core`,`streamx-pump` 和 `streampark-console`
 
 ![Streamx Archite](/doc/image/streamx_archite.png)
 
@@ -51,11 +51,11 @@ make stream processing easier!!!
 
 ### 2️⃣ streamx-pump
 
-`pump` 是抽水机,水泵的意思,`streamx-pump`的定位是一个数据抽取的组件,类似于`flinkx`,基于`streamx-core`中提供的各种`connector`开发,目的是打造一个方便快捷,开箱即用的大数据实时数据抽取和迁移组件,并且集成到`streamx-console`中,解决实时数据源获取问题,目前在规划中
+`pump` 是抽水机,水泵的意思,`streamx-pump`的定位是一个数据抽取的组件,类似于`flinkx`,基于`streamx-core`中提供的各种`connector`开发,目的是打造一个方便快捷,开箱即用的大数据实时数据抽取和迁移组件,并且集成到`streampark-console`中,解决实时数据源获取问题,目前在规划中
 
-### 3️⃣ streamx-console
+### 3️⃣ streampark-console
 
-`streamx-console` 是一个综合实时数据平台,低代码(`Low Code`)平台,可以较好的管理`Flink`任务,集成了项目编译、发布、参数配置、启动、`savepoint`,火焰图(`flame graph`),`Flink SQL`,
+`streampark-console` 是一个综合实时数据平台,低代码(`Low Code`)平台,可以较好的管理`Flink`任务,集成了项目编译、发布、参数配置、启动、`savepoint`,火焰图(`flame graph`),`Flink SQL`,
 监控等诸多功能于一体,大大简化了`Flink`任务的日常操作和维护,融合了诸多最佳实践。旧时王谢堂前燕,飞入寻常百姓家,让大公司有能力研发使用的项目,现在人人可以使用,
 其最终目标是打造成一个实时数仓,流批一体的一站式大数据解决方案,该平台使用但不仅限以下技术:
 
@@ -84,10 +84,10 @@ make stream processing easier!!!
 [Apache Zeppelin](http://zeppelin.apache.org)是一个非常优秀的开源项目👏 对`Flink`做了很好的支持,`Zeppelin`创新型的`notebook`功能,让开发者非常方便的`On-line`编程,快捷的提交任务,语言层面同时支持`java`,`scala`,`python`,国内阿里的章剑峰大佬也在积极推动该项目,向剑峰大佬致以崇高的敬意🙏🙏🙏,
 但该项目目前貌似没有解决项目的管理和运维方面的痛点,针对比较复杂的项目和大量的作业管理就有些力不从心了,一般来讲不论是`DataStream`作业还是`Flink SQL`作业,大概都会经历作业的`开发阶段`,`测试阶段`,`打包阶段`,`上传服务器阶段`,`启动任务阶段`等这些步骤,这是一个链路很长的步骤,且整个过程耗时比较长,体验不好,
 即使修改了一个符号,项目改完上线都得走上面的流程,我们期望这些步骤能够动动鼠标一键式解决,还希望至少能有一个任务列表的功能,能够方便的管理任务,可以清楚的看到哪些任务正在运行,哪些停止了,任务的资源消耗情况,可以在任务列表页面一键`启动`或`停止`任务,并且自动管理`savePoint`,这些问题也是开发者实际开发中会遇到了问题,
-`streamx-console`很好的解决了这些痛点,定位是一个一站式实时数据平台,并且开发了更多令人激动的功能(诸如`Flink SQL WebIDE`,`依赖隔离`,`任务回滚`,`火焰图`等)
+`streampark-console`很好的解决了这些痛点,定位是一个一站式实时数据平台,并且开发了更多令人激动的功能(诸如`Flink SQL WebIDE`,`依赖隔离`,`任务回滚`,`火焰图`等)
 
 ### FlinkX
 
 [FlinkX](http://github.com/DTStack/flinkx) 是基于flink的分布式数据同步工具,实现了多种异构数据源之间高效的数据迁移,定位比较明确,专门用来做数据抽取和迁移,可以作为一个服务组件来使用,`StreamPark`关注开发阶段和任务后期的管理,定位有所不同,`streamx-pump`模块也在规划中,
-致力于解决数据源抽取和迁移,最终会集成到`streamx-console`中
+致力于解决数据源抽取和迁移,最终会集成到`streampark-console`中
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/deployment.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/deployment.md
index e461d8b..9eb7eb3 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/deployment.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/deployment.md
@@ -6,11 +6,11 @@ sidebar_position: 1
 
 import { ClientEnvs } from '../components/TableData.jsx';
 
-StreamPark 总体组件栈架构如下, 由 streamx-core 和 streamx-console 两个大的部分组成 , streamx-console 是一个非常重要的模块, 定位是一个**综合实时数据平台**,**流式数仓平台**, **低代码 ( Low Code )**, **Flink & Spark 任务托管平台**,可以较好的管理 Flink 任务,集成了项目编译、发布、参数配置、启动、savepoint,火焰图 ( flame graph ),Flink SQL,监控等诸多功能于一体,大大简化了 Flink 任务的日常操作和维护,融合了诸多最佳实践。其最终目标是打造成一个实时数仓,流批一体的一站式大数据解决方案
+StreamPark 总体组件栈架构如下, 由 streamx-core 和 streampark-console 两个大的部分组成 , streampark-console 是一个非常重要的模块, 定位是一个**综合实时数据平台**,**流式数仓平台**, **低代码 ( Low Code )**, **Flink & Spark 任务托管平台**,可以较好的管理 Flink 任务,集成了项目编译、发布、参数配置、启动、savepoint,火焰图 ( flame graph ),Flink SQL,监控等诸多功能于一体,大大简化了 Flink 任务的日常操作和维护,融合了诸多最佳实践。其最终目标是打造成一个实时数仓,流批一体的一站式大数据解决方案
 
 ![Streamx Archite](/doc/image/streamx_archite.png)
 
-streamx-console 提供了开箱即用的安装包,安装之前对环境有些要求,具体要求如下:
+streampark-console 提供了开箱即用的安装包,安装之前对环境有些要求,具体要求如下:
 
 ## 环境要求
 
@@ -98,17 +98,17 @@ mvn clean install -Dscala.version=2.11.12 -Dscala.binary.version=2.11 -DskipTest
 
 - 2.1 修改base api
 
-在前后端独立编译部署的项目里,前端项目需要知道后端服务的base api,才能前后端协同工作. 因此在编译之前我们需要指定下后端服务的base api,修改 streamx-console-webapp/.env.production 里的`VUE_APP_BASE_API`即可
+在前后端独立编译部署的项目里,前端项目需要知道后端服务的base api,才能前后端协同工作. 因此在编译之前我们需要指定下后端服务的base api,修改 streampark-console-webapp/.env.production 里的`VUE_APP_BASE_API`即可
 
 ```bash
-vi streamx/streamx-console/streamx-console-webapp/.env.production
+vi streamx/streampark-console/streampark-console-webapp/.env.production
 ```
 
 - 2.2 编译
 
 ```bash
 git clone https://github.com/streamxhub/streamx.git
-cd streamx/streamx-console/streamx-console-webapp
+cd streamx/streampark-console/streampark-console-webapp
 npm install
 npm run build
 ```
@@ -132,11 +132,11 @@ Scala 2.12 编译, 相关 scala 版本指定信息如下:
 
 ### 部署后端
 
-安装完成之后就看到最终的工程文件,位于 `streamx/streamx-console/streamx-console-service/target/streamx-console-service-${version}-bin.tar.gz`,解包后安装目录如下
+安装完成之后就看到最终的工程文件,位于 `streamx/streampark-console/streampark-console-service/target/streampark-console-service-${version}-bin.tar.gz`,解包后安装目录如下
 
 ```textmate
 .
-streamx-console-service-1.2.1
+streampark-console-service-1.2.1
 ├── bin
 │    ├── flame-graph
 │    ├──   └── *.py                           //火焰图相关功能脚本 ( 内部使用,用户无需关注 )
@@ -222,10 +222,10 @@ streamx:
 进入到 `bin` 下直接执行 startup.sh 即可启动项目,默认端口是**10000**,如果没啥意外则会启动成功
 
 ```bash
-cd streamx-console-service-1.0.0/bin
+cd streampark-console-service-1.0.0/bin
 bash startup.sh
 ```
-相关的日志会输出到**streamx-console-service-1.0.0/logs/streamx.out** 里
+相关的日志会输出到**streampark-console-service-1.0.0/logs/streamx.out** 里
 
 :::info 提示
 
@@ -249,7 +249,7 @@ npm install -g pm2
 将streamx-console-webapp/dist 整个目录 copy至服务器的部署目录,如: `/home/www/streamx`,拷贝后的目录层级是/home/www/streamx/dist
 
 ###### 2. 将streamx.js文件copy到项目部署目录
-将streamx/streamx-console/streamx-console-webapp/streamx.js copy 至 `/home/www/streamx`
+将streamx/streampark-console/streampark-console-webapp/streamx.js copy 至 `/home/www/streamx`
 
 ###### 3. 修改服务端口
 用户可以自行指定前端服务的端口地址, 修改 /home/www/streamx/streamx.js文件, 找到 `serverPort` 修改即可,默认如下:
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/development.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/development.md
index f2084a6..53dee77 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/development.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/development.md
@@ -7,7 +7,7 @@ sidebar_position: 3
 > [StreamPark](https://github.com/streamxhub/streamx) 遵循 Apache-2.0 开源协议,将会是个长期更新的活跃项目,欢迎大家提交 [PR](https://github.com/streamxhub/streamx/pulls) 或 [ISSUE](https://github.com/streamxhub/streamx/issues/new/choose) 喜欢请给个 [Star](https://github.com/streamxhub/streamx/stargazers) 您的支持是我们最大的动力。 该项目自开源以来就受到不少朋友的关注和认可,表示感谢。已陆续有来自金融,数据分析,车联网,智能广告,地产等公司的朋友在使用,也不乏来自一线大厂的朋友在使用。
 同时 StreamPark 社区是一个非常开放,相互协助,尊重人才的社区。我们也非常欢迎更多的开发者加入一块贡献,不只是代码的贡献,还寻求使用文档,体验报告,问答等方面的贡献。
 
-越来越多的开发者已经不满足简单的安装使用,需要进一步研究或基于其源码二开或扩展相关功能,这就需要进一步的对 StreamPark 深入了解。 本章节具体讲讲如何在本地搭建 `streamx-console` 流批一体平台的开发环境,为了方便讲解,本文中所说的 `streamx-console` 均指 `streamx-console 平台`。
+越来越多的开发者已经不满足简单的安装使用,需要进一步研究或基于其源码二开或扩展相关功能,这就需要进一步的对 StreamPark 深入了解。 本章节具体讲讲如何在本地搭建 `streampark-console` 流批一体平台的开发环境,为了方便讲解,本文中所说的 `streampark-console` 均指 `streampark-console 平台`。
 
 StreamPark Console 从 1.2.0 开始实现了 Flink-Runtime 的解耦,即**不强制依赖 Hadoop 或 Kubernetes 环境**,可以根据实际开发/使用需求自行安装 Hadoop 或 Kubernetes。
 
@@ -72,11 +72,11 @@ ln -s /root/apache-maven-3.8.1/bin/mvn /usr/bin/mvn
 
 ## 安装配置 StreamPark
 
-如果以上准备工作都已经就绪,此时就可以安装配置 `streamx-console` 了,`streamx-console` 是前后端分离的项目,在项目最终打包部署时为了方便快捷,减少用户的使用和学习成本,使用了前后端混合打包部署模式,但在开发阶段建议使用前后端分离模式进行开发调试,具体步骤如下
+如果以上准备工作都已经就绪,此时就可以安装配置 `streampark-console` 了,`streampark-console` 是前后端分离的项目,在项目最终打包部署时为了方便快捷,减少用户的使用和学习成本,使用了前后端混合打包部署模式,但在开发阶段建议使用前后端分离模式进行开发调试,具体步骤如下
 
 ### 后端
 
-`streamx-console` 后端采用 springBoot + Mybatis 开发, JWT 权限验证,非常常见的后端技术栈。下面来看看后端按照部署具体流程
+`streampark-console` 后端采用 springBoot + Mybatis 开发, JWT 权限验证,非常常见的后端技术栈。下面来看看后端按照部署具体流程
 
 #### 编译
 
@@ -90,11 +90,11 @@ mvn clean install -DskipTests -Denv=prod
 
 #### 解包
 
-安装完成之后就看到最终的工程文件解包,位于 `streamx/streamx-console/streamx-console-service/target/streamx-console-service-${version}-bin.tar.gz`,解包之后的目录如下:
+安装完成之后就看到最终的工程文件解包,位于 `streamx/streampark-console/streampark-console-service/target/streampark-console-service-${version}-bin.tar.gz`,解包之后的目录如下:
 
 ```textmate
 .
-streamx-console-service-${version}
+streampark-console-service-${version}
 ├── bin
 │    ├── flame-graph
 │    ├──   └── *.py
@@ -115,7 +115,7 @@ streamx-console-service-${version}
 ├── logs
 ├── temp
 ```
-将解包后的整个工程文件 copy 到 target 之外的其他任意位置即可完成此步骤,该步主要是防止下次执行 mvn clean 被清理,如放到 `/opt/streamx/`,则此时该文件的完整路径是 `/opt/streamx/streamx-console-service-${version}`,记住这个路径,后面会用到,注意该路径中间不要存在空格
+将解包后的整个工程文件 copy 到 target 之外的其他任意位置即可完成此步骤,该步主要是防止下次执行 mvn clean 被清理,如放到 `/opt/streamx/`,则此时该文件的完整路径是 `/opt/streampark/streampark-console-service-${version}`,记住这个路径,后面会用到,注意该路径中间不要存在空格
 
 #### 配置
 
@@ -141,13 +141,13 @@ java:
 
 #### 启动
 
-`streamx-console` 是基于 springBoot 开发的 web 应用,`com.streamxhub.streamx.console.StreamXConsole` 为主类, 在启动主类之前,需要设置下 `VM options` 和 `Environment variables`
+`streampark-console` 是基于 springBoot 开发的 web 应用,`com.streamxhub.streamx.console.StreamXConsole` 为主类, 在启动主类之前,需要设置下 `VM options` 和 `Environment variables`
 
 ##### VM options
 
-在 `VM options` 需要设置 `app.home`:值为上面解包后的 streamx-console 的完整路径:
+在 `VM options` 需要设置 `app.home`:值为上面解包后的 streampark-console 的完整路径:
 ```shell
--Dapp.home=/opt/streamx/streamx-console-service-${version}
+-Dapp.home=/opt/streampark/streampark-console-service-${version}
 ```
 <br></br>
 如果开发机使用的 jdk 版本是 jdk1.8 以上版本, 则需要加上如下参数: <br></br>
@@ -171,8 +171,8 @@ streamx web 前端部分采用 nodejs + vue 开发,因此需要在机器上按
 
 #### 修改配置
 
-由于是前后端分离项目,前端需要知道后端 ( streamx-console ) 的访问地址,才能前后配合工作,因此需要更改Base API,具体位置在:
-`streamx-console/streamx-console-webapp/.env.development`
+由于是前后端分离项目,前端需要知道后端 ( streampark-console ) 的访问地址,才能前后配合工作,因此需要更改Base API,具体位置在:
+`streampark-console/streampark-console-webapp/.env.development`
 
 ![web配置](/doc/image/streamx_websetting.png)
 
@@ -192,7 +192,7 @@ VUE_APP_BASE_API = http://localhost:10000
 接下来需要编译项目,具体步骤如下:
 
 ```shell
-cd streamx-console/streamx-console-webapp
+cd streampark-console/streampark-console-webapp
 npm install
 ```
 
@@ -201,6 +201,6 @@ npm install
 以上步骤执行完毕即可启动项目即可
 
 ```shell
-cd streamx-console/streamx-console-webapp
+cd streampark-console/streampark-console-webapp
 npm run serve
 ```
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/quickstart.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/quickstart.md
index d2aac83..c05ff66 100755
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/quickstart.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/quickstart.md
@@ -6,7 +6,7 @@ sidebar_position: 2
 
 ## 如何使用
 
-在上个章节已经详细介绍了一站式平台 `streamx-console` 的安装, 本章节看看如果用 `streamx-console` 快速部署运行一个作业, `streamx-console` 对标准的 Flink 程序 ( 安装 Flink 官方要去的结构和规范 ) 和用 `streamx` 开发的项目都做了很好的支持,下面我们使用 `streamx-quickstart` 来快速开启 `streamx-console` 之旅
+在上个章节已经详细介绍了一站式平台 `streampark-console` 的安装, 本章节看看如果用 `streampark-console` 快速部署运行一个作业, `streampark-console` 对标准的 Flink 程序 ( 安装 Flink 官方要去的结构和规范 ) 和用 `streamx` 开发的项目都做了很好的支持,下面我们使用 `streamx-quickstart` 来快速开启 `streampark-console` 之旅
 
 `streamx-quickstart` 是 StreamPark 开发 Flink 的上手示例程序,具体请查阅:
 
@@ -112,7 +112,7 @@ GROUP BY DATE_FORMAT(ts, 'yyyy-MM-dd HH:00');
 
 <center>
 <img src="/doc/image/streamx_start.png"/><br></br>
-<strong>streamx-console 提交任务流程</strong>
+<strong>streampark-console 提交任务流程</strong>
 </center>
 
 关于项目的概念,`Development Mode`,`savepoint`,`NoteBook`,自定义 jar 管理,任务发布,任务恢复,参数配置,参数对比,多版本管理等等更多使用教程和文档后续持续更新。..
diff --git a/src/css/custom.css b/src/css/custom.css
index f126091..45a2e32 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -102,15 +102,19 @@ html {
 }
 
 .navbar__link {
+  color: #444950;
   font-size: 15px;
-  font-family: PingFangSC-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
-  font-weight: 500;
+  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
+  font-weight: 400;
   padding: 15px;
 }
 
+.navbar__items {
+  margin-left: 20px;
+}
+
 .navbar__logo {
-  height: 60px;
-  width: 60px;
+  height: 40px;
 }
 
 .footer__link-item svg,.navbar__link svg {
diff --git a/src/js/sysConfig.js b/src/js/sysConfig.js
index b63a5e7..feab52d 100644
--- a/src/js/sysConfig.js
+++ b/src/js/sysConfig.js
@@ -1,9 +1,9 @@
 const  systemConfiguration={
     github:{
-        "projectUrl":"https://github.com/streamxhub/streamx",
-        "projectReleaseUrl":"https://github.com/streamxhub/streamx/releases",
-        "projectIssueUrl":"https://github.com/streamxhub/streamx/issues",
-        "projectPrUrl":"https://github.com/streamxhub/streamx/pulls",
+        "projectUrl":"https://github.com/apache/incubator-streampark",
+        "projectReleaseUrl":"https://github.com/apache/incubator-streampark/releases",
+        "projectIssueUrl":"https://github.com/apache/incubator-streampark/issues",
+        "projectPrUrl":"https://github.com/apache/incubator-streampark/pulls",
     },
 }
 export  default systemConfiguration
diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx
index cc79cc4..efad2f5 100644
--- a/src/pages/home/index.jsx
+++ b/src/pages/home/index.jsx
@@ -39,34 +39,30 @@ export default function () {
                         <div className="col-12 col-md-6">
                             <div className="welcome_text_area">
                                 <h2 className="wow fadeInUp ztop" data-wow-delay="0.2s">
-                                    <span>StreamPark ──</span><br/>
-                                    <span>{dataSource.slogan.key}</span>
+                                    <span className="main_title">Apache StreamPark</span>
+                                    <span className="apache_incubating">Incubating</span>
                                 </h2>
-                                <hr style={{marginBottom: '30px'}}/>
+                                <hr style={{marginBottom: '40px'}}/>
                                 <h5 className="wow fadeInUp ztop" data-wow-delay="0.3s" style={{color: '#6c7a87',fontWeight: 600}}>
                                     {dataSource.slogan.description}
                                 </h5>
-                                <a className="btn streamx-btn btn mt-30 ztop" href="https://github.com/streamxhub/streamx"
+                                <a className="btn streamx-btn btn mt-30 ztop" href="https://github.com/apache/incubator-streampark"
                                    target="_blank">
                                     <i className="lni-github-original"></i>&nbsp;GitHub
                                 </a>
-                                <a className="btn streamx-btn btn-purple mt-30 ml-2 ztop"
-                                   href="https://gitee.com/streamxhub/streamx" target="_blank"
-                                   style={{marginLeft: '15px'}}>
-                                    <img src={useBaseUrl('/home/gitee.png')} className="icon-gitee"></img>&nbsp;Gitee
-                                </a>
-                                <a className="btn streamx-btn btn-green mt-30 ml-2 ztop" href="/docs/user-guide/quick-start"
-                                   style={{marginLeft: '15px'}}>
-                                    <i className="lni-play"></i>&nbsp;Start
+                                <a className="btn streamx-btn btn-green mt-30 ml-3 ztop" href="/docs/user-guide/quick-start"
+                                   style={{marginLeft: '10px'}}>
+                                    <i className="lni-play"></i>&nbsp;Get started
                                 </a>
                                 <div style={{marginTop: '20px'}} className="shields ztop">
                                     <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
                                         <img src="https://img.shields.io/badge/license-Apache%202-4EB1BA.svg" className="wow fadeInUp"></img>
                                     </a>
-                                    <img src="https://img.shields.io/github/stars/streamxhub/streamx.svg?sanitize=true" className="wow fadeInUp"></img>
-                                    <img src="https://img.shields.io/github/forks/streamxhub/streamx.svg?sanitize=true" className="wow fadeInUp"></img>
-                                    <img src="https://img.shields.io/github/languages/count/streamxhub/streamx" className="wow fadeInUp"></img>
+                                    <img src="https://img.shields.io/github/stars/apache/incubator-streampark.svg?sanitize=true" className="wow fadeInUp"></img>
+                                    <img src="https://img.shields.io/github/forks/apache/incubator-streampark.svg?sanitize=true" className="wow fadeInUp"></img>
+                                    <img src="https://img.shields.io/github/languages/count/apache/incubator-streampark" className="wow fadeInUp"></img>
                                 </div>
+                                {/*
                                 <a className="video_btn popup_video"
                                    data-wow-delay="0.5s"
                                    target="_blank"
@@ -74,11 +70,12 @@ export default function () {
                                     <i className="lni-play"></i>
                                     <span className="video-sonar"></span>
                                 </a>
+                                */}
                             </div>
                         </div>
                         <div className="col-12 col-md-6">
                             <div className="welcome_area_thumb text-center ztop" data-wow-delay="0.2s">
-                                <img style={{marginLeft: 30}} src={useBaseUrl('/home/streamx-banner.png')} alt="StreamPark GVP"></img>
+                                <img style={{marginLeft: 30}} src={useBaseUrl('/home/streampark-banner.png')} alt="StreamPark GVP"></img>
                             </div>
                         </div>
                     </div>
@@ -161,41 +158,6 @@ export default function () {
                 </div>
             </section>
 
-            <section className="honor_area" style={{backgroundColor: '#F6FAFE'}}>
-                <div className="container" style = {{marginTop: '90px',marginBottom: '40px' }}>
-                    <div className="row justify-content-center">
-                        <div className="col-12 col-sm-8 col-lg-6">
-                            <div className="section_heading text-center wow fadeInUp" data-wow-delay="0.2s"
-                                 style= {{ marginBottom: '15px'}}>
-                                <h3>{dataSource.common.honor}</h3>
-                                <div className="line"></div>
-                            </div>
-                        </div>
-                    </div>
-
-                    <div className="row justify-content-between" style= {{ padding:'30px 0'}}>
-                        {
-                            <div className="col-12">
-                                <div className="section_heading text-center wow fadeInUp" data-wow-delay="0.2s">
-                                    <p>{dataSource.honor.description}</p>
-                                </div>
-                            </div>
-                        }
-                    </div>
-
-                    <div className="row h-100 justify-content-between align-items-center">
-                        <div className="col-12 col-sm-8 col-lg-6">
-                            <img className="honor_image" src={useBaseUrl('/home/gvp2021.png')}></img>
-                        </div>
-
-                        <div className="col-12 col-sm-8 col-lg-6">
-                            <img className="honor_image" src={useBaseUrl('/home/honor2021.jpg')}></img>
-                        </div>
-                    </div>
-
-                </div>
-            </section>
-
         </section>
     );
 }
diff --git a/src/pages/home/index.less b/src/pages/home/index.less
index cd297e6..0ffc769 100644
--- a/src/pages/home/index.less
+++ b/src/pages/home/index.less
@@ -275,7 +275,7 @@ img {
   display: inline-block;
   font-size: 0.875rem;
   font-weight: 600;
-  padding: 1rem 1.6rem;
+  padding: 1rem 1.5rem;
   border-radius: 6px;
   line-height: 1;
   text-transform: uppercase;
@@ -285,7 +285,7 @@ img {
   background-color: #2872ff; //
   color: #fff;
   border: 0;
-  width: 130px;
+  max-width: 180px;
   height: 45px;
   position: relative;
 }
@@ -708,14 +708,14 @@ img {
 
 @media only screen and (min-width: 576px) and (max-width: 767px) {
   .welcome_text_area {
-    padding-top: 60px;
+    padding-top: 40px;
     margin-bottom: 0;
   }
 }
 
 @media only screen and (max-width: 575px) {
   .welcome_text_area {
-    padding-top: 40px;
+    padding-top: 30px;
     margin-bottom: 0;
   }
 }
@@ -982,13 +982,32 @@ img {
   font-family: 800;
 }
 
-.welcome_area .welcome_text_area h2 span:last-child {
+.welcome_area .welcome_text_area .main_title {
   background: linear-gradient(130deg, rgb(36, 198, 220), rgb(84, 51, 255) 41.07%, rgb(255, 0, 153) 76.05%);
   -webkit-text-fill-color: transparent;
   -webkit-background-clip: text;
   -webkit-box-decoration-break: clone;
 }
 
+hr {
+  background-color: #eaeaea;
+}
+
+.welcome_area .welcome_text_area .apache_incubating {
+  background: #e4e5e9;
+  border: 1px solid #e4e5e9;
+  border-radius: 30px 30px 30px 0;
+  color: #666;
+  font-size: 14px;
+  font-weight: 500;
+  padding: 5px 9px;
+  text-shadow: none;
+  position: relative;
+  top: -40px;
+  left: 5px;
+  height: 35px;
+}
+
 .circle-zoom {
   position: absolute;
   width: 350px;
diff --git a/src/pages/home/languages.json b/src/pages/home/languages.json
index 870770f..450eb68 100644
--- a/src/pages/home/languages.json
+++ b/src/pages/home/languages.json
@@ -93,7 +93,7 @@
     },
     "slogan": {
       "key": "make stream processing easier!",
-      "description":  "Extremely fast stream processing development framework, supported unified batch & streaming and data lake & data warehouse cloud-native bigdata platform, one-stop real-time computing cloud-native platform"
+      "description":  "Make stream processing easier! easy-to-use streaming application development framework and operation platform"
     },
     "feature": [
       {
@@ -141,7 +141,7 @@
       {
         "icon": "lni-bolt-alt",
         "title": "Deploy",
-        "description": "Use streamx-console to deploy app"
+        "description": "Use streampark-console to deploy app"
       }
     ],
     "honor" : {
diff --git a/src/styles/base.less b/src/styles/base.less
index 6155357..b157d44 100644
--- a/src/styles/base.less
+++ b/src/styles/base.less
@@ -169,6 +169,12 @@ a:visited {
   }
 }
 
+.footer__logo {
+  margin-top: 2rem;
+  margin-bottom: 1rem;
+  max-width: 12rem;
+}
+
 .normal-page {
   padding-top: 20px;
 
@@ -192,81 +198,3 @@ a:visited {
   }
 }
 
-
-/* footer */
-
-.footer-box {
-  width: 1400px;
-  margin: 0 auto;
-	padding-top: 40px;
-	font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
-	font-size: 13px;
-
-  .footer-mobile-img {
-    display: none;
-  }
-
-  .footer-item {
-    display: flex;
-    margin-bottom: 14px;
-    align-items: center;
-    justify-content: space-between;
-
-    >p {
-      margin-bottom: 0px;
-      width: 1037px;
-			text-align: left;
-    }
-
-    .footer-img {
-      width: 310px;
-      display: block;
-    }
-
-    .footer-sep {
-      display: block;
-    }
-  }
-
-
-
-  .footer-copyright {
-    display: flex;
-    align-items: center;
-    justify-content: space-between;
-
-    .footer-block {
-      width: 310px;
-    }
-
-    .footer-copyright-content {
-      padding-top: 10px;
-      width: 1037px;
-			text-align: left;
-    }
-
-    .footer-p2 {
-      padding-right: 10px;
-      display: inline-block;
-    }
-  }
-
-}
-
-
-
-
-
-@media screen and (max-width:1450px) {
-  .footer-box {
-    width: 1200px;
-  }
-
-  .footer-item>p {
-    width: 842px;
-  }
-
-  .footer-copyright-content {
-    width: 842px;
-  }
-}
diff --git a/static/home/streamx-banner.png b/static/home/streampark-banner.png
similarity index 50%
rename from static/home/streamx-banner.png
rename to static/home/streampark-banner.png
index a2babd5..023b031 100644
Binary files a/static/home/streamx-banner.png and b/static/home/streampark-banner.png differ
diff --git a/static/image/apache-incubator.svg b/static/image/apache-incubator.svg
new file mode 100644
index 0000000..1b4c364
--- /dev/null
+++ b/static/image/apache-incubator.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 473.26 110.22"><defs><style>.cls-1,.cls-2{fill:#fff;}.cls-1{fill-rule:evenodd;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><polygon class="cls-1" points="445.81 13.29 467.03 13.29 467.03 15.29 448.03 15.29 448.03 27.09 465.11 27.09 465.11 29.09 448.03 29.09 448.03 41.1 467.24 41.1 467.24 43.11 445.81 43.11 445.81 13.29"/><polygon class="cls-1" points="377.65 13.29 379.86 13.29 379.86 27.13 3 [...]
\ No newline at end of file
diff --git a/static/image/incubator-logo.svg b/static/image/incubator-logo.svg
deleted file mode 100644
index 7f54eea..0000000
--- a/static/image/incubator-logo.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="248px" height="59px" viewBox="0 0 248 59" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com -->
-    <title>egg-logo</title>
-    <desc>Created with Sketch.</desc>
-    <g id="框架图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="重构稿" transform="translate(-363.000000, -2089.000000)">
-            <g id="3" transform="translate(0.000000, 1869.000000)">
-                <image id="egg-logo" x="359" y="215" width="256" height="65" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAB+CAYAAADSiuOAAAAABGdBTUEAALGN5fIAKQAAQABJREFUeAHtXQecFMXS79m9QAYBQUQ4OO4OAQEDBp4JjA8jJlQUBAOKOesTUcxZFBNgeAoGRPQpfIgRMGFExYByiSQIomQ4uLvd+f7/2Zm9uWN3ZnZ3ZsPRdb+6memqrq6unenqru6eEUKCtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAtIC0gLSAt [...]
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/static/image/logo.png b/static/image/logo.png
index 22b4651..574278c 100644
Binary files a/static/image/logo.png and b/static/image/logo.png differ
diff --git a/static/image/logo.svg b/static/image/logo.svg
index 8c32ff1..172cbad 100644
--- a/static/image/logo.svg
+++ b/static/image/logo.svg
@@ -1,174 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 286.99 272.19" style="enable-background:new 0 0 286.99 272.19;" xml:space="preserve">
-<style type="text/css">
-	.st0{fill:#231815;}
-	.st1{fill:url(#SVGID_1_);}
-	.st2{fill:url(#SVGID_2_);}
-	.st3{display:none;fill:#EFEFEF;stroke:#EFEFEF;stroke-miterlimit:10;}
-	.st4{fill:url(#SVGID_3_);}
-	.st5{fill:url(#SVGID_4_);}
-</style>
-<g>
-	<path class="st0" d="M-713.9,250.73c-1.3-1.55-2.76-2.87-4.36-3.91c-1.58-1.03-3.15-1.87-4.66-2.49c-1.51-0.63-2.91-1.11-4.15-1.44
-		c-1.24-0.33-2.19-0.57-2.83-0.71c-2.72-0.71-5.42-1.5-8.03-2.33c-2.55-0.81-4.85-1.91-6.84-3.26c-1.96-1.33-3.54-3.01-4.69-5.01
-		c-1.15-1.98-1.73-4.55-1.73-7.64c0-2.53,0.46-4.88,1.38-6.99c0.91-2.1,2.19-3.91,3.8-5.38c1.61-1.47,3.54-2.63,5.72-3.44
-		c2.19-0.81,4.55-1.22,7.01-1.22c3.16,0,5.86,0.62,8.03,1.84c2.17,1.23,3.96,2.91,5.33,5.01c1.38,2.12,2.38,4.59,2.98,7.35
-		c0.61,2.79,0.91,5.76,0.91,8.82v0.5h4.27v-0.5c0-4.97-0.65-9.22-1.94-12.64c-1.29-3.42-2.99-6.23-5.07-8.34
-		c-2.07-2.11-4.39-3.65-6.88-4.58c-2.48-0.92-4.97-1.39-7.42-1.39c-2.95,0-5.8,0.47-8.49,1.39c-2.7,0.93-5.11,2.32-7.14,4.13
-		c-2.04,1.82-3.69,4.07-4.91,6.7c-1.22,2.63-1.84,5.65-1.84,8.98v0.34c0.07,3.85,0.9,7.07,2.47,9.57c1.55,2.48,3.47,4.49,5.7,5.98
-		c2.2,1.47,4.57,2.61,7.04,3.38c2.44,0.76,4.55,1.37,6.29,1.8c1.93,0.5,4.11,1.12,6.46,1.84c2.3,0.71,4.51,1.79,6.56,3.2
-		c2.04,1.41,3.77,3.28,5.14,5.56c1.36,2.27,2.05,5.24,2.05,8.84c0,2.81-0.57,5.39-1.69,7.67c-1.13,2.29-2.63,4.27-4.46,5.89
-		c-1.83,1.62-3.96,2.89-6.32,3.77c-2.36,0.88-4.81,1.33-7.28,1.33c-1.5,0-3.31-0.14-5.38-0.43c-2.03-0.28-4.02-0.97-5.92-2.06
-		c-1.89-1.08-3.61-2.72-5.12-4.86c-1.51-2.14-2.52-5.12-3.02-8.87l-0.06-0.43h-4.24l0.04,0.54c0.29,3.91,1.25,7.19,2.85,9.76
-		c1.59,2.56,3.55,4.62,5.81,6.14c2.25,1.52,4.76,2.6,7.46,3.23c2.68,0.62,5.26,0.94,7.68,0.94c3.02,0,6.02-0.56,8.89-1.67
-		c2.88-1.11,5.46-2.7,7.67-4.73c2.22-2.03,4.01-4.48,5.34-7.29c1.33-2.81,2.01-5.96,2.01-9.36c0-2.95-0.41-5.57-1.23-7.79
-		C-711.53,254.21-712.6,252.29-713.9,250.73z M-692.82,204.27h-4.05v22.87h-12.74v3.83h12.74v54.89h4.05v-54.89h14.81v-3.83h-14.81
-		V204.27z M-674.15,225.83h-0.5l-0.11,60.02h4.05v-56.19h20.36v-3.97l-0.53,0.03C-652.09,225.79-659.93,225.83-674.15,225.83z
-		 M-596.65,233.63c-2.82-2.53-6.07-4.51-9.67-5.87c-3.59-1.36-7.38-2.05-11.26-2.05c-4.32,0-8.42,0.78-12.2,2.32
-		c-3.78,1.54-7.09,3.72-9.84,6.48c-2.75,2.76-4.94,6.05-6.52,9.8s-2.38,7.88-2.38,12.28c0,4.33,0.78,8.41,2.32,12.12
-		c1.54,3.71,3.7,6.97,6.42,9.69c2.72,2.72,5.99,4.9,9.74,6.48c3.75,1.58,7.92,2.38,12.39,2.38c2.92,0,5.84-0.37,8.67-1.1
-		c2.83-0.74,5.51-1.87,7.97-3.38c2.46-1.5,4.75-3.44,6.81-5.76c2.06-2.32,3.77-5.05,5.09-8.14l0.3-0.7h-4.46l-0.13,0.29
-		c-2.27,4.82-5.58,8.56-9.84,11.11c-4.26,2.55-9.09,3.85-14.35,3.85c-2.77,0-5.77-0.52-8.9-1.55c-3.13-1.03-6.04-2.65-8.67-4.81
-		c-2.62-2.16-4.84-4.95-6.58-8.29c-1.67-3.2-2.58-7.06-2.71-11.46H-587l0.14-2.16c-0.22-4.47-1.21-8.58-2.93-12.22
-		C-591.52,239.3-593.82,236.17-596.65,233.63z M-644.32,253.49c0.26-3.28,1.11-6.36,2.53-9.19c1.49-2.98,3.47-5.61,5.89-7.8
-		c2.41-2.2,5.26-3.92,8.46-5.13c3.2-1.21,6.67-1.82,10.3-1.82c3.26,0,6.49,0.65,9.57,1.92c3.09,1.28,5.87,3.04,8.25,5.24
-		c2.38,2.2,4.36,4.81,5.9,7.76c1.44,2.78,2.28,5.81,2.48,9.02H-644.32z M-564.43,228.27c-3.78,1.69-7.06,3.98-9.74,6.81
-		c-2.68,2.83-4.77,6.12-6.2,9.8c-1.43,3.67-2.16,7.58-2.16,11.62c0,3.97,0.71,7.84,2.1,11.5c1.4,3.67,3.45,6.97,6.09,9.8
-		c2.65,2.83,5.93,5.14,9.74,6.87c3.82,1.73,8.18,2.6,12.95,2.6c6.23,0,11.74-1.44,16.38-4.27c4.21-2.57,7.61-6.09,10.13-10.46v13.31
-		h4.05v-60.13h-30.56C-556.34,225.72-560.64,226.58-564.43,228.27z M-526.74,266.87c-1.28,3.26-3.11,6.16-5.45,8.6
-		s-5.16,4.41-8.39,5.82c-3.22,1.42-6.84,2.14-10.74,2.14c-4.55,0-8.58-0.81-11.98-2.4c-3.41-1.59-6.26-3.7-8.49-6.25
-		c-2.24-2.55-3.92-5.47-5.02-8.66c-1.1-3.2-1.66-6.44-1.66-9.64c0-3.98,0.7-7.67,2.08-10.97c1.38-3.3,3.32-6.15,5.77-8.49
-		c2.45-2.34,5.32-4.19,8.55-5.51c3.23-1.31,6.74-1.98,10.43-1.98h26.51C-524.93,251.08-525.47,263.64-526.74,266.87z
-		 M-432.92,231.64c-1.86-1.85-4.15-3.32-6.81-4.36c-2.66-1.04-5.8-1.56-9.33-1.56c-3.32,0-6.51,0.64-9.5,1.89
-		c-3,1.26-5.57,3.06-7.63,5.34c-1.26,1.34-2.21,2.64-2.81,3.88c-0.36,0.75-0.67,1.43-0.93,2.03c-0.34-0.96-0.78-1.87-1.3-2.72
-		c-0.7-1.14-1.46-2.2-2.28-3.17c-2.07-2.37-4.63-4.19-7.59-5.42c-2.95-1.22-6.24-1.83-9.77-1.83h-22.93v60.13h4.05v-56.3h18.56
-		c3.18,0,6.14,0.59,8.78,1.75c2.63,1.16,4.78,2.81,6.39,4.9c1.41,1.9,2.44,4.08,3.08,6.47c0.64,2.42,0.96,5.89,0.96,10.33v32.84
-		h4.05v-32.84c0-2.24,0.05-4.19,0.16-5.79c0.11-1.6,0.32-3.05,0.64-4.32c0.32-1.26,0.76-2.44,1.32-3.48
-		c0.56-1.05,1.32-2.2,2.24-3.41c1.75-2.24,4-3.89,6.7-4.9c2.73-1.03,5.36-1.55,7.83-1.55c5.71,0,10.13,1.6,13.15,4.75
-		c2.1,2.1,3.6,4.78,4.44,7.94c0.86,3.21,1.29,6.83,1.29,10.76v32.84h4.05v-32.84c0-4.45-0.52-8.56-1.54-12.22
-		C-428.71,237.09-430.48,234.01-432.92,231.64z M-388.02,244.4l26.79-40.14h-5.01l-24.23,36.19l-24.02-36.19h-5.12l26.8,40.14
-		l-27.78,41.45h4.8l25.33-37.72l25.28,37.5l0.15,0.22h5.02L-388.02,244.4z"/>
-	<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-655.4878" y1="96.8273" x2="-560.1909" y2="96.8273">
-		<stop  offset="1.331947e-07" style="stop-color:#63C6F9"/>
-		<stop  offset="1" style="stop-color:#171E9E"/>
-	</linearGradient>
-	<path class="st1" d="M-584.3,100.76l-56.43-79.6c0.59-0.74,0.95-1.65,0.95-2.67c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31
-		s1.93,4.31,4.31,4.31c0.27,0,0.53-0.03,0.79-0.08l55.26,77.96l-59.75,77.16c-0.41-0.13-0.83-0.21-1.27-0.21
-		c-2.38,0-4.31,1.93-4.31,4.31s1.93,4.31,4.31,4.31s4.31-1.93,4.31-4.31c0-0.83-0.25-1.6-0.66-2.26L-584.3,100.76z M-566.79,126.1
-		l-2.43-1.77l-52.52,72.17c-0.35-0.09-0.71-0.16-1.1-0.16c-2.38,0-4.31,1.93-4.31,4.31s1.93,4.31,4.31,4.31s4.31-1.93,4.31-4.31
-		c0-0.9-0.28-1.74-0.75-2.43L-566.79,126.1z M-560.19,135.02l-2.41-1.78l-40.98,55.48c-0.35-0.09-0.71-0.16-1.09-0.16
-		c-2.38,0-4.31,1.93-4.31,4.31c0,2.38,1.93,4.31,4.31,4.31c2.38,0,4.31-1.93,4.31-4.31c0-0.9-0.28-1.74-0.76-2.43L-560.19,135.02z
-		 M-599.93,23.6c0.44,0,0.85-0.08,1.25-0.21l35.25,46.1l2.38-1.82l-35.25-46.09c0.42-0.66,0.67-1.44,0.67-2.29
-		c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31S-602.31,23.6-599.93,23.6z M-615.7,14.18c0.21,0,0.42-0.03,0.63-0.06
-		l46.37,62.43l2.41-1.79l-46.13-62.11c0.64-0.75,1.04-1.71,1.04-2.77c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31
-		S-618.08,14.18-615.7,14.18z M-617.62,28.23c0.46,0,0.9-0.09,1.32-0.23l40.98,56.55l2.43-1.76l-41.06-56.66
-		c0.39-0.65,0.63-1.4,0.63-2.21c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31C-621.92,26.3-619.99,28.23-617.62,28.23z
-		 M-650.33-2.78l68.89,96.38l2.44-1.74l-68.78-96.24c0.56-0.73,0.91-1.63,0.91-2.62c0-2.38-1.93-4.31-4.31-4.31
-		s-4.31,1.93-4.31,4.31c0,2.38,1.93,4.31,4.31,4.31C-650.89-2.69-650.61-2.72-650.33-2.78z M-625.48,176.69
-		c0-0.97-0.33-1.86-0.88-2.58l47.34-64.49l-2.42-1.78l-47.45,64.63c-0.29-0.06-0.6-0.1-0.91-0.1c-2.38,0-4.31,1.93-4.31,4.31
-		s1.93,4.31,4.31,4.31S-625.48,179.07-625.48,176.69z M-621.18,187.15c0-0.93-0.3-1.78-0.8-2.48l49.09-66.78l-2.42-1.78
-		l-49.13,66.84l0.1,0.07c-0.37-0.1-0.75-0.17-1.14-0.17c-2.38,0-4.31,1.93-4.31,4.31s1.93,4.31,4.31,4.31
-		C-623.11,191.46-621.18,189.53-621.18,187.15z"/>
-	<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-588.0376" y1="100.5433" x2="-453.742" y2="100.5433">
-		<stop  offset="1.331947e-07" style="stop-color:#63C6F9"/>
-		<stop  offset="1" style="stop-color:#171E9E"/>
-	</linearGradient>
-	<path class="st2" d="M-525.67,179.8l-58.63-79.08l59.53-79.95c0.26,0.05,0.52,0.08,0.78,0.08c2.38,0,4.31-1.93,4.31-4.31
-		s-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31c0,1.01,0.36,1.93,0.95,2.66l-60.7,81.51l60.07,81.02c-0.68,1.22-0.76,2.75-0.06,4.08
-		c1.1,2.11,3.7,2.93,5.81,1.84c2.11-1.1,2.93-3.7,1.84-5.81C-521.39,179.91-523.67,179.08-525.67,179.8z M-495.74,204.03
-		l-76.5-102.9l76.85-104.19c0.44,0.15,0.91,0.25,1.4,0.25c2.38,0,4.31-1.93,4.31-4.31s-1.93-4.31-4.31-4.31
-		c-2.38,0-4.31,1.93-4.31,4.31c0,0.78,0.23,1.51,0.59,2.14l-77.61,105.21l-0.66,0.89l77.8,104.65c-0.85,1.27-1.02,2.93-0.27,4.38
-		c1.1,2.11,3.7,2.93,5.81,1.84s2.93-3.7,1.84-5.81C-491.74,204.37-493.82,203.52-495.74,204.03z M-510.37,179.68
-		c1.1,2.11,3.7,2.93,5.81,1.84c2.11-1.1,2.93-3.7,1.84-5.81c-0.95-1.83-3.03-2.69-4.95-2.17l-52.71-73.75l54.01-71.26
-		c0.28,0.06,0.58,0.09,0.88,0.09c2.38,0,4.31-1.93,4.31-4.31c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31
-		c0,0.98,0.34,1.87,0.89,2.6l-55.2,72.83l54,75.56C-510.95,176.56-511.12,178.23-510.37,179.68z M-489.95,181.33l-59.4-80.08
-		l61.6-81.32c0.23,0.04,0.45,0.07,0.69,0.07c2.38,0,4.31-1.93,4.31-4.31c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31
-		c0,1.04,0.38,1.98,1,2.73l-62.05,81.92l-0.68,0.9l60.93,82.13c-0.6,1.19-0.65,2.64,0.02,3.92c1.1,2.11,3.7,2.93,5.81,1.84
-		c2.11-1.1,2.93-3.7,1.84-5.81C-485.54,181.33-487.91,180.51-489.95,181.33z M-459.91,204.06l-77.37-103.03l78.05-103.52
-		c0.38,0.11,0.77,0.18,1.18,0.18c2.38,0,4.31-1.93,4.31-4.31s-1.93-4.31-4.31-4.31c-2.38,0-4.31,1.93-4.31,4.31
-		c0,0.87,0.26,1.68,0.71,2.36l-79.38,105.29l78.74,104.84c-0.8,1.25-0.95,2.88-0.21,4.3c1.1,2.11,3.7,2.93,5.81,1.84
-		c2.11-1.1,2.93-3.7,1.84-5.81C-455.83,204.34-457.97,203.49-459.91,204.06z"/>
-</g>
-<g>
-	<path class="st3" d="M297.48,145.34c-1.71-2.05-3.65-3.79-5.75-5.16c-2.09-1.36-4.15-2.46-6.14-3.29c-2-0.83-3.84-1.46-5.47-1.9
-		c-1.64-0.43-2.9-0.75-3.74-0.93c-3.59-0.94-7.16-1.98-10.61-3.08c-3.37-1.07-6.41-2.52-9.03-4.3c-2.58-1.75-4.67-3.98-6.2-6.61
-		c-1.51-2.61-2.28-6.01-2.28-10.09c0-3.34,0.61-6.45,1.82-9.23c1.2-2.78,2.89-5.17,5.01-7.11c2.13-1.94,4.67-3.47,7.55-4.54
-		c2.89-1.07,6-1.61,9.26-1.61c4.17,0,7.74,0.82,10.6,2.43c2.87,1.62,5.23,3.85,7.03,6.61c1.82,2.79,3.14,6.06,3.93,9.7
-		c0.8,3.69,1.21,7.6,1.21,11.65v0.66h5.63v-0.66c0-6.56-0.86-12.18-2.56-16.69c-1.7-4.52-3.95-8.23-6.69-11.01
-		c-2.74-2.78-5.79-4.82-9.08-6.05c-3.27-1.22-6.57-1.84-9.79-1.84c-3.89,0-7.66,0.62-11.21,1.83c-3.57,1.22-6.74,3.06-9.43,5.45
-		c-2.69,2.4-4.87,5.37-6.48,8.84c-1.62,3.47-2.43,7.46-2.43,11.85v0.44c0.1,5.08,1.19,9.33,3.26,12.63
-		c2.05,3.27,4.58,5.93,7.52,7.89c2.91,1.94,6.04,3.44,9.3,4.47c3.22,1.01,6.01,1.81,8.3,2.38c2.55,0.66,5.42,1.48,8.52,2.43
-		c3.04,0.94,5.95,2.36,8.66,4.23c2.69,1.86,4.97,4.33,6.78,7.34c1.8,3,2.71,6.92,2.71,11.66c0,3.71-0.75,7.12-2.23,10.13
-		c-1.49,3.02-3.47,5.64-5.88,7.77c-2.42,2.14-5.23,3.82-8.35,4.98c-3.12,1.17-6.36,1.76-9.62,1.76c-1.98,0-4.37-0.19-7.1-0.57
-		c-2.68-0.37-5.31-1.28-7.81-2.72c-2.49-1.43-4.77-3.59-6.76-6.42c-1.99-2.82-3.33-6.76-3.98-11.71l-0.08-0.57h-5.6l0.05,0.71
-		c0.39,5.16,1.65,9.5,3.76,12.88c2.1,3.37,4.68,6.1,7.67,8.1c2.98,2,6.29,3.44,9.85,4.26c3.54,0.82,6.95,1.24,10.14,1.24
-		c3.99,0,7.94-0.74,11.74-2.2c3.8-1.46,7.21-3.56,10.13-6.24c2.92-2.68,5.3-5.92,7.05-9.62c1.76-3.71,2.65-7.87,2.65-12.36
-		c0-3.89-0.55-7.35-1.62-10.29C300.62,149.93,299.2,147.4,297.48,145.34z M325.31,84.01h-5.34v30.19h-16.82v5.06h16.82v72.45h5.34
-		v-72.45h19.55v-5.06h-19.55V84.01z M349.95,112.47h-0.66l-0.15,79.23h5.35v-74.17h26.88v-5.24l-0.7,0.04
-		C379.07,112.42,368.73,112.47,349.95,112.47z M452.25,122.78c-3.72-3.34-8.02-5.95-12.76-7.75c-4.75-1.79-9.75-2.7-14.87-2.7
-		c-5.7,0-11.12,1.03-16.11,3.07c-4.98,2.04-9.35,4.91-12.99,8.55c-3.63,3.64-6.53,7.99-8.61,12.93c-2.08,4.94-3.14,10.4-3.14,16.21
-		c0,5.72,1.03,11.1,3.07,15.99c2.04,4.9,4.89,9.2,8.48,12.79c3.59,3.59,7.91,6.47,12.85,8.55c4.95,2.09,10.45,3.14,16.35,3.14
-		c3.86,0,7.71-0.49,11.44-1.46c3.73-0.97,7.27-2.47,10.52-4.46c3.25-1.99,6.27-4.54,8.98-7.6c2.72-3.06,4.98-6.67,6.72-10.74
-		l0.39-0.92h-5.88l-0.18,0.38c-3,6.37-7.37,11.3-12.99,14.67c-5.63,3.37-12,5.08-18.95,5.08c-3.66,0-7.61-0.69-11.74-2.05
-		c-4.13-1.36-7.98-3.49-11.45-6.35c-3.46-2.85-6.39-6.53-8.69-10.94c-2.21-4.23-3.41-9.32-3.58-15.13h75.84l0.19-2.85
-		c-0.29-5.9-1.59-11.33-3.86-16.13C459.03,130.25,455.98,126.12,452.25,122.78z M389.32,148.98c0.35-4.32,1.47-8.4,3.34-12.12
-		c1.97-3.94,4.59-7.4,7.78-10.3c3.19-2.9,6.94-5.18,11.17-6.77c4.23-1.59,8.8-2.4,13.6-2.4c4.31,0,8.56,0.85,12.64,2.54
-		c4.08,1.68,7.75,4.01,10.9,6.92c3.14,2.9,5.76,6.35,7.78,10.24c1.91,3.67,3.01,7.67,3.27,11.9H389.32z M494.79,115.69
-		c-4.99,2.23-9.32,5.25-12.86,8.99c-3.54,3.73-6.29,8.08-8.19,12.94c-1.89,4.84-2.85,10-2.85,15.33c0,5.24,0.93,10.34,2.77,15.18
-		c1.84,4.85,4.55,9.2,8.04,12.94c3.49,3.74,7.82,6.79,12.86,9.06c5.05,2.28,10.8,3.44,17.09,3.44c8.23,0,15.5-1.89,21.62-5.63
-		c5.56-3.4,10.05-8.03,13.37-13.81v17.57h5.34v-79.38h-40.33C505.46,112.33,499.79,113.46,494.79,115.69z M544.54,166.65
-		c-1.68,4.31-4.1,8.13-7.19,11.36c-3.09,3.23-6.81,5.81-11.07,7.69c-4.25,1.87-9.02,2.82-14.18,2.82c-6.01,0-11.33-1.07-15.82-3.17
-		c-4.49-2.11-8.27-4.88-11.21-8.24c-2.95-3.37-5.18-7.22-6.63-11.42c-1.45-4.22-2.19-8.5-2.19-12.72c0-5.25,0.93-10.12,2.75-14.48
-		c1.83-4.35,4.39-8.12,7.61-11.21c3.23-3.09,7.03-5.54,11.29-7.27c4.26-1.73,8.89-2.61,13.77-2.61h35
-		C546.92,145.8,546.21,162.38,544.54,166.65z M668.38,120.14c-2.45-2.45-5.48-4.38-9-5.75c-3.51-1.37-7.65-2.06-12.31-2.06
-		c-4.38,0-8.6,0.84-12.55,2.5c-3.96,1.66-7.35,4.04-10.07,7.06c-1.67,1.77-2.92,3.49-3.71,5.12c-0.48,0.99-0.89,1.88-1.22,2.68
-		c-0.45-1.27-1.03-2.47-1.72-3.6c-0.92-1.5-1.93-2.91-3.01-4.19c-2.74-3.13-6.11-5.53-10.02-7.15c-3.9-1.61-8.24-2.42-12.9-2.42
-		H561.6v79.38h5.35v-74.32h24.49c4.2,0,8.1,0.78,11.59,2.32c3.47,1.53,6.31,3.71,8.43,6.47c1.86,2.51,3.22,5.38,4.06,8.54
-		c0.84,3.19,1.27,7.77,1.27,13.63v43.35h5.35v-43.35c0-2.96,0.07-5.53,0.21-7.65c0.14-2.11,0.42-4.03,0.84-5.71
-		c0.42-1.67,1-3.21,1.74-4.59c0.74-1.39,1.74-2.91,2.96-4.5c2.31-2.95,5.28-5.13,8.84-6.47c3.6-1.35,7.08-2.04,10.33-2.04
-		c7.54,0,13.38,2.11,17.36,6.28c2.78,2.78,4.75,6.3,5.87,10.48c1.13,4.24,1.7,9.02,1.7,14.21v43.35h5.35v-43.35
-		c0-5.88-0.69-11.3-2.04-16.13C673.93,127.33,671.6,123.27,668.38,120.14z M727.64,136.99l35.37-52.98h-6.62l-31.99,47.77
-		l-31.7-47.77h-6.76l35.37,52.98l-36.67,54.71h6.33l33.43-49.79l33.38,49.5l0.2,0.29h6.62L727.64,136.99z"/>
-	<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="38.5286" y1="134.2126" x2="133.8254" y2="134.2126">
-		<stop  offset="1.331947e-07" style="stop-color:#63C6F9"/>
-		<stop  offset="1" style="stop-color:#171E9E"/>
-	</linearGradient>
-	<path class="st4" d="M109.71,138.14l-56.43-79.6c0.59-0.74,0.95-1.65,0.95-2.67c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31
-		s1.93,4.31,4.31,4.31c0.27,0,0.53-0.03,0.79-0.08l55.26,77.96l-59.75,77.16c-0.41-0.13-0.83-0.21-1.27-0.21
-		c-2.38,0-4.31,1.93-4.31,4.31s1.93,4.31,4.31,4.31s4.31-1.93,4.31-4.31c0-0.83-0.25-1.6-0.66-2.26L109.71,138.14z M127.22,163.48
-		l-2.43-1.77l-52.52,72.17c-0.35-0.09-0.71-0.16-1.1-0.16c-2.38,0-4.31,1.93-4.31,4.31s1.93,4.31,4.31,4.31s4.31-1.93,4.31-4.31
-		c0-0.9-0.28-1.74-0.75-2.43L127.22,163.48z M133.83,172.41l-2.41-1.78L90.43,226.1c-0.35-0.09-0.71-0.16-1.09-0.16
-		c-2.38,0-4.31,1.93-4.31,4.31c0,2.38,1.93,4.31,4.31,4.31c2.38,0,4.31-1.93,4.31-4.31c0-0.9-0.28-1.74-0.76-2.43L133.83,172.41z
-		 M94.08,60.99c0.44,0,0.85-0.08,1.25-0.21l35.25,46.1l2.38-1.82L97.72,58.97c0.42-0.66,0.67-1.44,0.67-2.29
-		c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31S91.7,60.99,94.08,60.99z M78.31,51.56c0.21,0,0.42-0.03,0.63-0.06l46.37,62.43
-		l2.41-1.79L81.59,50.03c0.64-0.75,1.04-1.71,1.04-2.77c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31S75.94,51.56,78.31,51.56z
-		 M76.4,65.61c0.46,0,0.9-0.09,1.32-0.23l40.98,56.55l2.43-1.76L80.08,63.52c0.39-0.65,0.63-1.4,0.63-2.21
-		c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31C72.09,63.68,74.02,65.61,76.4,65.61z M43.68,34.61l68.89,96.38l2.44-1.74
-		L46.23,33.01c0.56-0.73,0.91-1.63,0.91-2.62c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31c0,2.38,1.93,4.31,4.31,4.31
-		C43.13,34.7,43.41,34.66,43.68,34.61z M68.53,214.07c0-0.97-0.33-1.86-0.88-2.58L115,147.01l-2.42-1.78l-47.45,64.63
-		c-0.29-0.06-0.6-0.1-0.91-0.1c-2.38,0-4.31,1.93-4.31,4.31s1.93,4.31,4.31,4.31C66.6,218.38,68.53,216.45,68.53,214.07z
-		 M72.84,224.54c0-0.93-0.3-1.78-0.8-2.48l49.09-66.78l-2.42-1.78l-49.13,66.84l0.1,0.07c-0.37-0.1-0.75-0.17-1.14-0.17
-		c-2.38,0-4.31,1.93-4.31,4.31s1.93,4.31,4.31,4.31C70.91,228.84,72.84,226.92,72.84,224.54z"/>
-	<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="105.9788" y1="137.9286" x2="240.2744" y2="137.9286">
-		<stop  offset="1.331947e-07" style="stop-color:#63C6F9"/>
-		<stop  offset="1" style="stop-color:#171E9E"/>
-	</linearGradient>
-	<path class="st5" d="M168.35,217.19l-58.63-79.08l59.53-79.95c0.26,0.05,0.52,0.08,0.78,0.08c2.38,0,4.31-1.93,4.31-4.31
-		s-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31c0,1.01,0.36,1.93,0.95,2.66l-60.7,81.51l60.07,81.02c-0.68,1.22-0.76,2.75-0.06,4.08
-		c1.1,2.11,3.7,2.93,5.81,1.84c2.11-1.1,2.93-3.7,1.84-5.81C172.62,217.3,170.35,216.46,168.35,217.19z M198.28,241.42l-76.5-102.9
-		l76.85-104.19c0.44,0.15,0.91,0.25,1.4,0.25c2.38,0,4.31-1.93,4.31-4.31s-1.93-4.31-4.31-4.31c-2.38,0-4.31,1.93-4.31,4.31
-		c0,0.78,0.23,1.51,0.59,2.14l-77.61,105.21l-0.66,0.89l77.8,104.65c-0.85,1.27-1.02,2.93-0.27,4.38c1.1,2.11,3.7,2.93,5.81,1.84
-		s2.93-3.7,1.84-5.81C202.27,241.76,200.19,240.9,198.28,241.42z M183.65,217.07c1.1,2.11,3.7,2.93,5.81,1.84
-		c2.11-1.1,2.93-3.7,1.84-5.81c-0.95-1.83-3.03-2.69-4.95-2.17l-52.71-73.75l54.01-71.26c0.28,0.06,0.58,0.09,0.88,0.09
-		c2.38,0,4.31-1.93,4.31-4.31c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31c0,0.98,0.34,1.87,0.89,2.6l-55.2,72.83l54,75.56
-		C183.06,213.95,182.9,215.62,183.65,217.07z M204.07,218.72l-59.41-80.08l61.6-81.32c0.23,0.04,0.45,0.07,0.69,0.07
-		c2.38,0,4.31-1.93,4.31-4.31c0-2.38-1.93-4.31-4.31-4.31s-4.31,1.93-4.31,4.31c0,1.04,0.38,1.98,1,2.73l-62.05,81.92l-0.68,0.9
-		l60.93,82.13c-0.6,1.19-0.65,2.64,0.02,3.92c1.1,2.11,3.7,2.93,5.81,1.84c2.11-1.1,2.93-3.7,1.84-5.81
-		C208.47,218.71,206.11,217.89,204.07,218.72z M234.11,241.45l-77.37-103.03L234.79,34.9c0.38,0.11,0.77,0.18,1.18,0.18
-		c2.38,0,4.31-1.93,4.31-4.31s-1.93-4.31-4.31-4.31c-2.38,0-4.31,1.93-4.31,4.31c0,0.87,0.26,1.68,0.71,2.36l-79.38,105.29
-		l78.74,104.84c-0.8,1.25-0.95,2.88-0.21,4.3c1.1,2.11,3.7,2.93,5.81,1.84c2.11-1.1,2.93-3.7,1.84-5.81
-		C238.18,241.73,236.05,240.87,234.11,241.45z"/>
-</g>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="365" height="213"
+     viewBox="0 0 365 213">
+    <image id="apache_streampark" data-name="apache_streampark" width="365" height="213"
+           xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAADVCAYAAACc76GOAAAgAElEQVR4nOxdBZgcxdY91Q3BnYc/+DcEYht3gUCUuAsJJCFAFtfgTnCCQ2BJgDjEXZAQT4jbhgiBxeW9h7yHw1Tf/7s9NTvdVdWzu3Hp833z7WxPdXXPTM3p21fOFYixxyArTx4F4B8ADlfndJQg8Hd0sCAcDMJ/BYEE8AsICUH4HcDvgvCfzdXc3+JvMkaMfR8xae8CZOVJB8DpAP5PPbLUg7edAOA4AMcCOCB4NoIAUPJLCj73/6pHYNzvAvgWhH8ziQvgaxA+FYQtIGwVwNb1dd2f98XPN0aM/Qkxae9gZOXJIwFUAVARQAUAlQCUB3BYkY+UiagDzzONAwLEnn7tOyZxAawBYYUgLAOwZXUD1zPOIUaMGHskYtLeTmTlSbaW6wE4R/3NBuBs6 [...]
 </svg>