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

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


The following commit(s) were added to refs/heads/master by this push:
     new 25b9e39  Adding back a div removed by mistake with the previous commit
25b9e39 is described below

commit 25b9e397575a9450df6dd3719f42c372a7596088
Author: Denis Magda <[email protected]>
AuthorDate: Mon Aug 3 12:37:31 2020 -0700

    Adding back a div removed by mistake with the previous commit
---
 screencasts.html | 32 +++++++++++++++++++++++++-------
 1 file changed, 25 insertions(+), 7 deletions(-)

diff --git a/screencasts.html b/screencasts.html
index 9fa0dd9..768097c 100644
--- a/screencasts.html
+++ b/screencasts.html
@@ -64,7 +64,7 @@ under the License.
         <div class="row">
             <div class="col-md-4">
 
-                <a class="video" data-target="#videoModal" href="#sql-db-modal"
+                <a class="video" data-target="#videoModal" href="#imc-modal"
                    data-title="In-Memory Computing Essentials"
                    data-video-url="https://www.youtube.com/embed/UeQKuAQaMNU"; 
data-toggle="modal">
                     <p>In-Memory Computing <br/>Essentials </p>
@@ -75,7 +75,7 @@ under the License.
 
             <div class="col-md-4">
 
-                <a class="video" data-target="#videoModal" 
href="#data-grid-modal" data-toggle="modal"
+                <a class="video" data-target="#videoModal" 
href="#compute-modal" data-toggle="modal"
                    data-title="Distributed Computing With Apache Ignite&reg;"
                    data-video-url="https://www.youtube.com/embed/hrnrsIkCnI0";>
 
@@ -87,7 +87,7 @@ under the License.
 
             <div class="col-md-4">
 
-                <a class="video" data-target="#videoModal" 
href="#data-grid-modal" data-toggle="modal"
+                <a class="video" data-target="#videoModal" href="#tx-modal" 
data-toggle="modal"
                    data-title="Architects' Guide for Apache Ignite ACID 
Transactions and Consistency"
                    data-video-url="https://www.youtube.com/embed/TCsl-W0tsEE";>
 
@@ -104,7 +104,7 @@ under the License.
         <div class="row">
             <div class="col-md-4">
 
-                <a class="video" data-target="#videoModal" href="#sql-db-modal"
+                <a class="video" data-target="#videoModal" href="#sql-modal"
                    data-title="Getting Started With Ignite SQL"
                    data-video-url="https://www.youtube.com/embed/eYV-tNLzIts"; 
data-toggle="modal">
                     <p>Apache Ignite SQL <br/>Essentials </p>
@@ -115,8 +115,8 @@ under the License.
 
             <div class="col-md-4">
 
-                <a class="video" data-target="#videoModal" 
href="#data-grid-modal" data-toggle="modal"
-                   data-title="Deploying Apache Ignite in Kubernetes"
+                <a class="video" data-target="#videoModal" 
href="#ignite-in-kubernetes-modal" data-toggle="modal"
+                   data-title="How-to for Apache Ignite Deployments in 
Kubernetes"
                    data-video-url="https://www.youtube.com/embed/38YgdAOs038";>
 
                     <p>Deploying Apache Ignite <br/> in Kubernetes</p>
@@ -127,7 +127,7 @@ under the License.
 
             <div class="col-md-4">
 
-                <a class="video" data-target="#videoModal" 
href="#data-grid-modal" data-toggle="modal"
+                <a class="video" data-target="#videoModal" 
href="#ignite-ml-modal" data-toggle="modal"
                    data-title="Architects' Guide for Apache Ignite Machine 
Learning"
                    data-video-url="https://www.youtube.com/embed/eGlmZoBSS8g";>
 
@@ -139,6 +139,24 @@ under the License.
 
         </div>
 
+        <div aria-hidden="true" aria-labelledby="videoModal" class="modal 
fade" id="videoModal" role="dialog"
+             tabindex="-1">
+            <div class="modal-dialog" role="document">
+                <div class="modal-content">
+                    <div class="modal-header">
+                        <button aria-label="Close" class="close" 
data-dismiss="modal" type="button"><span
+                                aria-hidden="true">&times;</span></button>
+                        <h4 class="modal-title"></h4>
+                    </div>
+
+                    <div class="modal-body">
+                        <iframe id="data-grid" src="" frameborder="0" 
allowfullscreen=""></iframe>
+                    </div>
+
+                </div>
+            </div>
+        </div>
+
     </div>
 
 </article>

Reply via email to