Merge "Add a promotional message banner and events list"

This commit is contained in:
Zuul 2018-09-04 17:25:03 +00:00 committed by Gerrit Code Review
commit 78aead5389
3 changed files with 31 additions and 5 deletions

View File

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

View File

@ -60,6 +60,19 @@
<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.ansible.com/ansiblefest"
>AnsibleFest</a>, October 2-3, 2018, Austin,
Texas</li>
<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,6 +54,12 @@
<!-- Banner -->
<section id="banner">
<p>
<strong>Meet the Zuul Community at AnsibleFest, October 2-3,
Austin, Texas!</strong>
<a href="https://www.ansible.com/ansiblefest"
class="button">Learn More</a>
</p>
<header>
<h2>Stop Merging Broken Code</h2>
</header>