Skip to content

Commit f483fad

Browse files
removing banner
1 parent 649960d commit f483fad

File tree

4 files changed

+1
-47
lines changed

4 files changed

+1
-47
lines changed

theme/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
'/keras_tuner/': 'Keras Tuner',
130130
'/keras_rs/': 'Keras RS',
131131
'/keras_hub/': 'Keras Hub',
132-
'https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC': '2025 Survey',
133132
} %}
134133
<ul class="nav__item--container">
135134
{% for key, value in main_nav_items.items() %}

theme/css/landing.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -390,25 +390,6 @@ body {
390390
margin-top: 32px;
391391
}
392392

393-
.survey__banner {
394-
background-color: #761D72;
395-
padding: 10px;
396-
text-align: center;
397-
position: fixed;
398-
top: 0;
399-
left: 0;
400-
width: 100%;
401-
z-index: 100;
402-
box-sizing: border-box;
403-
}
404-
405-
.survey__banner a {
406-
color: white;
407-
font-size: 15px;
408-
font-weight: 500;
409-
margin: 0;
410-
}
411-
412393
@media only screen and (min-width: 1200px) {
413394
h1 {
414395
font-size: 72px;

theme/keras_3.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
<a class="nav-link" href="/2.18/api/" role="tab" aria-selected="">Keras 2 API documentation</a>
100100
<a class="nav-link" href="/keras_tuner/" role="tab" aria-selected="">KerasTuner: Hyperparam Tuning</a>
101101
<a class="nav-link" href="/keras_hub/" role="tab" aria-selected="">KerasHub: Pretrained Models</a>
102-
<a class="nav-link" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC" role="tab" aria-selected="" style="color:blue;">2025 Survey</a>
103102
</div>
104103
</div>
105104
<a href="/">
@@ -122,7 +121,6 @@
122121
<li class="nav__item"><a class="nav__link" href="/keras_tuner/">KERAS TUNER</a></li>
123122
<li class="nav__item"><a class="nav__link" href="/keras_rs/">KERAS RS</a></li>
124123
<li class="nav__item"><a class="nav__link" href="/keras_hub/">KERAS HUB</a></li>
125-
<li class="nav__item"><a class="nav__link" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC" style="color:blue;">2025 SURVEY</a></li>
126124
</ul>
127125

128126
<form class="nav__search">

theme/landing.html

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@
8484

8585
<body>
8686

87-
<div class="survey__banner">
88-
<a href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC">
89-
Shape the future of Keras! Take a quick 3-minute survey by October 17 to share your experience.
90-
</a>
91-
</div>
92-
9387
<!-- Google Tag Manager (noscript) -->
9488
<noscript
9589
><iframe
@@ -134,7 +128,6 @@
134128
<a class="nav-link" href="/2.18/api/" role="tab" aria-selected="">Keras 2 API documentation</a>
135129
<a class="nav-link" href="/keras_tuner/" role="tab" aria-selected="">KerasTuner: Hyperparam Tuning</a>
136130
<a class="nav-link" href="/keras_hub/" role="tab" aria-selected="">KerasHub: Pretrained Models</a>
137-
<a class="nav-link" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC" role="tab" aria-selected="">Take Our Survey!</a>
138131
</div>
139132
</div>
140133
<a href="/">
@@ -157,7 +150,6 @@
157150
<li class="nav__item"><a class="nav__link" href="/keras_tuner/">KERAS TUNER</a></li>
158151
<li class="nav__item"><a class="nav__link" href="/keras_rs/">KERAS RS</a></li>
159152
<li class="nav__item"><a class="nav__link" href="/keras_hub/">KERAS HUB</a></li>
160-
<li class="nav__item"><a class="nav__link" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC" style="color:blue;">2025 SURVEY</a></li>
161153
</ul>
162154

163155
<form class="nav__search">
@@ -179,8 +171,7 @@
179171
<div class="hero">
180172
<div class="hero__content--wrapper">
181173
<div class="hero__content">
182-
<a class="button__round" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC">TAKE OUR SURVEY!</a>
183-
174+
<a class="button__round" href="/keras_3/">KERAS 3.0 RELEASED</a>
184175
<h1 class="hero__title text--white">A superpower for ML developers</h1>
185176

186177
<p class="hero__description text--white">
@@ -668,21 +659,6 @@ <h2 class="contacts__title text--white">Contributions welcome!</h2>
668659

669660
<script src="./js/glide.min.js"></script>
670661

671-
<script>
672-
function adjustNavMargin() {
673-
const banner = document.querySelector('.survey__banner');
674-
const nav = document.querySelector('.nav__container');
675-
676-
if (banner && nav) {
677-
const bannerHeight = banner.offsetHeight;
678-
nav.style.marginTop = bannerHeight + 'px';
679-
}
680-
}
681-
682-
document.addEventListener('DOMContentLoaded', adjustNavMargin);
683-
window.addEventListener('resize', adjustNavMargin);
684-
</script>
685-
686662
<script>
687663
const carousels = document.querySelector(".glide");
688664
let perView = 3;

0 commit comments

Comments
 (0)