You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2022/07/25 19:39:55 UTC

[kafka-site] branch asf-site updated: Replace YouTube embedded video with hyperlinks (#427)

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

bbejeck pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 75d7386a Replace YouTube embedded video with hyperlinks (#427)
75d7386a is described below

commit 75d7386a47cc8c5b8682ddffbbee73940d79fc1d
Author: Divij Vaidya <di...@amazon.com>
AuthorDate: Mon Jul 25 21:39:50 2022 +0200

    Replace YouTube embedded video with hyperlinks (#427)
    
    Reviewers: Bill Bejeck <bb...@apache.org>
---
 intro.html      | 13 +------------
 quickstart.html | 13 +------------
 2 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/intro.html b/intro.html
index 885cd46c..8afe7f13 100644
--- a/intro.html
+++ b/intro.html
@@ -6,18 +6,7 @@
   <div class="right">
 		<div class="page-header">
       <h1 class="page-header-title">Introduction</h1>
-      <p class="page-header-text">Everything you need to know about Kafka in 10 minutes</p>
-
-      <div class="page-header-video">
-        <iframe
-          class="youtube-embed page-header-video-embed"
-          width="480" height="270"
-          src="https://www.youtube.com/embed/FKgi3n-FyNU?modestbranding=1"
-          frameborder="0"
-          allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
-        </iframe>
-      </div>
-      
+      <p class="page-header-text"><a href="https://www.youtube.com/embed/FKgi3n-FyNU">Watch video: Everything you need to know about Kafka in 10 minutes</a></p>
     </div>
 <!-- should always link the latest release's documentation -->
     <!--#include virtual="/32/introduction.html" -->
diff --git a/quickstart.html b/quickstart.html
index ee4fb4c3..c04f1bdf 100644
--- a/quickstart.html
+++ b/quickstart.html
@@ -5,18 +5,7 @@
   <!--#include virtual="includes/_nav.htm" -->
     <div class="page-header">
       <h1 class="page-header-title">Apache Kafka Quickstart</h1>
-      <p class="page-header-text">Interested in getting started with Kafka?  Follow the instructions in this quickstart, or watch the video below.</p>
-
-      <div class="page-header-video">
-        <iframe
-          class="youtube-embed page-header-video-embed"
-          width="480" height="270"
-          src="https://www.youtube.com/embed/FKgi3n-FyNU?modestbranding=1"
-          frameborder="0"
-          allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
-        </iframe>
-      </div>
-      
+      <p class="page-header-text">Interested in getting started with Kafka?  Follow the instructions in this quickstart, or <a href="https://www.youtube.com/embed/FKgi3n-FyNU">watch the video.</a></p>
     </div>
 <!-- should always link the latest release's documentation -->
     <!--#include virtual="32/quickstart.html" -->