This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new e266919 updated trademarks (#79)
e266919 is described below
commit e266919f1c8ff1d1af428f818e820bdf044ecb3f
Author: Yumeng Wang <[email protected]>
AuthorDate: Mon Jun 13 23:31:55 2022 +0800
updated trademarks (#79)
---
docusaurus.config.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index dd7a90c..c104ebb 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -187,9 +187,9 @@ const darkCodeTheme =
require('prism-react-renderer/themes/dracula');
],
copyright: `
<div style="margin-top: 20px">
- <img style="height:50px; margin-bottom: 10px; margin-top: 10px"
alt="Apache Software Foundation" src= "/img/apache-incubator.svg" />
- <p style="text-align:left;">Apache DevLake 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 c [...]
- <p style="text-align:left;">Copyright ©${new Date().getFullYear()}
Apache DevLake, DevLake, Apache, the Apache feather logo and the Apache DevLake
project logo are either registered trademarks or trademarks of The Apache
Software Foundation in the United States and other countries.</p>
+ <a href="https://incubator.apache.org/" target="_blank"><img
style="height:40px; margin-bottom: 10px; margin-top: 10px" alt="Apache Software
Foundation" src= "/img/apache-incubator.svg" /></a>
+ <p style="text-align:left; font-weight: 300; font-size:
0.8em;">Apache DevLake 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 th [...]
+ <p style="text-align:left; font-weight: 300; font-size:
0.8em;">Copyright ©${new Date().getFullYear()} Apache DevLake, DevLake, Apache,
the Apache feather logo and the Apache DevLake project logo are either
registered trademarks or trademarks of The Apache Software Foundation in the
United States and other countries.</p>
</div>
`,
},