Changeset - 9bc395e8631e
[Not reviewed]
version_5
0 3 0
Dennis Fink - 9 years ago 2015-10-14 01:07:29
dennis.fink@c3l.lu
Use col-md-offset
3 files changed with 3 insertions and 9 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/about.html
Show inline comments
 
@@ -9,9 +9,7 @@
 
      <h3>Who we are</h3>
 
      </div> -->
 

	
 
  <div class="col-md-1">
 
  </div>
 
  <div class="col-md-11">
 
  <div class="col-md-offset-1 col-md-11">
 
    <h2>Who we are</h2>
 
    <h3>Organization</h3>
 
    <p class="lead">
ennstatus/templates/root/abuse.html
Show inline comments
 
@@ -7,9 +7,7 @@
 
    <img src="{{ url_for('static', filename='images/Abuse.png') }}" class="img-rounded" alt="FVDE_Logo_LQ" width="160"></img>
 
    <h2>Report Abuse!</h2>
 
  </div> -->
 
  <div class="col-md-1">
 
  </div>
 
  <div class="col-md-11">
 
  <div class="col-md-offset-1 col-md-11">
 
    <h2>Abuse handling</h2>
 
    <p class="lead">We take our mission very seriously and carefully examine abuse cases.</p>
 
    <p>If you have any question regarding abusive traffic emanating from one of our Tor Exit nodes, don't hesitate to contact our abuse departement. Please make sure to include the following details in your enquiry:</p>
ennstatus/templates/root/bridgeprogram.html
Show inline comments
 
@@ -5,9 +5,7 @@
 
{% set title = "Bridge Program" %}
 

	
 
{% block content %}
 
  <div class="col-md-1">
 
  </div>
 
  <div class="col-md-11">
 
  <div class="col-md-offset-1 col-md-11">
 
    <h2>Bridge Program</h2>
 
    <p class="lead">We are happy to announce our new partner program which allows you to support the Tor network by funding a Tor bridge.</p>
 
    <p> Rather than making a single donation which we would use to cover our expenses for our different projects and administrative charges, you can now fund a Tor bridge on your own.
0 comments (0 inline, 0 general)