This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new c536f31c2 remove incubator footer
c536f31c2 is described below
commit c536f31c26947d7afc68876dc3151ce8e7d61ae6
Author: Jingsong <[email protected]>
AuthorDate: Sat May 11 13:45:52 2024 +0800
remove incubator footer
---
pages/layouts/partials/docs/inject/footer.html | 48 ------------------------
pages/static/img/incubator_feather_egg_logo.png | Bin 30207 -> 0 bytes
2 files changed, 48 deletions(-)
diff --git a/pages/layouts/partials/docs/inject/footer.html
b/pages/layouts/partials/docs/inject/footer.html
deleted file mode 100644
index 6703ca9f8..000000000
--- a/pages/layouts/partials/docs/inject/footer.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<!--
- Partial that on the footer of every page.
--->
-
-<hr style="margin-top: 20px; border: 1px solid #e5e5e5;" />
-
-<table style="border-spacing: 10px;">
- <tbody>
- <tr>
- <td style="width: 30%;">
- <img src="{{ relURL "img/incubator_feather_egg_logo.png" }}"
style="all: unset; width: 100%;">
- </td>
- <td>
- Apache Paimon 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 indicate that the project has yet to be fully endorsed by the
ASF.
- </td>
- </tr>
- <tr>
- <td colspan="2">
- Copyright © 2023 The Apache Software Foundation. Apache Paimon,
Paimon, and its feather logo are
- trademarks of The Apache Software Foundation.
- </td>
- </tr>
- </tbody>
-</table>
\ No newline at end of file
diff --git a/pages/static/img/incubator_feather_egg_logo.png
b/pages/static/img/incubator_feather_egg_logo.png
deleted file mode 100644
index 338169e4d..000000000
Binary files a/pages/static/img/incubator_feather_egg_logo.png and /dev/null
differ