diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 18 | ||||
| -rw-r--r-- | templates/navbar.html | 2 |
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! »</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> |
