Files @ 8fadcccc8bd7
Branch filter:

Location: FVDE/ennstatus/ennstatus/templates/root/index.html

Dennis Fink
Fix wrong video source type
{% extends "base.html" %}

{% set title = "Index" %}

{% block content %}
  <div class="col-md-4 text-center">
    <img class="img-rounded" alt="FVDE_Logo" src="{{ url_for('static', filename='images/logo/FVDE_logo_resize.png') }}"></img>
  </div>
  <div class="col-md-8">
    <div class="jumbotron">
      <h2>Frënn vun der Ënn A.S.B.L.</h2>
	    <p><em>Luxembourg based non-profit organization defending civil rights on the internet.</em></p>
      <p>We provide high-bandwidth Tor nodes all over the world to protect <strong>online privacy</strong>, <strong>anonymity</strong>, <strong>freedom of speech</strong> and fight <strong>censorship</strong>!
      </p>
      <h3><a href="{{ url_for('root.member') }}"><span class="label label-success">Become a Member</span></a> <a href="{{ url_for('donate.index') }}"><span class="label label-primary">Donate</span></a>
        <a class="pull-right" href="https://twitter.com/FrennVunDerEnn" target="blank"><span class="label label-info">@FrennVunDerEnn</span></a></h3>
    </div>
  </div>
  <div class="col-md-1">
  </div>
  <div class="col-md-8">
    <blockquote>
      <p>
        <em>I support <abbr title="Frënn vun der Ënn a.s.b.l.">FVDE</abbr> because even small organizations can contribute to protect fundamental civil rights. This noble goal can be pursued by making use of technology and putting knowledge to the service of users who want to maintain their privacy.</em>
        <footer>Georges, Teacher</footer>
      </p>
    </blockquote>
  </div>
  <div class="col-md-3">
    <blockquote>
      <a href="https://martianhumorist.me/" target="blank"><h2 class="text-center">You have something to hide!</h2></a>
      <footer>The Martian Humorist</footer>
    </blockquote>
  </div>
  <div class="col-md-6">
    <p>
      <video width="560" height="315" controls>
        <source src="{{ url_for('static', filename='videos/Tor_Animation.mp4') }}" type='video/mp4' />
      </video>
    </p>
  </div>
  <div class="col-md-6">
      <p class=lead>
        <br>
        Tor is free software and an open network that helps you defend against network surveillance and preserve your personal freedom and privacy on the Internet.
      </p>
      <p>
        By bouncing your communications around a distributed network of relays run by volunteers all around the world, it prevents somebody watching your Internet connection from learning what sites you visit, and it prevents the sites you visit from learning your physical location.
      </p>
      <h2><a href="http://torproject.lu" target="blank"><span class="label label-info">Learn more about Tor</span></a></h2>
  </div>
{% endblock %}