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/06/08 21:48:59 UTC

[incubator-nlpcraft-website] branch master updated: Added Twitter timeline integration.

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 d2ed731  Added Twitter timeline integration.
d2ed731 is described below

commit d2ed731c338f67f9b26194d9a5f13289ecb18991
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Mon Jun 8 14:48:42 2020 -0700

    Added Twitter timeline integration.
---
 index.html | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/index.html b/index.html
index 2f21f44..7e044d9 100644
--- a/index.html
+++ b/index.html
@@ -269,24 +269,28 @@ layout: default
 <div id="about" class="bottom-arrow main-section">
     <div class="container-fluid">
         <div id="about-container" class="row">
-            <div class="col-12" style="margin-top: 50px;">
-<!--                <p align="center">-->
-<!--                    <a href="https://www.apache.org/licenses/LICENSE-2.0" target=_><img src="{{ 'images/asf20.jpg' | relative_url}}" height="64px" alt=""></a>-->
-<!--                </p>-->
-                <center>
-                    <a href="https://incubator.apache.org/" target=_><img src="{{ 'images/apache_incubator.png' | relative_url}}" height="64px" alt=""></a>
-                </center>
-                <p style="font-size: 90%; margin: 2% 20% 0 20%">
+            <div class="col-7" style="margin-top: 50px;">
+                <p>
+                    <a href="https://www.apache.org/licenses/LICENSE-2.0" target=_><img src="{{ 'images/asf20.jpg' | relative_url}}" height="64px" alt=""></a>
+                </p>
+                <p>
                     Apache NLPCraft is an effort undergoing incubation at The Apache Software Foundation (ASF),
                     sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a
                     further review indicates that the infrastructure, communications, and decision making process have
-                    stabilized in a manner consistent with other successful ASF projects. While incubation status is not
+                    stabilized in a manner consistent with other successful ASF projects.
+                </p>
+                <p>
+                    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. Licensed under the Apache License, Version 2.0.
                     Apache NLPCraft, Apache, the Apache feather, and the Apache NLPCraft project logo are either
                     trademarks or registered trademarks of the Apache Software Foundation.
                 </p>
             </div>
+            <div class="col-5" style="margin-top: 50px;">
+                <a class="twitter-timeline" data-width="500" data-height="400" data-theme="light" href="https://twitter.com/ApacheNLPCraft?ref_src=twsrc%5Etfw">Tweets by ApacheNLPCraft</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
+                <a href="https://twitter.com/apachenlpcraft?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="large" data-show-count="false">Follow @apachenlpcraft</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
+            </div>
         </div>
     </div>
 </div>