You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/08/16 20:10:23 UTC

[incubator-nlpcraft-website] 01/02: WIP.

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

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git

commit eb15f6d6ce5398162252054e141cf43209b85aaa
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sun Aug 16 12:52:25 2020 -0700

    WIP.
---
 _layouts/default.html | 4 +++-
 index.html            | 2 --
 installation.html     | 4 ++++
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/_layouts/default.html b/_layouts/default.html
index 10db552..191d377 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -132,7 +132,9 @@ layout: compress
             <span>
                 <a target=_new href="https://apache.org"><img alt="asf" src="{{ '/images/asf_logo.png' | relative_url }}" height="24px"></a>
             </span>
-            <a target="asf" href="http://apache.org/foundation/policies/privacy.html" class="btn btn-link ml-4">Privacy</a>
+            <a target="asf" href="https://www.apache.org/events/current-event.html" class="btn btn-link ml-4">Events</a>
+            <span class="sep">•</span>
+            <a target="asf" href="http://apache.org/foundation/policies/privacy.html" class="btn btn-link">Privacy</a>
             <span class="sep">•</span>
             <a href="/index.html#news" class="btn btn-link">News</a>
             <span class="sep">•</span>
diff --git a/index.html b/index.html
index 84ee329..23e47ac 100644
--- a/index.html
+++ b/index.html
@@ -101,8 +101,6 @@ layout: default
                     </div>
                     <div class="quick-link">
                         <img alt="" class="quick-link-img" src="{{ 'images/apache_20_logo2.png' | relative_url }}">
-                        <a target="asf" href="https://www.apache.org/events/current-event.html"><span class="txt">Events</span></a>
-                        <span class="sep">•</span>
                         <a target="asf" href="https://www.apache.org/licenses/"><span class="txt">License</span></a>
                         <span class="sep">•</span>
                         <a target="asf" href="https://www.apache.org/security"><span class="txt">Security</span></a>
diff --git a/installation.html b/installation.html
index 50ba9dd..3225fb4 100644
--- a/installation.html
+++ b/installation.html
@@ -33,6 +33,9 @@ id: installation
             <li>If you <a href="/download.html">used</a> Maven/Gradle/SBT - you know what you are doing 👍</li>
         </ul>
     </section>
+    <section id="config">
+        <h2 class="section-title">External Configuration</h2>
+    </section>
     <section id="ignite">
         <h2 class="section-title">Apache Ignite 2.7 <span class="amp">&amp;</span> Java 9+</h2>
         <p>
@@ -53,6 +56,7 @@ id: installation
     <ul class="side-nav">
         <li class="side-nav-title">On This Page</li>
         <li><a href="#installation">Installation</a></li>
+        <li><a href="#config">External Config</a></li>
         <li><a href="#ignite">Apache Ignite</a></li>
         {% include quick-links.html %}
     </ul>