Skip to content

Commit

Permalink
Remove banner for this years survery (#1099)
Browse files Browse the repository at this point in the history
The survery is about to close, so time to remove the banner.
  • Loading branch information
jedcunningham authored Dec 19, 2024
1 parent ba3930d commit 84ffd91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 1 addition & 2 deletions landing-pages/site/assets/scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@

&__drawer {
position: fixed;
// top: 77px;
top: 117px; // TEMP - accommodate Airflow Survey banner (77 + 40)
top: 77px;
left: 0;
width: 100%;
height: calc(100% - 77px);
Expand Down
5 changes: 1 addition & 4 deletions landing-pages/site/layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
*/}}

{{ $cover := .HasShortcode "blocks/cover" }}
<a href="https://astronomer.typeform.com/airflowsurvey24?typeform-source=www.astronomer.io" target="_blank" class="d-block fixed-top px-3 py-2 bg-success text-center text-bold text-white">
The Airflow Survey is live. Fill it out to receive a prize at the end!
</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 }}
Expand Down
5 changes: 1 addition & 4 deletions sphinx_airflow_theme/sphinx_airflow_theme/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
#}

<header>
<a href="https://astronomer.typeform.com/airflowsurvey24?typeform-source=www.astronomer.io" target="_blank" class="d-block fixed-top px-3 py-2 bg-success text-center text-bold text-white">
The Airflow Survey is live. Fill it out to receive a prize at the end!
</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">
Expand Down

0 comments on commit 84ffd91

Please sign in to comment.