From 98e8a508b6050c4663ca80dc87a0e1b8115baade Mon Sep 17 00:00:00 2001 From: Alice Date: Wed, 10 Apr 2019 17:11:59 +0200 Subject: [PATCH] Update home page --- static/css/style.css | 7 ++++++ templates/ccvpn/index.html | 44 ++++++++++++++++++++------------------ 2 files changed, 30 insertions(+), 21 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 51c40a5..23d9241 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -447,6 +447,13 @@ a.home-signup-button { padding: 0.75em 2em; } +.home-secondary > div { + padding: 0.5em 2em; +} +.home-secondary b:first-child { + display: block; +} + @media screen and (max-width: 80em) { .home-content { width: 100%; diff --git a/templates/ccvpn/index.html b/templates/ccvpn/index.html index 46db8ed..bcd25fe 100644 --- a/templates/ccvpn/index.html +++ b/templates/ccvpn/index.html @@ -21,9 +21,9 @@
-

{% trans 'Cheap' %}

+

{% trans 'Affordable' %}

{{eur_price}}€ {% trans 'per month!' %}
- {% trans 'We accept Paypal, Bitcoins and Stripe.' %}

+ {% trans 'Pay by card, PayPal, or 50+ cryptocurrencies.' %}

@@ -39,7 +39,7 @@

{% trans 'OpenVPN' %}

-

{% trans 'Secure, Free, easy. On:' %}
+

  • Windows, OSX
  • GNU/Linux, BSD
  • @@ -67,27 +67,29 @@

    -
    -
    -

    {% trans 'Why?' %}

    -
      -
    • {% trans 'Hide any personal data found from your IP address' %}
    • -
    • {% trans 'Protect yourself on open networks' %}
    • -
    • {% trans 'Compress traffic on slow connections' %}
    • -
    • {% trans 'Bypass overly restrictive firewalls' %}
    • -
    • {% trans 'Enable IPv6 on IPv4-only networks' %}
    • -
    +
    +
    +

    {% trans 'Hide your IP address to disrupt tracking and geolocation.' %}

    -
    -

    {% trans 'VPN done the right way' %}

    -
      -
    • {% trans 'Anonymity' %} - {% trans "We don't even require your email address." %}
    • -
    • {% trans 'Security' %} - {% trans "Best TLS available, RSA 4096b, BlowFish 128b." %}
    • -
    • {% trans 'Privacy' %} - {% trans "Not a single byte of your traffic is logged." %}
    • -
    +
    +

    {% trans 'Protect your privacy on insecure networks with AES GCM 256 bits, RSA 4096 bits.' %}

    +
    + +
    +

    {% trans 'Get a clean and neutral access without censorship, interception, or manipulation.' %}

    +
    +
    +

    {% trans 'Bypass firewalls in restricted network environments.' %}

    -
    +
    +

    {% trans 'Transparently compress your traffic to save data and gain speed on slow connections.' %}

    +
    + +
    +

    {% trans 'Get IPv6 connectivity on IPv4-only networks or where IPv6 is not equally supported.' %}

    +
    +
    {% endblock %}