Changeset - a6a25dac90f7
[Not reviewed]
Dennis Fink - 7 years ago 2017-10-17 13:20:26
dennis.fink@c3l.lu
Make partners page responsive
3 files changed with 13 insertions and 17 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/images/partners/Logo-Piratepartei2014.png
Show inline comments
 
binary diff not shown
Show images
ennstatus/static/images/partners/logo-c3l.png
Show inline comments
 
binary diff not shown
Show images
ennstatus/templates/root/partners.html
Show inline comments
 
@@ -11,52 +11,48 @@
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
   GNU General Public License for more details.
 

	
 
   You should have received a copy of the GNU General Public License
 
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
#}
 

	
 
{% extends "base.html" %}
 

	
 
{% set title = "Partners" %}
 

	
 
{% block content %}
 
  <div class="col-md-4">
 
  <div class="col-md-4 visible-md visible-lg">
 
    <img src="{{ url_for('static', filename='images/Partners.png') }}" class="img-responsive img-rounded center-block" alt="Partners" width="160"></img>
 
    <div class="text-center">
 
      <h2>Partners</h2>
 
    </div>
 
  </div>
 
  <div class="col-md-8">
 
  <div class="col-sm-12 col-md-8">
 
    <h2>Partners</h2>
 
    <p class="lead">We are constantly looking for new partners who want join us in our endevaour for a free Internet. At the moment we are beeing supported by the following organizations:</p>
 
    <div class="row">
 
      <div class="col-md-4">
 
        <a href="https://edri.org" target="_blank"><img src="{{ url_for('static', filename='images/partners/edri_logo_web.png') }}" alt="European Digital Rights" class="img-responsive"></img></a>
 
      <div class="col-xs-12 col-sm-6 col-md-4">
 
        <a href="https://edri.org" target="_blank"><img src="{{ url_for('static', filename='images/partners/edri_logo_web.png') }}" alt="European Digital Rights" class="img-responsive center-block"></img></a>
 
      </div>
 
      <div class="col-md-4">
 
        <a href="http://c3l.lu" target="_blank"><img src="{{ url_for('static', filename='images/partners/logo-c3l.png') }}" alt="Chaos Computer Club Lëtzebuerg" class="img-responsive"></img></a>
 
      </div>
 
       <div class="col-md-4">
 
        <a href="https://torservers.net" target="_blank"><img src="{{ url_for('static', filename='images/partners/torservers.png') }}" alt="Zwiebelfreunde eV" class="img-responsive"></img></a>
 
      <div class="col-xs-12 col-sm-6 col-md-4">
 
        <a href="http://c3l.lu" target="_blank"><img src="{{ url_for('static', filename='images/partners/logo-c3l.png') }}" alt="Chaos Computer Club Lëtzebuerg" class="img-responsive center-block"></img></a>
 
      </div>
 
    </div>
 
    <div class="row">
 
     <div class="col-md-4">
 
        <a href="https://piratepartei.lu" target="_blank"><img src="{{ url_for('static', filename='images/partners/Logo-Piratepartei2014.png') }}" alt="Pirate Partei" class="img-responsive"></img></a>
 
       <div class="col-xs-12 col-sm-6 col-md-4">
 
        <a href="https://torservers.net" target="_blank"><img src="{{ url_for('static', filename='images/partners/torservers.png') }}" alt="Zwiebelfreunde eV" class="img-responsive center-block"></img></a>
 
      </div>
 
     <div class="col-xs-12 col-sm-6 col-md-4">
 
        <a href="https://piratepartei.lu" target="_blank"><img src="{{ url_for('static', filename='images/partners/Logo-Piratepartei2014.png') }}" alt="Pirate Partei" class="img-responsive center-block"></img></a>
 
     </div>
 
     <div class="col-md-4">
 
       <a href="https://flokinet.is/" target="_blank"><img src="{{ url_for('static', filename='images/partners/flokinet.png') }}" alt="FlokiNET" class="img-responsive"></img></a>
 
     </div>
 
     <div class="col-md-4">
 
     <div class="col-xs-12 col-sm-6 col-md-4">
 
       <a href="https://flokinet.is/" target="_blank"><img src="{{ url_for('static', filename='images/partners/flokinet.png') }}" alt="FlokiNET" class="img-responsive center-block"></img></a>
 
     </div>
 
    </div>
 
    <h3>Becoming a Partner?</h3>
 
    <p>We'd be glad to see you or your organization/company as our partner. If you are interested in supporting us by one of the following means, don't hesitate to <a href="{{ url_for('root.contact') }}">contact</a> us.
 
       <ul>
 
         <li>Traditional donations to run Tor exit nodes</li>
 
         <li>Sponsoring Servers, Bandwidth or equipment</li>
 
         <li>Helping us to spread the word about Tor and Internet privacy</li>
 
       </ul>
 
    </p>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)