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 d7852a5dca Revert "Add temporary banner for 2023 Airflow Summit 
(#762)" (#878)
d7852a5dca is described below

commit d7852a5dcab124b9d567f0bd1b1d045471272847
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Oct 19 12:15:13 2023 +0200

    Revert "Add temporary banner for 2023 Airflow Summit (#762)" (#878)
    
    This reverts commit da4f4835a114b54bd9c1dac833f125577757f062.
---
 landing-pages/site/assets/scss/_navbar.scss           | 3 +--
 landing-pages/site/layouts/partials/navbar.html       | 5 +----
 sphinx_airflow_theme/sphinx_airflow_theme/header.html | 5 +----
 3 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/landing-pages/site/assets/scss/_navbar.scss 
b/landing-pages/site/assets/scss/_navbar.scss
index 98ff4b4015..840043f398 100644
--- a/landing-pages/site/assets/scss/_navbar.scss
+++ b/landing-pages/site/assets/scss/_navbar.scss
@@ -125,8 +125,7 @@
 
     &__drawer {
       position: fixed;
-      // top: 77px;
-      top: 117px; // TEMP - accommodate Airflow Summit banner (77 + 40)
+      top: 77px;
       left: 0;
       width: 100%;
       height: calc(100% - 77px);
diff --git a/landing-pages/site/layouts/partials/navbar.html 
b/landing-pages/site/layouts/partials/navbar.html
index 109e924455..476be21a9f 100644
--- a/landing-pages/site/layouts/partials/navbar.html
+++ b/landing-pages/site/layouts/partials/navbar.html
@@ -18,10 +18,7 @@
 */}}
 
 {{ $cover := .HasShortcode "blocks/cover" }}
-<a href="https://airflowsummit.org"; target="_blank" class="d-block fixed-top 
px-3 py-2 bg-success text-center text-bold text-white">
-    Airflow Summit 2023 is coming September 19-21. Register now!
-</a>
-<nav class="js-navbar-scroll navbar" style="top: 40px;">
+<nav class="js-navbar-scroll navbar">
     <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 5dc2b0e9c4..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://airflowsummit.org"; target="_blank" class="d-block 
fixed-top px-3 py-2 bg-success text-center text-bold text-white">
-        Airflow Summit 2023 is coming September 19-21. Register now!
-    </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