Repository: nifi-site Updated Branches: refs/heads/master 923da1212 -> fa98b19db
Added Bryan Bende Hadoop Summit talk to videos Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/fa98b19d Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/fa98b19d Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/fa98b19d Branch: refs/heads/master Commit: fa98b19db320ac10baacc3f5074b922bb14c0cbe Parents: 923da12 Author: joewitt <[email protected]> Authored: Mon May 2 08:04:44 2016 -0400 Committer: joewitt <[email protected]> Committed: Mon May 2 08:04:44 2016 -0400 ---------------------------------------------------------------------- src/pages/html/videos.hbs | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/fa98b19d/src/pages/html/videos.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/videos.hbs b/src/pages/html/videos.hbs index c04b053..29e0650 100644 --- a/src/pages/html/videos.hbs +++ b/src/pages/html/videos.hbs @@ -11,6 +11,15 @@ title: Apache NiFi Screencasts <div class="medium-space"></div> <div class="row"> <div class="large-12 columns"> + <a href="#" data-reveal-id="hadoopsummit-ireland-2016-nifi">Hadoop Summit Ireland 2016 - Apache NiFi in the Hadoop Ecosystem</a> + <div id="hadoopsummit-ireland-2016-nifi" class="reveal-modal medium" data-reveal> + <h2>Hadoop Summit 2016 - Apache NiFi in this Hadoop Ecosystem</h2> + <div class="flex-video widescreen" style="display: block;"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/V77M-8ABrdE" frameborder="0" allowfullscreen></iframe> + </div> + <a class="close-reveal-modal">×</a> + </div> + <br/> <a href="#" data-reveal-id="oscon-2015-nifi">OSCON 2015 - Beyond Messaging: Enterprise Dataflow with Apache NiFi</a> <div id="oscon-2015-nifi" class="reveal-modal medium" data-reveal> <h2>OSCON 2015 - ...Apache NiFi</h2>
