Revert "Add a promotional message banner and events list"

This reverts commit ba46e4f366.

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
This commit is contained in:
Jeremy Stanley 2018-11-29 19:33:13 +00:00
parent 1517112ebe
commit cc41614a04
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/berlin-2018/summit-schedule/global-search?t=zuul"
>OpenStack Summit</a>, November 13-15, 2018,
Berlin, Germany</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 OpenStack Summit, November
13-15 in Berlin, Germany!</strong>
<a href="https://www.openstack.org/summit/berlin-2018/summit-schedule/global-search?t=zuul"
class="button">Learn More</a>
</p>
<header>
<h2>Stop Merging Broken Code</h2>
</header>