Skip to content

Commit

Permalink
Unordered list for About
Browse files Browse the repository at this point in the history
  • Loading branch information
romdim committed Dec 9, 2014
1 parent fa43f11 commit ffdf392
Showing 1 changed file with 26 additions and 17 deletions.
43 changes: 26 additions & 17 deletions views/site/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,31 @@
<div class="site-about">
<h1><?= Html::encode($this->title) ?></h1>

<h3>Browse APIs, Objects and their Properties</h3>
<p>You can browse existing APIs, view their Objects and modify their properties.</p>

<h3>Create new APIs-Objects-Properties</h3>
<p>You can create new APIs, new Objects or duplicate existing ones and use their properties.</p>

<h3>Browse the Cloud Based Services</h3>
<p>Browse the currently implemented CBS along with their details.</p>

<h3>Create new CBS</h3>
<p>Create new CBS or propose new versions or url for the currently implemented ones.</p>

<h3>Publish the Swagger for the API</h3>
<p>Select the methods you need to implement along with the CBS you want associated and publish the Swagger for your API.</p>

<h3>Propose an API for Approval</h3>
<p>When you see your API get upvoted, propose for it to be included in the core API platform.</p>
<ul>
<li>
<h3>Browse APIs, Objects and their Properties</h3>
<p>You can browse existing APIs, view their Objects and modify their properties.</p>
</li>
<li>
<h3>Create new APIs-Objects-Properties</h3>
<p>You can create new APIs, new Objects or duplicate existing ones and use their properties.</p>
</li>
<li>
<h3>Browse the Cloud Based Services</h3>
<p>Browse the currently implemented CBS along with their details.</p>
</li>
<li>
<h3>Create new CBS</h3>
<p>Create new CBS or propose new versions or url for the currently implemented ones.</p>
</li>
<li>
<h3>Publish the Swagger for the API</h3>
<p>Select the methods you need to implement along with the CBS you want associated and publish the Swagger for your API.</p>
</li>
<li>
<h3>Propose an API for Approval</h3>
<p>When you see your API get upvoted, propose for it to be included in the core API platform.</p>
</li>
</ul>

</div>

0 comments on commit ffdf392

Please sign in to comment.