Skip to content

Commit bff731e

Browse files
authored
add survey to nav bar (#2184)
1 parent c02453d commit bff731e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

theme/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
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',
132133
} %}
133134
<ul class="nav__item--container">
134135
{% for key, value in main_nav_items.items() %}

theme/keras_3.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
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>
102103
</div>
103104
</div>
104105
<a href="/">
@@ -121,6 +122,7 @@
121122
<li class="nav__item"><a class="nav__link" href="/keras_tuner/">KERAS TUNER</a></li>
122123
<li class="nav__item"><a class="nav__link" href="/keras_rs/">KERAS RS</a></li>
123124
<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>
124126
</ul>
125127

126128
<form class="nav__search">

theme/landing.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
<a class="nav-link" href="/2.18/api/" role="tab" aria-selected="">Keras 2 API documentation</a>
128128
<a class="nav-link" href="/keras_tuner/" role="tab" aria-selected="">KerasTuner: Hyperparam Tuning</a>
129129
<a class="nav-link" href="/keras_hub/" role="tab" aria-selected="">KerasHub: Pretrained Models</a>
130+
<a class="nav-link" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC" role="tab" aria-selected="">Take Our Survey!</a>
130131
</div>
131132
</div>
132133
<a href="/">
@@ -149,6 +150,7 @@
149150
<li class="nav__item"><a class="nav__link" href="/keras_tuner/">KERAS TUNER</a></li>
150151
<li class="nav__item"><a class="nav__link" href="/keras_rs/">KERAS RS</a></li>
151152
<li class="nav__item"><a class="nav__link" href="/keras_hub/">KERAS HUB</a></li>
153+
<li class="nav__item"><a class="nav__link" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC" style="color:blue;">2025 SURVEY</a></li>
152154
</ul>
153155

154156
<form class="nav__search">
@@ -170,7 +172,7 @@
170172
<div class="hero">
171173
<div class="hero__content--wrapper">
172174
<div class="hero__content">
173-
<a class="button__round" href="/keras_3/">KERAS 3.0 RELEASED</a>
175+
<a class="button__round" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC">TAKE OUR SURVEY!</a>
174176

175177
<h1 class="hero__title text--white">A superpower for ML developers</h1>
176178

@@ -698,4 +700,4 @@ <h2 class="contacts__title text--white">Contributions welcome!</h2>
698700
<script src="./js/prism.min.js"></script>
699701
<script src="./js/prism-python.min.js"></script>
700702
</body>
701-
</html>
703+
</html>

0 commit comments

Comments
 (0)