From ba46e4f36646609060f0e1d514c80a3b4323d3cd Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 15 Aug 2018 00:02:29 +0000 Subject: [PATCH] Add a promotional message banner and events list During lead up to AnsibleFest in Austin, display a message letting readers know that the Zuul team will be represented along with some related talks/sessions, and include a link to additional information about the event. Also add a section to the Community page listing this and the upcoming OpenStack Summit in Berlin. Following AnsibleFest, the banner can be updated with OpenStack Summit details instead. Change-Id: I7e58aaff69bd4425c0f3b32200907c036f8110f1 Co-Authored-By: Allison Price --- www/assets/css/main.css | 17 ++++++++++++----- www/community.html | 13 +++++++++++++ www/index.html | 6 ++++++ 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/www/assets/css/main.css b/www/assets/css/main.css index 0092243..8d22326 100644 --- a/www/assets/css/main.css +++ b/www/assets/css/main.css @@ -1881,13 +1881,20 @@ input[type="button"], height: 28em; text-align: center; position: relative; } - #banner header { - position: absolute; - bottom: 30%; - left: 0; + #banner p { + display: inline-block; + margin: 0; width: 100%; - color: #071d49; + 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 { + color: #071d49; + margin: 6%; } #banner header h2 { display: inline-block; margin: 0; diff --git a/www/community.html b/www/community.html index 98c80d5..5a3b289 100644 --- a/www/community.html +++ b/www/community.html @@ -59,6 +59,19 @@

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 74a60dc..7554fb2 100644 --- a/www/index.html +++ b/www/index.html @@ -53,6 +53,12 @@