From 95d252023b75a24ecdcdcb59249febc4c2e76cea Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 31 Jul 2020 11:48:39 +0200 Subject: remove email and deprecated desktop clients related information --- amber/layouts/home.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amber/layouts') diff --git a/amber/layouts/home.html.haml b/amber/layouts/home.html.haml index 0a3d18a..8042614 100644 --- a/amber/layouts/home.html.haml +++ b/amber/layouts/home.html.haml @@ -4,7 +4,7 @@ %title = t(:site_title) %meta(name="viewport" content="width=device-width, initial-scale=1.0") - %meta(name="description" content="Bitmask is an open source application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Currently, Bitmask supports encrypted internet (VPN) and encrypted email.") + %meta(name="description" content="Bitmask is an open source application to provide easy and secure encrypted communication over VPN. You can choose among several different service providers or start your own.") %meta(name="keywords" content="vpn, openvpn, bitmask, encryption, android, linux") %meta(charset="UTF-8") %link(rel="stylesheet" href="/assets/bootstrap.min.css") -- cgit v1.2.3 From 6965771a76a28db2e7cdb2cc92a9a08918f9c6d6 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 6 Aug 2020 00:33:25 +0200 Subject: change of intro text after PR review --- amber/layouts/home.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amber/layouts') diff --git a/amber/layouts/home.html.haml b/amber/layouts/home.html.haml index 8042614..aab42ae 100644 --- a/amber/layouts/home.html.haml +++ b/amber/layouts/home.html.haml @@ -4,7 +4,7 @@ %title = t(:site_title) %meta(name="viewport" content="width=device-width, initial-scale=1.0") - %meta(name="description" content="Bitmask is an open source application to provide easy and secure encrypted communication over VPN. You can choose among several different service providers or start your own.") + %meta(name="description" content="Bitmask is an open source application to provide easy and secure encrypted communication with a VPN. You can choose among different providers or start your own.") %meta(name="keywords" content="vpn, openvpn, bitmask, encryption, android, linux") %meta(charset="UTF-8") %link(rel="stylesheet" href="/assets/bootstrap.min.css") -- cgit v1.2.3