Martin Kopec f33b8624ed Adding 2 missing programs to menu on home page
Couple of months ago we added 2 new add-on programs to the
refstack, however, we forgot to edit the home page.
This patch fixes that.

Change-Id: Idccaca8b0af7928ee4f323719d801ff037c1446a
2023-05-10 21:15:19 +02:00

39 lines
1.4 KiB
HTML

<div class="jumbotron openstack-intro">
<div class="pull-right right openstack-intro__logo">
<img src="assets/img/openstack-logo.png" alt="OpenStack">
</div>
<div class="pull-left left openstack-intro__content">
<h1>OpenStack Interoperability</h1>
<p>RefStack is a source of tools for
<a href="http://www.openstack.org/brand/interop/">OpenStack interoperability</a>
testing.</p>
</div>
<div class="clearfix"></div>
</div>
<div class="row">
<div class="col-lg-6">
<h4>What is RefStack?</h4>
<ul>
<li>Toolset for testing interoperability between OpenStack clouds.</li>
<li>Database backed website supporting collection and publication of
community test results for OpenStack.</li>
<li>User interface to display individual test run results.</li>
</ul>
</div>
<div class="col-lg-6">
<h4>OpenStack Marketing Programs</h4>
<ul>
<li>OpenStack Powered Platform</li>
<li>OpenStack Powered Compute</li>
<li>OpenStack Powered Object Storage</li>
<li>OpenStack with DNS</li>
<li>OpenStack with Orchestration</li>
<li>OpenStack with Shared File System</li>
<li>OpenStack with Load Balancer</li>
<li>OpenStack with Key Manager</li>
</ul>
</div>
</div>