summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html18
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! &raquo;</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"}}