diff --git a/www/assets/css/main.css b/www/assets/css/main.css index 2648c84..1d492ff 100644 --- a/www/assets/css/main.css +++ b/www/assets/css/main.css @@ -1461,6 +1461,11 @@ blockquote { section.special, article.special { text-align: center; } +article h3 { + clear: both; } +article p { + margin: 0 0 1em 0; } + header p { color: #999; font-size: 1.25em; @@ -1563,6 +1568,15 @@ label { .image.left img { display: block; width: 100%; } + .image.right { + display: block; + float: right; + margin: 0 0 2em 2em; + position: relative; + top: 0.25em; } + .image.right img { + display: block; + width: 100%; } .image.fit { display: block; } .image.fit img { diff --git a/www/assets/sass/main.scss b/www/assets/sass/main.scss index 8ccf95c..10d6c81 100644 --- a/www/assets/sass/main.scss +++ b/www/assets/sass/main.scss @@ -165,6 +165,15 @@ } } + article { + h3 { + clear: both; + } + p { + margin: 0 0 1em 0; + } + } + header { p { color: _palette(fg-light); @@ -291,6 +300,19 @@ } } + &.right { + display: block; + float: right; + margin: 0 0 2em 2em; + position: relative; + top: 0.25em; + + img { + display: block; + width: 100%; + } + } + &.fit { display: block; diff --git a/www/community.html b/www/community.html new file mode 100644 index 0000000..423dd75 --- /dev/null +++ b/www/community.html @@ -0,0 +1,123 @@ + + + + + Zuul: Cross-Project CI/CD with Ansible + + + + + + + + +
+ + + + +
+
+
+
+
+

Join the Community

+
+ +

Join the Mailing List

+ +

Zuul has mailing lists for announcements and discussions.

+

If you run Zuul, join the zuul-announce list to receive announcements from the Zuul team about releases and upcoming changes.

+

Join the zuul-discuss list to ask questions about using Zuul or contributing to its development. All potential and existing developers, users, and operators of Zuul are welcome.

+ +

Chat on IRC

+ +

Join #zuul on FreeNode

+

Developers and users are in the #zuul channel on Freenode 24 hours a day. But sometimes we leave our desks, so if you ask a question there, be patient.

+ +

Report Bugs

+

Zuul uses OpenStack's Storyboard service to track bugs.

+

Visit Storyboard to search for or report Zuul bugs. Select the project "openstack-infra/zuul".

+ +

Propose or Review Changes

+

Zuul uses OpenStack's Gerrit service for code review.

+

Visit Gerrit to help review proposed changes to Zuul.

+

View or clone the source code from git.zuul-ci.org.

+

To propose a change, create an account in Gerrit, then use the git-review tool to submit patches.

+
+
+
+
+ + + + +
+ + + + + + + + + + + diff --git a/www/docs/index.html b/www/docs/index.html index 2d3b8f3..24f359d 100644 --- a/www/docs/index.html +++ b/www/docs/index.html @@ -38,6 +38,7 @@
  • Base Jobs
  • +
  • Community
  • diff --git a/www/index.html b/www/index.html index f918728..13c47ff 100644 --- a/www/index.html +++ b/www/index.html @@ -38,6 +38,7 @@
  • Base Jobs
  • +
  • Community