diff --git a/theme/css/landing.css b/theme/css/landing.css index 0c7b13b517..417a9a0e15 100755 --- a/theme/css/landing.css +++ b/theme/css/landing.css @@ -390,6 +390,25 @@ body { margin-top: 32px; } +.survey__banner { + background-color: #761D72; + 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. + +
+