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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 1453da424c Remove the banner with survey
1453da424c is described below

commit 1453da424cde34efad652ea28603dfad8e04cb79
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Nov 2 22:39:39 2025 +0100

    Remove the banner with survey
---
 landing-pages/site/layouts/partials/navbar.html       | 6 ++----
 sphinx_airflow_theme/sphinx_airflow_theme/header.html | 5 +----
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/landing-pages/site/layouts/partials/navbar.html 
b/landing-pages/site/layouts/partials/navbar.html
index 6a1feb05bb..59fe0f442c 100644
--- a/landing-pages/site/layouts/partials/navbar.html
+++ b/landing-pages/site/layouts/partials/navbar.html
@@ -18,10 +18,8 @@
 */}}
 
 {{ $cover := .HasShortcode "blocks/cover" }}
-<a href="https://astronomer.typeform.com/airflowsurvey25"; target="_blank" 
class="d-block fixed-top px-3 py-2 bg-success text-center text-bold text-white">
-    Complete the airflow survey & get a free airflow 3 certification!
-</a>
-<nav class="js-navbar-scroll navbar" style="top: 40px;">
+<nav class="js-navbar-scroll navbar">p
+
     <div class="navbar__icon-container">
         <a href="{{ .Site.Home.RelPermalink }}">
             {{ with resources.Get "icons/airflow-logo.svg" }}{{ .Content | 
safeHTML }}{{ end }}
diff --git a/sphinx_airflow_theme/sphinx_airflow_theme/header.html 
b/sphinx_airflow_theme/sphinx_airflow_theme/header.html
index 1e09a42f8d..f8f1d64554 100644
--- a/sphinx_airflow_theme/sphinx_airflow_theme/header.html
+++ b/sphinx_airflow_theme/sphinx_airflow_theme/header.html
@@ -18,10 +18,7 @@
 #}
 
 <header>
-    <a href="https://astronomer.typeform.com/airflowsurvey25"; target="_blank" 
class="d-block fixed-top px-3 py-2 bg-success text-center text-bold text-white">
-        Complete the airflow survey & get a free airflow 3 certification!
-    </a>
-    <nav class="js-navbar-scroll navbar" style="top: 40px;">
+    <nav class="js-navbar-scroll navbar">
         <div class="navbar__icon-container">
             <a href="/">
                 <svg xmlns="http://www.w3.org/2000/svg"; width="155.314" 
height="60" viewBox="0 0 155.314 60">

Reply via email to