Changeset - 23345abe94f1
[Not reviewed]
Dennis Fink - 7 years ago 2017-10-17 14:37:06
dennis.fink@c3l.lu
Make mirrors page more responsive
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/mirrors.html
Show inline comments
 
@@ -25,19 +25,19 @@
 
  {% set globe_url = config['ENNSTATUS_GLOBE_BIT_ADDRESS'] %}
 
{% else %}
 
  {% set globe_url = "globe.enn.lu" %}
 
{% endif %}
 

	
 
{% block content %}
 
  <div class="col-md-4">
 
  <div class="col-md-4 visible-md visible-lg">
 
    <img src="{{ url_for('static', filename='images/Services.png') }}" class="img-responsive img-rounded center-block" alt="Partners" width="160"></img>
 
    <div class="text-center">
 
      <h2>Mirrors</h2>
 
    </div>
 
  </div>
 
  <div class="col-md-8">
 
  <div class="col-sm-12 col-md-8">
 
    <h2>Mirrors</h2>
 
    <p class="lead">In addition to our Tor relays we are providing mirrors for some popular services.</p>
 
    <dl>
 
      <dt><a href="http://torproject.lu" target="_blank">torproject.lu</a></dt>
 
      <dd>This is a mirror of the the Tor Project's main website torproject.org</dd>
 
      <br>
0 comments (0 inline, 0 general)