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 f917d85  Added new video.
f917d85 is described below

commit f917d853b8102e54828dde9574c7b0551900185e
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Jul 30 23:58:46 2021 -0700

    Added new video.
---
 _data/videos.yaml |  9 +++++++++
 tools/script.html | 17 +++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/_data/videos.yaml b/_data/videos.yaml
index 9fb53ac..b55a470 100644
--- a/_data/videos.yaml
+++ b/_data/videos.yaml
@@ -15,6 +15,15 @@
 # limitations under the License.
 #
 
+- title: NLPCraft - Command Line Utility
+  embed_url: https://www.youtube.com/embed/LNfny60bmgg?modestbranding=1
+  publish_date: July 30, 2021
+  duration: "12:05"
+  description: >-
+    Apache NLPCraft - https://nlpcraft.apache.org - is a Java-based open 
source library for adding natural language
+    interface to modern applications, enabling people to interact with your 
products using voice or text. In this
+    quick video we’ll cover the  NLPCraft CLI - a centralized command line 
utility for NLPCraft.
+
 - title: NLPCraft - Download, Install & Verify
   embed_url: https://www.youtube.com/embed/s4zEVJVhW68?modestbranding=1
   publish_date: July 6, 2021
diff --git a/tools/script.html b/tools/script.html
index 8d65fe6..30e85e3 100644
--- a/tools/script.html
+++ b/tools/script.html
@@ -23,6 +23,23 @@ id: script
 -->
 
 <div class="col-md-8 second-column">
+    <section id="tldr">
+        <h2 class="section-title">TL;DR; <a href="#"><i class="top-link fas 
fa-fw fa-angle-double-up"></i></a></h2>
+        <p>
+            Watch this quick video (12:05) for introduction to NLPCraft CLI:
+        </p>
+        <div>
+            <iframe
+                    width="514"
+                    height="289"
+                    
src="https://www.youtube.com/embed/LNfny60bmgg?modestbranding=1";
+                    title="NLPCraft - Command Line Utility"
+                    frameborder="0"
+                    allow="accelerometer; autoplay; clipboard-write; 
encrypted-media; gyroscope; picture-in-picture"
+                    allowfullscreen>
+            </iframe>
+        </div>
+    </section>
     <section id="overview">
         <h2 class="section-title">Overview <a href="#"><i class="top-link fas 
fa-fw fa-angle-double-up"></i></a></h2>
         <p>

Reply via email to