slight edit to the index content.
This commit is contained in:
parent
9a2f0bd340
commit
d5129df668
@ -2,7 +2,7 @@
|
|||||||
{% block title %}Welcome{% endblock %}
|
{% block title %}Welcome{% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="unit span-grid">
|
<div class="unit span-grid">
|
||||||
<h1>What is Refstack?</h1>
|
<h2>What is Refstack?</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="unit one-of-three">
|
<div class="unit one-of-three">
|
||||||
An existence proof of the certified openstack APIs.
|
An existence proof of the certified openstack APIs.
|
||||||
@ -14,7 +14,8 @@
|
|||||||
A certification process for OpenStack service and product vendors.
|
A certification process for OpenStack service and product vendors.
|
||||||
</div>
|
</div>
|
||||||
<div class="unit span-grid">
|
<div class="unit span-grid">
|
||||||
Current vendors registered with RefStack are:<br/>
|
<br/>
|
||||||
|
Some of vendors registered with RefStack:<br/><br/>
|
||||||
<ul>
|
<ul>
|
||||||
{% for vendor in vendors %}
|
{% for vendor in vendors %}
|
||||||
<li><a href="mailto:{{ vendor.contact_email }}">{{ vendor.vendor_name }}</a></li>
|
<li><a href="mailto:{{ vendor.contact_email }}">{{ vendor.vendor_name }}</a></li>
|
||||||
@ -22,6 +23,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="unit span-grid">
|
<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>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user