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/05/08 17:59:41 UTC

[incubator-nlpcraft-website] branch master updated: Added "incubating" to home page.

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


The following commit(s) were added to refs/heads/master by this push:
     new 0076fb4  Added "incubating" to home page.
0076fb4 is described below

commit 0076fb42a919d3f9a07b68a5c53c30ad6fdb1b21
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Fri May 8 10:59:35 2020 -0700

    Added "incubating" to home page.
---
 _scss/index.scss | 4 ++--
 index.html       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_scss/index.scss b/_scss/index.scss
index 0303b7d..b9d3d04 100644
--- a/_scss/index.scss
+++ b/_scss/index.scss
@@ -47,8 +47,8 @@
 
             #banner-sub-title {
                 color: #fff;
-                font-size: 22px;
-                font-weight: 200;
+                font-size: 24px;
+                font-weight: 400;
                 margin-top: -5px;
                 letter-spacing: 0.02em;
             }
diff --git a/index.html b/index.html
index faade60..e931357 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@ layout: default
 <div id="banner-box" class="bottom-arrow">
     <div id="inner-banner-box">
         <div id="banner">
-            <div id="nat-lang-itf">Apache NLPCraft&reg;</div>
+            <div id="nat-lang-itf">Apache NLPCraft&reg; <span style="font-size: 50%">(incubating)</span></div>
             <h1 id="banner-sub-title">An API to convert natural language into actions</h1>
             <div>
                 <a id="get-started-btn" role="button" href="docs.html" class="btn mt-5">GET STARTED <i class="ml-2 fas fa-angle-right"></i></a>