You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/02/16 03:03:55 UTC

[incubator-seatunnel-website] branch main updated: [Feature]add @ASFSeaTunnel twitter, Slack shields into footer (#48)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d6ef0f4  [Feature]add @ASFSeaTunnel twitter,Slack shields into footer (#48)
d6ef0f4 is described below

commit d6ef0f4862123de722cd57610f8d3d9b61e66fce
Author: benjobs <be...@qq.com>
AuthorDate: Wed Feb 16 10:51:49 2022 +0800

    [Feature]add @ASFSeaTunnel twitter,Slack shields into footer (#48)
    
    * [Feature]add @ASFSeaTunnel twitter,Slack shields into footer
    
    * zh-CN add incubator-logo
---
 docusaurus.config.js                            | 16 ++++++++++++----
 i18n/zh-CN/docusaurus-theme-classic/footer.json |  4 ++--
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index c770b2f..b52fa29 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -211,11 +211,19 @@ const config = {
                     ],
                 },
 
-
             ],
-            copyright: `<div><img style="height:50px" alt="Apache Software Foundation" src="/image/incubator-logo.svg" /><p style="color: #999999;  padding: 0 20px 30px;font-weight:400;text-align:left">Apache SeaTunnel 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 s [...]
-             <p style="padding: 0 20px 30px;color: #999999;font-weight: 400;"> Copyright © ${new Date().getFullYear()} The Apache Software Foundation. Licensed under the Apache License, Version 2.0. Apache SeaTunnel, Apache Incubator, Apache, the Apache feather logo, the Apache SeaTunnel Logo and the Apache Incubator project logo are trademarks of The Apache Software Foundation.</p>
-             <div>`,
+            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 SeaTunnel 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  [...]
+                <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;"><span>Copyright © 2021-${new Date().getFullYear()} The Apache Software Foundation. Apache SeaTunnel, SeaTunnel, and its feather logo are trademarks of The Apache Software Foundation.</span></div>
+                <div style="text-align: center;">
+                    <a href="https://twitter.com/asfseatunnel?s=21" title="Twitter" ><svg t="1644553365083" class="icon" viewBox="0 0 1260 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7015" width="25" height="25"><path d="M1259.846921 121.148242c-46.524504 20.728739-96.273478 34.547899-148.325646 40.536201 53.434084-31.784067 94.430924-82.454319 113.777747-142.797982-50.209613 29.480874-105.486251 51.13089-164.447999 62.646857A257.584528 257.584528 0 0 0 872.449815 0.0002 [...]
+                    <a href="https://apacheseatunnel.slack.com" title="Slack" style="margin-left: 20px;"><svg t="1644553076784" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3088" width="23" height="23"><path d="M215.125333 647.04a107.861333 107.861333 0 0 1-107.52 107.648A107.861333 107.861333 0 0 1 0 647.04a107.818667 107.818667 0 0 1 107.605333-107.52h107.52v107.52z m54.229334 0a107.818667 107.818667 0 0 1 107.562666-107.52 107.818667 107. [...]
+                    <a href="https://lists.apache.org/list.html?dev@seatunnel.apache.org" title="Mailing list" style="margin-left: 20px;"><svg t="1644553175467" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5304" width="26" height="26"><path d="M853.333333 170.666667H170.666667c-46.933333 0-85.333333 38.4-85.333334 85.333333v512c0 46.933333 38.4 85.333333 85.333334 85.333333h682.666666c46.933333 0 85.333333-38.4 85.333334-85.333333V256c0-46.9 [...]
+                    <a href="https://github.com/apache/incubator-seatunnel" title="GitHub" style="margin-left: 20px;"><svg t="1644553223000" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6156" width="23" height="23"><path d="M512 12.64c-282.752 0-512 229.216-512 512 0 226.208 146.72 418.144 350.144 485.824 25.6 4.736 35.008-11.104 35.008-24.64 0-12.192-0.48-52.544-0.704-95.328-142.464 30.976-172.512-60.416-172.512-60.416-23.296-59.168-56.832- [...]
+                </div>
+            <div>`,
         },
 
         prism: {
diff --git a/i18n/zh-CN/docusaurus-theme-classic/footer.json b/i18n/zh-CN/docusaurus-theme-classic/footer.json
index 5dcafce..b0e890a 100644
--- a/i18n/zh-CN/docusaurus-theme-classic/footer.json
+++ b/i18n/zh-CN/docusaurus-theme-classic/footer.json
@@ -46,7 +46,7 @@
     "description": "The label of footer link with label=Mail Archive linking to https://lists.apache.org/list.html?dev@seatunnel.apache.org"
   },
   "copyright": {
-    "message": "<div style=\"text-align: left;\">\n          <div>\n            <p style=\"font-family: Avenir-Medium;font-size: 14px;color: #999;line-height: 20px;\">Apache SeaTunnel (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by 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  [...]
+    "message": "<div style=\"margin-top: 20px;background: #f4f8fa\">\n<img style=\"height:50px;margin-bottom: 10px\" alt=\"Apache Software Foundation\" src=\"/zh-CN/image/incubator-logo.svg\" />\n                <p style=\"color: #999999;font-weight:400;text-align:left\">Apache SeaTunnel 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  [...]
     "description": "The footer copyright"
   }
-}
\ No newline at end of file
+}