From cc41614a0463e0b03a41369c598c6cd4aeb13e6b Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 29 Nov 2018 19:33:13 +0000 Subject: [PATCH] Revert "Add a promotional message banner and events list" This reverts commit ba46e4f36646609060f0e1d514c80a3b4323d3cd. There are currently no upcoming events to promote. This can be un-reverted once we have something new we want listed, or perhaps someone can figure out a better way to toggle the event banner without needing deeper CSS changes to handle relative positioning of the tagline text. Change-Id: I3d1dc7dcc5ba8a2869a9a8890bf79275f332d559 --- www/assets/css/main.css | 17 +++++------------ www/community.html | 10 ---------- www/index.html | 6 ------ 3 files changed, 5 insertions(+), 28 deletions(-) diff --git a/www/assets/css/main.css b/www/assets/css/main.css index 8d22326..0092243 100644 --- a/www/assets/css/main.css +++ b/www/assets/css/main.css @@ -1881,20 +1881,13 @@ input[type="button"], height: 28em; text-align: center; position: relative; } - #banner p { - display: inline-block; - margin: 0; - width: 100%; - vertical-align: middle; - background: #212121; - background: rgba(27, 27, 27, 0.75); - color: #37c0fb; - padding: 1.5em 0; } - #banner p .button { - margin-left: 1em; } #banner header { + position: absolute; + bottom: 30%; + left: 0; + width: 100%; color: #071d49; - margin: 6%; } + padding: 1.5em 0; } #banner header h2 { display: inline-block; margin: 0; diff --git a/www/community.html b/www/community.html index 9944a5f..1c0d6c0 100644 --- a/www/community.html +++ b/www/community.html @@ -60,16 +60,6 @@

Join the Community

-

Meet the Zuul Community at These Events

-

Join the Zuul community where you can meet developers, get - on-boarded as a contributor and learn from users running - Zuul in production:

- -

Join the Mailing List

Zuul has mailing lists for announcements and discussions.

diff --git a/www/index.html b/www/index.html index 17763be..c6a5305 100644 --- a/www/index.html +++ b/www/index.html @@ -54,12 +54,6 @@