Changeset - d9c1738799d2
[Not reviewed]
Dennis Fink - 7 years ago 2017-10-17 13:34:58
dennis.fink@c3l.lu
Make about ennstatus responsive
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/ennstatus.html
Show inline comments
 
@@ -20,15 +20,15 @@
 
{% set title = "About Ënnstatus" %}
 

	
 
{% block content %}
 
  <div class="col-md-offset-1 col-md-11">
 
  <div class="col-sm-12 col-md-offset-1 col-md-11">
 
    <h2>About Ënnstatus</h2>
 
    <div class="col-md-6">
 
    <div class="col-sm-12 col-md-6">
 
      <h3>API</h3>
 
      <p>We provide a <a href="http://json.org/">JSON</a> API for exporting the current status of our servers</p>
 
      <h4>Exporting all servers</h4>
 
      <p>Under the endpoint <a href="{{ url_for('api.export') }}">/api/export</a>, you can find an export of all our servers</p>
 
    </div>
 
    <div class="col-md-6">
 
    <div class="col-sm-12 col-md-6">
 
      <h3>Used libraries:</h3>
 
      <ul>
 
        <li><a href="http://flask.pocoo.org/">Flask</a></li>
0 comments (0 inline, 0 general)