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

tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1afb3c0  Add links to asf in footer as well
1afb3c0 is described below

commit 1afb3c03cef349c8b65ba8e79545552273e1aad1
Author: tqchen <tianqi.tc...@gmail.com>
AuthorDate: Sat Mar 21 15:39:35 2020 -0700

    Add links to asf in footer as well
---
 _includes/themes/custom-twitter/default.html | 10 ++++++++++
 assets/themes/custom-twitter/css/style.css   |  7 ++++++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/_includes/themes/custom-twitter/default.html 
b/_includes/themes/custom-twitter/default.html
index 70577aa..9933d07 100644
--- a/_includes/themes/custom-twitter/default.html
+++ b/_includes/themes/custom-twitter/default.html
@@ -59,6 +59,7 @@
 
 
     <div class="container">
+
       <footer class="small">
         Apache TVM is an effort undergoing incubation at The Apache Software 
Foundation (ASF),
         sponsored by the <i>Apache Incubator</i>. Incubation is required
@@ -66,6 +67,15 @@
         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.
+
+        Copyright © 2018 The Apache Software Foundation, Licensed under the
+        <a href="https://www.apache.org/licenses/";>Apache License, Version 
2.0</a>.
+
+        See also other useful <a href="/asf" class="footer-link">ASF links</a>:
+        <a href="https://www.apache.org/"; class="footer-link">Apache 
Homepage</a>,
+        <a href="https://www.apache.org/foundation/sponsorship.html"; 
class="footer-link">Sponsorship</a>,
+        <a href="https://www.apache.org/foundation/thanks.html"; 
class="footer-link">Thanks</a>,
+        <a href="https://www.apache.org/security/"; 
class="footer-link">Security</a>
       </footer>
     </div>
   </body>
diff --git a/assets/themes/custom-twitter/css/style.css 
b/assets/themes/custom-twitter/css/style.css
index c241586..a3d33c9 100644
--- a/assets/themes/custom-twitter/css/style.css
+++ b/assets/themes/custom-twitter/css/style.css
@@ -71,6 +71,10 @@ footer {
   color: #8e8a8a;
 }
 
+.footer-link {
+  color: #8e8a8a;
+}
+
 /* The white background content wrapper */
 .content {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe 
UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI 
Symbol";
@@ -108,6 +112,7 @@ footer {
     text-decoration: none;
 }
 
+
 /* Page header tweaks */
 .page-header {
   background-color: #f5f5f5;
@@ -164,7 +169,6 @@ footer {
   margin-top: 4px;
   margin-bottom: 25px;
 }
-
 .topbar .btn {
   border: 0px;
 }
@@ -174,6 +178,7 @@ footer {
    background-color: rgb(42, 42, 42);
 }
 
+
 /* tag_box ======================================================== */
 
 .community_logo img {

Reply via email to