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 2f358a2  Update index.html
2f358a2 is described below

commit 2f358a29e8c559ad1ef1f5a1a756f8ba0b1ad913
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Mar 21 19:38:29 2021 -0700

    Update index.html
---
 index.html | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/index.html b/index.html
index 222f3cb..48e77d5 100644
--- a/index.html
+++ b/index.html
@@ -179,22 +179,13 @@ layout: default
                     </p>
                 </section>
             </div>
-<!--            <div class="col-4">-->
-<!--                <h3 class="sub-section-title">Strong Security</h3>-->
-<!--                <section>-->
-<!--                    <p>-->
-<!--                        HTTPs, model deployment isolation, 256-bit 
encryption and ingress-only connectivity are-->
-<!--                        among the key security features in NLPCraft.-->
-<!--                    </p>-->
-<!--                </section>-->
-<!--            </div>-->
             <div class="col-4">
                 <h3 class="sub-section-title">Model-As-A-Code</h3>
                 <section>
                     <p>
                         Everything you do with NLPCraft is part of your source 
code. No more awkward web UIs
                         splitting your logic across different incompatible 
places. Model-as-a-code is built by
-                        engineers and it reflects how engineers work.
+                        engineers, and it reflects how engineers work.
                     </p>
                 </section>
             </div>
@@ -228,7 +219,7 @@ layout: default
                     <div id="integration-logos">
                         <a target=_ href="https://opennlp.apache.org";><img 
src="/images/opennlp-logo-h32.png" alt=""></a>
                         <a target=_ 
href="https://cloud.google.com/natural-language/";><img 
src="/images/google-cloud-logo-small-h32.png" alt=""></a>
-                        <a target=_ 
href="https://stanfordnlp.github.io/CoreNLP";><img 
src="/images/corenlp-logo-h48.png"alt=""></a>
+                        <a target=_ 
href="https://stanfordnlp.github.io/CoreNLP";><img 
src="/images/corenlp-logo-h48.png" alt=""></a>
                         <a target=_ href="https://spacy.io";><img 
src="/images/spacy-logo-h32.png" alt=""></a>
                     </div>
                 </section>
@@ -270,9 +261,9 @@ layout: default
                 </section>
             </div>
             <div class="col-6">
-                <center>
+                <div style="text-align: center">
                     <img class="img-fluid" src="/images/homepage-fig1.1.png" 
alt="">
-                </center>
+                </div>
             </div>
         </div>
         <div class="learn-more">

Reply via email to