slight edit to the index content.

This commit is contained in:
David Lenwell 2013-10-30 01:54:53 -07:00
parent 9a2f0bd340
commit d5129df668

View File

@ -2,7 +2,7 @@
{% block title %}Welcome{% endblock %}
{% block body %}
<div class="unit span-grid">
<h1>What is Refstack?</h1>
<h2>What is Refstack?</h2>
</div>
<div class="unit one-of-three">
An existence proof of the certified openstack APIs.
@ -14,7 +14,8 @@
A certification process for OpenStack service and product vendors.
</div>
<div class="unit span-grid">
Current vendors registered with RefStack are:<br/>
<br/>
Some of vendors registered with RefStack:<br/><br/>
<ul>
{% for vendor in vendors %}
<li><a href="mailto:{{ vendor.contact_email }}">{{ vendor.vendor_name }}</a></li>
@ -22,6 +23,9 @@
</ul>
</div>
<div class="unit span-grid">
For detailed specification, see <a href="https://etherpad.openstack.org/RefStackBlueprint">https://etherpad.openstack.org/RefStackBlueprint</a>
<h3>Get involved!</h3>
We welcome collaboration. To join the conversation jump into #refstack on freenode.
<br/><br/>
For a living blueprint see our <a href="https://etherpad.openstack.org/RefStackBlueprint">etherpad</a>!
</div>
{% endblock %}