From 5ceda92172f7ab91d20eb0a079c3e02074e34f0a Mon Sep 17 00:00:00 2001 From: Jimmy McArthur Date: Mon, 20 May 2019 18:31:09 -0500 Subject: [PATCH] Revert "Revert promotional message banner and event list" This reverts commit f7038d5f80d5cb4aa5a5f4830ec2384447b7b28b. 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: Id1b2dbfa3fe71103f8890548d244897395b4773e --- 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 a24b86d..8661fc3 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 ee81834..29bbbb2 100644 --- a/www/index.html +++ b/www/index.html @@ -54,12 +54,6 @@