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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1177f3c4ed61 Revert "chore(site): embed cmu hudi talk video (#14025)" 
(#14047)
1177f3c4ed61 is described below

commit 1177f3c4ed61d98e81dcf1c6b8abd3db1c51f22b
Author: Shiyan Xu <[email protected]>
AuthorDate: Thu Oct 2 20:54:17 2025 -0500

    Revert "chore(site): embed cmu hudi talk video (#14025)" (#14047)
    
    This reverts commit bf1ed6e22a7d34e039c5b7569793522d1534922d.
    
    Blocked due to csp
---
 website/src/components/HomepageHeader/index.js          |  8 ++++++--
 website/src/components/HomepageHeader/styles.module.css | 14 --------------
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/website/src/components/HomepageHeader/index.js 
b/website/src/components/HomepageHeader/index.js
index 88fa477ae190..b26d6f9537ce 100644
--- a/website/src/components/HomepageHeader/index.js
+++ b/website/src/components/HomepageHeader/index.js
@@ -27,8 +27,12 @@ function HomepageHeader() {
                 </LinkButton>
               </div>
             </div>
-            <div className={styles.videoWrapper}>
-              <iframe width="560" height="315" 
src="https://www.youtube-nocookie.com/embed/-zcFSJttWtw?si=YPtQ4SPy6hPsebHd"; 
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; 
clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" 
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+            <div className={styles.imageWrapper}>
+              <img
+                className={clsx("hero__img", styles.heroImg)}
+                src={require("/assets/images/logo-big.png").default}
+                alt="Hudi banner"
+              />
             </div>
           </div>
         </div>
diff --git a/website/src/components/HomepageHeader/styles.module.css 
b/website/src/components/HomepageHeader/styles.module.css
index ed8a1ac919b4..2ef324076bb1 100644
--- a/website/src/components/HomepageHeader/styles.module.css
+++ b/website/src/components/HomepageHeader/styles.module.css
@@ -28,13 +28,6 @@
     width: 50%;
 }
 
-.videoWrapper {
-    width: 100%;
-    display: flex;
-    align-items: right;
-    justify-content: center;
-}
-
 .leftContent {
     width: 50%;
 }
@@ -65,13 +58,6 @@
         justify-content: center;
     }
 
-    .videoWrapper {
-        width: 100%;
-        display: flex;
-        align-items: center;
-        justify-content: center;
-    }
-
     .leftContent {
         width: 100%;
         display: flex;

Reply via email to