Changeset - 4c3a48f5637f
[Not reviewed]
version_5
0 5 0
kahpa - 10 years ago 2015-10-04 20:33:01

new landing page
5 files changed with 23 insertions and 15 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/css/ennstatus.css
Show inline comments
 
@@ -12,7 +12,7 @@ blockquote {
 

	
 
.navbar-default {
 
   background-color: #00ae18;
 
   border-radius: 50px;
 
#   border-radius: 50px;
 
}
 

	
 
h1, h2, h3, h4 {
ennstatus/static/images/favicon.png
Show inline comments
 
binary diff not shown
Show images
ennstatus/static/images/logo/FVDE_logo_resize.png
Show inline comments
 
binary diff not shown
Show images
ennstatus/static/images/logo/FVDE_logo_thumbnail.png
Show inline comments
 
binary diff not shown
Show images
ennstatus/templates/root/index.html
Show inline comments
 
@@ -3,22 +3,30 @@
 
{% set title = "Index" %}
 

	
 
{% block content %}
 
    <div class="col-md-4 text-center">
 
    <div class="col-md-4 text-center"><br>
 
      <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">
 
      <h2>Frënn vun der Ënn A.S.B.L.</h2>
 
      <blockquote>
 
        <p>"<em>I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike.</em>"</p>
 
        <small>The Mentor, <cite title="Source Title">Hacker Manifesto</cite></small>
 
      </blockquote>
 
      <p>
 
        We are a  bunch of hackers, running <a href="https://torproject.org/" target="_blank">Tor</a> nodes all over the world to ensure that <strong>privacy</strong>, 
 
      <strong>anonymity</strong> and <strong>freedom of speech</strong> endure.
 
      </p> 
 
			 
 
		  <video width="560" height="315" controls>
 
        <source src="{{ url_for('static', filename='videos/Tor_Join_the_Network.webm') }}" type='video/webm; codecs="vp8, vorbis"' />
 
		  </video>
 

	
 

	
 
      <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="member"><span class="label label-default">Become Member</span></a> <a href="donate"><span class="label label-default">Donate</span></a></h3>
 
      </div>
 
    </div>
 

	
 

	
 
    <div class="col-md-6">
 
      <p><video width="560" height="315" controls>
 
        <source src="{{ url_for('static', filename='videos/Tor_Animation_en.mp4') }}" type='video/webm; codecs="vp8, vorbis"' />
 
		  </video></p>
 
    </div>
 
    <div class="col-md-6">
 
<blockquote><p><em>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.</em>
 
<br><em>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.</em></p><h2><a href="https://torproject.org"><span class="label label-default">Learn more about Tor</span></a></h2>
 
</blockquote></div>
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)