Revert "Revert promotional message banner and event list"

This reverts commit f7038d5f80.

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
This commit is contained in:
Jimmy McArthur 2019-05-20 18:31:09 -05:00
parent ca081839f1
commit 5ceda92172
3 changed files with 5 additions and 28 deletions

View File

@ -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;

View File

@ -60,16 +60,6 @@
<h2>Join the Community</h2>
</header>
<h3>Meet the Zuul Community at These Events</h3>
<p>Join the Zuul community where you can meet developers, get
on-boarded as a contributor and learn from users running
Zuul in production:</p>
<ul>
<li><a href="https://www.openstack.org/summit/denver-2019/summit-schedule/global-search?t=zuul"
>Open Infrastructure Summit</a>, April 29 - May 1, 2019,
Denver, Colorado, USA</li>
</ul>
<h3>Join the Mailing List</h3>
<a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo" class="image right"><img src="images/lists.png" alt="" /></a>
<p>Zuul has <a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo">mailing lists</a> for announcements and discussions.</p>

View File

@ -54,12 +54,6 @@
<!-- Banner -->
<section id="banner">
<p>
<strong>Meet the Zuul Community at the Open Infrastructure Summit, April 29 -
May 1 in Denver, Colorado!</strong>
<a href="https://www.openstack.org/summit/denver-2019/summit-schedule/global-search?t=zuul"
class="button">Learn More</a>
</p>
<header>
<h2>Stop Merging Broken Code</h2>
</header>