diff options
| author | horus_arch | 2015-04-21 02:07:13 +0200 |
|---|---|---|
| committer | horus_arch | 2015-04-21 02:07:13 +0200 |
| commit | c92ed3c93c379368f615809aa599426890bf2057 (patch) | |
| tree | bef772eeafc1f8399c4a3dfcb046794e69170aca /templates/index.html | |
| parent | b3fa125ed0292f8ca37e91bf19c8cae7cdacc506 (diff) | |
| download | mandible-c92ed3c93c379368f615809aa599426890bf2057.tar.gz | |
Changed order in index.html to present things.
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/templates/index.html b/templates/index.html index 44f6ace..64e06b6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -57,19 +57,23 @@ </p> </div> <div class="col-md-6"> + <h2><i class="fa fa-terminal"></i> CLI Program</h2> + <p><strong>TODO:</strong> Use the image hoster direct from the command line.</p> + </div> + </div> + <div class="row"> + <div class="col-md-12"> <h2> <i class="fa fa-exchange"></i> - REST-Like API</h2> - <p>We provice a interface for easy access without your web browser. <br> + Communicate via API</h2> + <p>Easy access the image hoster from your own applications with our REST-Like interface. Works with most common frameworks as well as from the command line.<br> + To read more and check out the examples please follow this link. + <br> <a href="/api" title="API Documentation" class="btn btn-material-indigo-A700"><span class="fa fa-info-circle"></span> Read here more! »</a></p> </div> </div> +</div> <div class="row"> - <div class="col-md-12"> - <h2><i class="fa fa-terminal"></i> CLI Program</h2> - <p><strong>TODO:</strong> Use the image hoster direct from the command line.</p> - </div> </div> -</div> {{template "footer.html"}} |
