diff --git a/ennstatus/static/css/ennstatus.css b/ennstatus/static/css/ennstatus.css --- a/ennstatus/static/css/ennstatus.css +++ b/ennstatus/static/css/ennstatus.css @@ -166,3 +166,27 @@ a, a:hover, a:active, a:visited { .checkbox label, .radio label { padding-left: 12px; } + +.btn { + margin-top: 5px; + margin-bottom: 5px; +} + +.highlighted-label { + font-size: 24px; + margin-bottom: 10px; + font-weight: 500; + line-height: 1.1; + box-sizing: border-box; + display: inline-block; +} + +.highlighted-label-big { + font-size: 30px; + margin-bottom: 10px; + font-weight: 500; + line-height: 1.1; + box-sizing: border-box; + display: inline-block; + +} diff --git a/ennstatus/templates/donate/index.html b/ennstatus/templates/donate/index.html --- a/ennstatus/templates/donate/index.html +++ b/ennstatus/templates/donate/index.html @@ -23,16 +23,18 @@ {% endblock %} {% block content %} -
As a non-profit organization we are 100% community funded. Donations from our members and supporters will be used to power Tor nodes, print flyers and posters or cover administrative charges.
-We take our mission very seriously and carefully examine abuse cases.
diff --git a/ennstatus/templates/root/contact.html b/ennstatus/templates/root/contact.html --- a/ennstatus/templates/root/contact.html +++ b/ennstatus/templates/root/contact.html @@ -3,9 +3,11 @@ {% set title = "Contact" %} {% block content %} -Luxembourg based non-profit organization defending civil rights on the internet.
We provide high-bandwidth Tor nodes all over the world to protect online privacy, anonymity, freedom of speech and fight censorship!
--
@@ -74,7 +75,7 @@
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.
-{{ name|safe }} | +
---|
{{ name|safe }} | + {% endfor %} +||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ loop.index }} | + {% if server_type in ('exit', 'relay') %} +{{ create_name(server.name) }} | +{{ server.ip }} | +{{ server.ip6 or 'N/A' }} | + {% else %} ++ {% if server.name in config['ENNSTATUS_BRIDGE_PROGRAM'] %} + {{ server.name }} + {% else %} + {{ server.name }} + {% endif %} + | + {% endif %} +{{ colorize_status(server.status) }} | +{{ create_country(server.country) }} | +{{ create_fingerprint(server.fingerprint, server.type) }} | + {% if server_type == 'bridge' %} +{{ colorize_obfs(server.obfs) }} | +{{ colorize_obfs(server.fteproxy) }} | +{{ colorize_obfs(server.flashproxy) }} | +{{ colorize_obfs(server.meek) }} | + {% endif %} +{{ create_date(server.last_updated) }} + | +
{{ loop.index }} | - {% if server_type in ('exit', 'relay') %} -{{ create_name(server.name) }} | -{{ server.ip }} | -{{ server.ip6 or 'N/A' }} | - {% else %} -- {% if server.name in config['ENNSTATUS_BRIDGE_PROGRAM'] %} - {{ server.name }} - {% else %} - {{ server.name }} - {% endif %} - | - {% endif %} -{{ colorize_status(server.status) }} | -{{ create_country(server.country) }} | -{{ create_fingerprint(server.fingerprint, server.type) }} | - {% if server_type == 'bridge' %} -{{ colorize_obfs(server.obfs) }} | -{{ colorize_obfs(server.fteproxy) }} | -{{ colorize_obfs(server.flashproxy) }} | -{{ colorize_obfs(server.meek) }} | - {% endif %} -{{ create_date(server.last_updated) }} - | -