From a03b2fb0a6403b30046df62472cc377ee8fe60c7 Mon Sep 17 00:00:00 2001 From: Suhana Date: Tue, 14 Oct 2025 08:10:36 +0530 Subject: [PATCH 1/5] Adding the survey banner to the landing page --- theme/css/landing.css | 19 +++++++++++++++++++ theme/landing.html | 24 +++++++++++++++++++++++- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/theme/css/landing.css b/theme/css/landing.css index 0c7b13b517..60e86aeb3b 100755 --- a/theme/css/landing.css +++ b/theme/css/landing.css @@ -390,6 +390,25 @@ body { margin-top: 32px; } +.survey__banner { + background-color: #A30000; + padding: 10px; + text-align: center; + position: fixed; + top: 0; + left: 0; + width: 100%; + z-index: 100; + box-sizing: border-box; +} + +.survey__banner a { + color: white; + font-size: 15px; + font-weight: 500; + margin: 0; +} + @media only screen and (min-width: 1200px) { h1 { font-size: 72px; diff --git a/theme/landing.html b/theme/landing.html index 92a6eea3aa..d5dcca8f82 100644 --- a/theme/landing.html +++ b/theme/landing.html @@ -83,6 +83,13 @@ + +
+ + Shape the future of Keras! Take a quick 3-minute survey by October 17 to share your experience. + +
+