Today marks the official end of the 2023 OpenInfra Summit CFP, so we
can remove the banner promoting it. This mostly reverts
f5e065fe71785ad778233e36a19d77025057438f but leaves some of the CSS
in place in order to support easier addition and removal of banner
content in the future. Ideally we'd find a balance where we don't
need further CSS edits, but...
Change-Id: I2295eac28ce4e2e47ad8f3a280dd6a4c2e41f849
The previous change to add a summit banner seems to have caused the
header not to span the page correctly on mobile browsers. Adjust the
mobile banner height to auto.
Change-Id: Ie1deca9ab1a7a1f85f6af063832eeb5519f1a7ec
Link to the call for presentations site for the upcoming OpenInfra
Summit with the optional banner mechanism we've used in the past.
Please don't merge this until 15:00 UTC on 2022-11-15, since the
site won't have CFP info until that time.
This can be reverted after the CFP window closes on 2023-01-10.
This partly reverts commit 5ceda92172f7ab91d20eb0a079c3e02074e34f0a.
Change-Id: Icef393a05b1930d88ff16fbd0674b7e457c51846
This is a rough first draft at simple blog system. I think this will
work for maybe up to 5 posts but then we'll need to add on pagination.
I'm open to help and ideas :)
Make each blog entry an "<article>". Add 3em of margin to the top
of articles so that there is more visual separation for blog
entries.
Import a reprint of https://opensource.com/article/20/2/zuul in
order to better test out our blog formatting options, and
potentially to serve as a starter article while we work on drafting
an updated 10-year birthday article.
A child of this change will serve to preview the look of multiple
articles.
Change-Id: Ibf496b6b56e8fa57bb114a7fabcb9639fdf8daef
Co-Authored-By: Jeremy Stanley <fungi@yuggoth.org>
Co-Authored-By: James E. Blair <jim@acmegating.com>
Add separate stylization (specifically font sizes) to headings past
H3, since we'd like to utilize them in the blog section for things
like bylines.
Change-Id: Ie6813e0cb0c9c586ede1e0fccd4524f058c4c026
This uses the no-cookie version of the embed to prevent info from going
to youtube unless users watch the video. Also this is a hack job of css
I welcome help :)
If we'd prefer to only link to the Youtube video rather than embed that
should be simpler and I can respin for that.
Change-Id: Iaaaed8b0927269665a5e850cab43f84322c825ad
- Three new logos to /images
- New Supporting Communities section
- Added contact info
- Remove absolute path to images
Change-Id: I34b1a24e83d00499658a233fd642960292e7ad73
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
- Added new class in main.css for "faq"
- Previous ul had no indention. Added 2em
- Previous li had no bullet. Added disc.
- NOTE: ammended fix for missing } on 1650
Change-Id: I8b38146b1959b349416d4b6d1ce120c86e330adb
- Added new class in main.css for "faq"
- Previous ul had no indention. Added 2em
- Previous li had no bullet. Added disc.
Change-Id: Ic27f46a1e54ec206a3adacc859c6ba8f30fd2feb
This reverts commit f7038d5f80d5cb4aa5a5f4830ec2384447b7b28b.
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
Add the banner back but update it for the Denver summit.
Co-Authored-By: Jeremy Stanley <fungi@yuggoth.org>
Change-Id: Ia80a290d53e117f960f7f57964d92252c605972c
This reverts commit ba46e4f36646609060f0e1d514c80a3b4323d3cd.
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 removes around 500 pixels of whitespace from top to bottom.
Additionally adds directory and file created by sass to gitignore.
Change-Id: Ice436e051a8c1c9802570a19e0aad92942894c71
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 <allison@openstack.org>
Switch all the Arcana text/HTML/CSS/JS files which used CR+LF line
endings to plain LF like other files in the repository, for
consistency and ease of maintenance. Some files had mixed line
endings, so fix them as well. Also clean up a handful of mixed
tab+space indents in www/index.html along with one line which had
only whitespace characters on it.
This change makes no edits to file content other than whitespace.
Change-Id: I5f1b9269112a7147bf682658f4884171bad13d72
Add an initial website based on the arcana template from html5up,
which is CC-BY licensed.
It includes some initial content about Zuul, but is mostly intended
to bootstrap the process of collaboratively editing the site. All
of the content in this repo should generally be CC-BY licensed as
well.
The banner image was created by me in my personal capacity, and it
is also licensed CC-BY.
This includes jobs to publish draft and final versions of the website,
including the production secret needed to publish to afs.
Change-Id: I994fea62061acb34037de1da27e90f2a09df4e74
Depends-On: https://review.openstack.org/538345