Apply "OpenStack theme" to the Upstream training slides

Use simple "OpenStack theme" from the Training guides.

Change-Id: Id324a3bf70c83c69f9fbaab7bfad90f63a4cc047
This commit is contained in:
Matjaz Pancur 2015-04-27 16:09:43 +02:00
parent 5232b750da
commit 9d6a6c04e8
18 changed files with 56 additions and 62 deletions

View File

@ -2,10 +2,9 @@
OpenStack Release Cycle OpenStack Release Cycle
======================= =======================
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
Planning : Design Planning : Design
================= =================

View File

@ -2,10 +2,9 @@
Relevant actors Relevant actors
=============== ===============
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
Relevant actors Relevant actors
=============== ===============

View File

@ -2,10 +2,9 @@
OpenStack Technical Committee OpenStack Technical Committee
============================= =============================
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
The role of the Technical Committee The role of the Technical Committee
=================================== ===================================

View File

@ -2,10 +2,9 @@
OpenStack Program Ecosystem OpenStack Program Ecosystem
=========================== ===========================
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
Lifecycle of a new Program Lifecycle of a new Program
========================== ==========================

View File

@ -2,10 +2,9 @@
OpenStack Design Summit OpenStack Design Summit
======================= =======================
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
OpenStack Design Summit OpenStack Design Summit
======================= =======================

View File

@ -1,10 +1,10 @@
============ ============
IRC meetings IRC meetings
============ ============
.. rst-class:: colright
| <teacher name> .. image:: ./_assets/os_background.png
| <date> :class: fill
:width: 100%
IRC meetings IRC meetings
============ ============

View File

@ -2,10 +2,9 @@
devstack.org devstack.org
============ ============
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
devstack.org devstack.org
============ ============

View File

@ -2,10 +2,10 @@
How to contribute How to contribute
================= =================
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
:width: 100%
| <teacher name>
| <date>
http://launchpad.net/ http://launchpad.net/
===================== =====================

View File

@ -2,10 +2,9 @@
launchpad.net launchpad.net
============= =============
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
launchpad.net launchpad.net
============= =============

View File

@ -2,10 +2,9 @@
review.openstack.org review.openstack.org
==================== ====================
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
review.openstack.org review.openstack.org
==================== ====================

View File

@ -2,10 +2,9 @@
Branching model Branching model
=============== ===============
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
nvie inspired nvie inspired
============= =============

View File

@ -2,10 +2,9 @@
Reviewving Reviewving
========== ==========
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
Review unified Review unified
============== ==============

View File

@ -2,10 +2,9 @@
Commit messages Commit messages
=============== ===============
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
Commit messages Commit messages
=============== ===============

View File

@ -2,10 +2,9 @@
Jenkins Jenkins
======= =======
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
Triggered on every commit Triggered on every commit
========================= =========================

View File

@ -2,10 +2,9 @@
Overview of the contribution process Overview of the contribution process
==================================== ====================================
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
Project pulse Project pulse
============= =============

View File

@ -2,10 +2,9 @@
Lego applied to Free Software contributions Lego applied to Free Software contributions
=========================================== ===========================================
.. rst-class:: colright .. image:: ./_assets/os_background.png
:class: fill
| <teacher name> :width: 100%
| <date>
Agile manifesto Agile manifesto
=============== ===============

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

View File

@ -32,3 +32,11 @@
height: 600px; height: 600px;
padding: 0; padding: 0;
} }
article h1 {
color: white;
}
article h2 {
color: rgb(133,11,19);
}