You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/05/24 14:42:23 UTC

[incubator-streampipes-website] branch dev updated: Add video to media section

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1df5cba  Add video to media section
1df5cba is described below

commit 1df5cba8c3d98da378ba4e3fbf7f39759cddf759
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun May 24 16:42:11 2020 +0200

    Add video to media section
---
 website/media.ejs | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/website/media.ejs b/website/media.ejs
index 03fbd30..ff8ff09 100644
--- a/website/media.ejs
+++ b/website/media.ejs
@@ -62,7 +62,7 @@
             <div class="col-12">
                 <h2 class="page-section-title">Videos</h2>
                 <div class="row">
-                    <div class="col-12">
+                    <div class="col-6">
                         <div class="row"><h4 style="width:100%;text-align:center;">Flink Forward Europe 2019</h4></div>
                         <div class="row">
                             <div class="col-12">
@@ -74,6 +74,18 @@
                             </div>
                         </div>
                     </div>
+                    <div class="col-6">
+                        <div class="row"><h4 style="width:100%;text-align:center;">Webinar pragmatic industries (in german)</h4></div>
+                        <div class="row">
+                            <div class="col-12">
+                            <iframe width="560" height="315" src="https://www.youtube.com/embed/YdROZ0C6Qd0"
+                                    frameborder="0"
+                                    allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
+                                    allowfullscreen style="display:block;margin:auto;"></iframe>
+                            </iframe>
+                            </div>
+                        </div>
+                    </div>
                 </div>
 
             </div>