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

kaxilnaik 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 62a0151  Revert "Add temporary banner to promote Airflow Summit 
(#403)" (#465)
62a0151 is described below

commit 62a01511ee7fe567ed7be9b12e91b49db442b9a3
Author: Ryan Hamilton <[email protected]>
AuthorDate: Thu Aug 12 18:42:37 2021 -0400

    Revert "Add temporary banner to promote Airflow Summit (#403)" (#465)
    
    This reverts commit 3cc2089e59754b4c51a6a5b3dd93b2286ae85dfb.
---
 landing-pages/site/assets/scss/_navbar.scss           | 3 +--
 landing-pages/site/layouts/partials/navbar.html       | 3 +--
 sphinx_airflow_theme/sphinx_airflow_theme/header.html | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/landing-pages/site/assets/scss/_navbar.scss 
b/landing-pages/site/assets/scss/_navbar.scss
index 98ff4b4..840043f 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 d07ea07..65be4dd 100644
--- a/landing-pages/site/layouts/partials/navbar.html
+++ b/landing-pages/site/layouts/partials/navbar.html
@@ -18,8 +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 2021 is 
running from July 8-16. Watch 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 04cdead..f8f1d64 100644
--- a/sphinx_airflow_theme/sphinx_airflow_theme/header.html
+++ b/sphinx_airflow_theme/sphinx_airflow_theme/header.html
@@ -18,8 +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 
2021 is running from July 8-16. Watch 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