summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorus_arch2015-04-21 02:07:13 +0200
committerhorus_arch2015-04-21 02:07:13 +0200
commitc92ed3c93c379368f615809aa599426890bf2057 (patch)
treebef772eeafc1f8399c4a3dfcb046794e69170aca
parentb3fa125ed0292f8ca37e91bf19c8cae7cdacc506 (diff)
downloadmandible-c92ed3c93c379368f615809aa599426890bf2057.tar.gz
Changed order in index.html to present things.
-rw-r--r--templates/index.html18
-rw-r--r--templates/navbar.html2
2 files changed, 12 insertions, 8 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"}}
diff --git a/templates/navbar.html b/templates/navbar.html
index 653faca..20e6fe1 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -18,7 +18,7 @@
<li class="dropdown">
<a class="" href="//www.iamfabulous.de" title="More" data-target="#" data-toggle="dropdown"><i class="glyphicon glyphicon-user"></i> More <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
- <li><a class="" href="//www.iamfabulous.de" title="Follow my Blog"><span class="fa fa-user-plus"></span> Follow my Blog </a></li>
+ <li><a class="" href="//www.iamfabulous.de" title="Follow my Blog"><span class="fa fa-pencil"></span> Follow my Blog </a></li>
<li><a class="" href="//git.iamfabulous.de/cgit.cgi/mandible" title="Source code"><span class="fa fa-code"></span> Source code</a></li>
<li></li>
</ul>