Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion theme/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
'/keras_tuner/': 'Keras Tuner',
'/keras_rs/': 'Keras RS',
'/keras_hub/': 'Keras Hub',
'https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC': '2025 Survey',
} %}
<ul class="nav__item--container">
{% for key, value in main_nav_items.items() %}
Expand Down
2 changes: 0 additions & 2 deletions theme/keras_3.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
<a class="nav-link" href="/2.18/api/" role="tab" aria-selected="">Keras 2 API documentation</a>
<a class="nav-link" href="/keras_tuner/" role="tab" aria-selected="">KerasTuner: Hyperparam Tuning</a>
<a class="nav-link" href="/keras_hub/" role="tab" aria-selected="">KerasHub: Pretrained Models</a>
<a class="nav-link" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC" role="tab" aria-selected="" style="color:blue;">2025 Survey</a>
</div>
</div>
<a href="/">
Expand All @@ -122,7 +121,6 @@
<li class="nav__item"><a class="nav__link" href="/keras_tuner/">KERAS TUNER</a></li>
<li class="nav__item"><a class="nav__link" href="/keras_rs/">KERAS RS</a></li>
<li class="nav__item"><a class="nav__link" href="/keras_hub/">KERAS HUB</a></li>
<li class="nav__item"><a class="nav__link" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC" style="color:blue;">2025 SURVEY</a></li>
</ul>

<form class="nav__search">
Expand Down
11 changes: 1 addition & 10 deletions theme/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@

<body>

<div class="survey__banner">
<a href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC">
Shape the future of Keras! Take a quick 3-minute survey by October 20 to share your experience.
</a>
</div>

<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
Expand Down Expand Up @@ -134,7 +128,6 @@
<a class="nav-link" href="/2.18/api/" role="tab" aria-selected="">Keras 2 API documentation</a>
<a class="nav-link" href="/keras_tuner/" role="tab" aria-selected="">KerasTuner: Hyperparam Tuning</a>
<a class="nav-link" href="/keras_hub/" role="tab" aria-selected="">KerasHub: Pretrained Models</a>
<a class="nav-link" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC" role="tab" aria-selected="">Take Our Survey!</a>
</div>
</div>
<a href="/">
Expand All @@ -157,7 +150,6 @@
<li class="nav__item"><a class="nav__link" href="/keras_tuner/">KERAS TUNER</a></li>
<li class="nav__item"><a class="nav__link" href="/keras_rs/">KERAS RS</a></li>
<li class="nav__item"><a class="nav__link" href="/keras_hub/">KERAS HUB</a></li>
<li class="nav__item"><a class="nav__link" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC" style="color:blue;">2025 SURVEY</a></li>
</ul>

<form class="nav__search">
Expand All @@ -179,8 +171,7 @@
<div class="hero">
<div class="hero__content--wrapper">
<div class="hero__content">
<a class="button__round" href="https://google.qualtrics.com/jfe/form/SV_5psTvNYQKv2mAwC">TAKE OUR SURVEY!</a>

<a class="button__round" href="/keras_3/">KERAS 3.0 RELEASED</a>
<h1 class="hero__title text--white">A superpower for ML developers</h1>

<p class="hero__description text--white">
Expand Down
Loading