Updating training-labs landing page.

Updating training-labs landing page to look better and deliver the
content and message in the right format. Also additionally updates the
links to the tar/zip files.

Change-Id: Ib1e82bb3c8ed63de08c1c6499bf63bfd35cb10f1
Implements: blueprint training-labs
This commit is contained in:
Pranav Salunke 2016-06-11 17:27:40 +02:00
parent 80b4045583
commit a2ad83ab73
1 changed files with 60 additions and 35 deletions

View File

@ -13,44 +13,69 @@
<h1>OpenStack Training Labs</h1>
<p>
Training Labs provides an easy way to deploy virtualized OpenStack in a desktop environment. Training
Labs supports all modern Linux, Windows and Mac OSx platforms. You need to have VirtualBox or KVM/libvirt
installed and configured for running Training Labs.
Labs supports all modern Linux, Windows and Mac OS X platforms. You need to have VirtualBox or KVM/libvirt
installed before running Training Labs.
</p>
<p>
Download Training Labs below. Extract the compressed file to a folder and be ready to one-click deployment
of your own OpenStack Training Labs cluster.
Extract the compressed file to a folder and be ready for one-click deployment of your own OpenStack Training Labs cluster.
</p>
<hr />
<h3>Get Training Labs</h3>
<table>
<tr>
<th>Release</th>
<th>Linux</th>
<th>Mac OSx</th>
<th>Windows</th>
</tr>
<tr>
<th>Master</th>
<td><a href="http://tarballs.openstack.org/training-labs/dist/labs-master.tgz">Master Linux</a></td>
<td><a href="http://tarballs.openstack.org/training-labs/dist/labs-master.tgz">Master Mac OS X</a></td>
<td><a href="http://tarballs.openstack.org/training-labs/dist/labs-master.zip">Master Windows</a></td>
</tr>
<tr>
<th>Liberty</th>
<td><a href="http://tarballs.openstack.org/training-labs/dist/labs-stable-liberty.tgz">Liberty Linux</a></td>
<td><a href="http://tarballs.openstack.org/training-labs/dist/labs-stable-liberty.tgz">Liberty Mac OS X</a></td>
<td><a href="http://tarballs.openstack.org/training-labs/dist/labs-stable-liberty.zip">Liberty Windows</a></td>
</tr>
<tr>
<th>Kilo</th>
<td><a href="http://tarballs.openstack.org/training-labs/dist/labs-stable-kilo.tgz">Kilo Linux</a></td>
<td><a href="http://tarballs.openstack.org/training-labs/dist/labs-stable-kilo.tgz">Kilo Mac OS X</a></td>
<td><a href="http://tarballs.openstack.org/training-labs/dist/labs-stable-kilo.zip">Kilo Windows</a></td>
</tr>
</table>
<p>To generate the scripts manually follow <a href="https://wiki.openstack.org/wiki/Documentation/training-labs#Building_the_cluster">
Training Labs Wiki</a> page.
</p>
<p>To generate the scripts manually follow <a href="https://wiki.openstack.org/wiki/Documentation/training-labs#Building_the_cluster">
Training Labs Wiki</a> page.
</p>
</div>
<div class='col-lg-4 col-md-4 col-sm-4 superuser-wrapper'>
<h2>Get Training Labs</h2>
<div>
<h3>Linux</h3>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-master.tgz">
Master
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-mitaka.tgz">
Mitaka
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-liberty.tgz">
Liberty
<i class="fa fa-arrow-circle-o-down"></i>
</a>
</div>
<br/>
<hr/>
<div>
<h3>Mac OS X</h3>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-master.tgz">
Master
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-mitaka.tgz">
Mitaka
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-liberty.tgz">
Liberty
<i class="fa fa-arrow-circle-o-down"></i>
</a>
</div>
<br/>
<hr/>
<div>
<h3>Windows</h3>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-master.zip">
Master
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-mitaka.zip">
Mitaka
<i class="fa fa-arrow-circle-o-down"></i>
</a>
<a class="overview-btn docs-btn" href="http://tarballs.openstack.org/training-labs/dist/labs-stable-liberty.zip">
Liberty
<i class="fa fa-arrow-circle-o-down"></i>
</a>
</div>
<br/>
<hr/>
</div>
</div>
</div>