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 c698b8c  Add ASF Links
c698b8c is described below

commit c698b8c0acb1528261ccafd7b37c046352ed5f29
Author: tqchen <[email protected]>
AuthorDate: Wed Feb 26 20:06:28 2020 -0800

    Add ASF Links
---
 _includes/themes/custom-twitter/default.html |  2 +-
 asf.md                                       | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/_includes/themes/custom-twitter/default.html 
b/_includes/themes/custom-twitter/default.html
index ee53186..2b0bd42 100644
--- a/_includes/themes/custom-twitter/default.html
+++ b/_includes/themes/custom-twitter/default.html
@@ -47,9 +47,9 @@
             {% assign group = 'navigation' %}
             {% include JB/pages_list %}
             <li> <a href="https://sampl.cs.washington.edu/tvmconf";>TVM 
Conference</a></li>
-            <li> <a href="https://docs.tvm.ai/tutorials/";>Tutorials</a></li>
             <li> <a href="https://docs.tvm.ai";>Docs</a></li>
             <li> <a href="https://github.com/dmlc/tvm/";>Github</a></li>
+            <li> <a href="/asf">ASF</a></li>
           </ul>
         </div>
       </div>
diff --git a/asf.md b/asf.md
new file mode 100644
index 0000000..59a459f
--- /dev/null
+++ b/asf.md
@@ -0,0 +1,20 @@
+---
+layout: page
+title: "ASF"
+order : 12
+description: "ASF"
+---
+{% include JB/setup %}
+
+# ASF Links
+
+
+<a href="https://www.apache.org/"; class="link-btn">Apache Homepage</a>
+
+<a href="https://www.apache.org/licenses/"; class="link-btn">License</a>
+
+<a href="https://www.apache.org/foundation/sponsorship.html"; 
class="link-btn">Sponsorship</a>
+
+<a href="https://www.apache.org/foundation/thanks.html"; 
class="link-btn">Thanks</a>
+
+<a href="https://www.apache.org/security/"; class="link-btn">Security</a>

Reply via email to