From c3b3ce5c3ae3feafb3068a6c7572b4ac1024fa92 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 15 Jul 2020 11:06:03 +0000 Subject: [PATCH 1/6] Riot becomes Element --- _includes/sections/instant-messenger.html | 16 ++++++++-------- _includes/sections/teamchat.html | 16 ++++++++-------- assets/img/svg/3rd-party/element.svg | 2 ++ assets/img/svg/3rd-party/riotim.svg | 2 -- 4 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 assets/img/svg/3rd-party/element.svg delete mode 100644 assets/img/svg/3rd-party/riotim.svg diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index 18c7e63b..e8266897 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -71,21 +71,21 @@ {% include cardv2.html - title="Riot" - image="/assets/img/svg/3rd-party/riotim.svg" - description='Riot.im is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' + title="Element" + image="/assets/img/svg/3rd-party/element.svg" + description='element.io (formerly Riot) is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' labels="text==VoIP" - website="https://about.riot.im/" - privacy-policy="https://riot.im/privacy" + website="https://element.io" + privacy-policy="https://element.io/privacy" forum="https://forum.privacytools.io/t/discussion-riot-im/665/" github="https://github.com/vector-im/riot-web/" windows="https://riot.im/download/desktop/" mac="https://riot.im/download/desktop/" linux="https://riot.im/download/desktop/" - fdroid="https://f-droid.org/repository/browse/?fdid=im.vector.alpha" + fdroid="https://f-droid.org/packages/im.vector.alpha" googleplay="https://play.google.com/store/apps/details?id=im.vector.app" - ios="https://itunes.apple.com/app/vector.im/id1083446067" - web="https://riot.im/app/" + ios="https://apps.apple.com/app/vector/id1083446067" + web="https://app.element.io" %}
diff --git a/_includes/sections/teamchat.html b/_includes/sections/teamchat.html index 5d2483f2..a565e35a 100644 --- a/_includes/sections/teamchat.html +++ b/_includes/sections/teamchat.html @@ -10,21 +10,21 @@ {% include cardv2.html - title="Riot" - image="/assets/img/svg/3rd-party/riotim.svg" - description='Riot.im is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.
' + title="Element" + image="/assets/img/svg/3rd-party/element.svg" + description='element.io (formerly Riot) is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' labels="text==VoIP" - website="https://about.riot.im/" - privacy-policy="https://riot.im/privacy" + website="https://element.io" + privacy-policy="https://element.io/privacy" forum="https://forum.privacytools.io/t/discussion-riot-im/665/" github="https://github.com/vector-im/riot-web/" windows="https://riot.im/download/desktop/" mac="https://riot.im/download/desktop/" linux="https://riot.im/download/desktop/" - fdroid="https://f-droid.org/repository/browse/?fdid=im.vector.alpha" + fdroid="https://f-droid.org/packages/im.vector.alpha" googleplay="https://play.google.com/store/apps/details?id=im.vector.app" - ios="https://itunes.apple.com/app/vector.im/id1083446067" - web="https://riot.im/app/" + ios="https://apps.apple.com/app/vector/id1083446067" + web="https://app.element.io" %} {% diff --git a/assets/img/svg/3rd-party/element.svg b/assets/img/svg/3rd-party/element.svg new file mode 100644 index 00000000..5b3401c4 --- /dev/null +++ b/assets/img/svg/3rd-party/element.svg @@ -0,0 +1,2 @@ + + diff --git a/assets/img/svg/3rd-party/riotim.svg b/assets/img/svg/3rd-party/riotim.svg deleted file mode 100644 index 02b85dd5..00000000 --- a/assets/img/svg/3rd-party/riotim.svg +++ /dev/null @@ -1,2 +0,0 @@ - - -- 2.47.2 From d1dd5af09aab5530692a6aa302b4f6ee7f5e235b Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 15 Jul 2020 11:52:35 +0000 Subject: [PATCH 2/6] Use transparent element logo --- assets/img/svg/3rd-party/element.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/img/svg/3rd-party/element.svg b/assets/img/svg/3rd-party/element.svg index 5b3401c4..d449ae7c 100644 --- a/assets/img/svg/3rd-party/element.svg +++ b/assets/img/svg/3rd-party/element.svg @@ -1,2 +1,2 @@ - + -- 2.47.2 From 73654f5aad5779d18770062e0149428dc62a204f Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 15 Jul 2020 11:54:27 +0000 Subject: [PATCH 3/6] Change capitals remove .io --- _includes/sections/instant-messenger.html | 2 +- _includes/sections/teamchat.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index e8266897..5537fe6d 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -73,7 +73,7 @@ include cardv2.html title="Element" image="/assets/img/svg/3rd-party/element.svg" - description='element.io (formerly Riot) is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' + description='Element (formerly Riot) is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' labels="text==VoIP" website="https://element.io" privacy-policy="https://element.io/privacy" diff --git a/_includes/sections/teamchat.html b/_includes/sections/teamchat.html index a565e35a..1808ea0a 100644 --- a/_includes/sections/teamchat.html +++ b/_includes/sections/teamchat.html @@ -12,7 +12,7 @@ include cardv2.html title="Element" image="/assets/img/svg/3rd-party/element.svg" - description='element.io (formerly Riot) is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' + description='Element (formerly Riot) is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' labels="text==VoIP" website="https://element.io" privacy-policy="https://element.io/privacy" -- 2.47.2 From 9b38cd750a775fd3563714695ae5e4df483c17e9 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 15 Jul 2020 18:21:40 +0000 Subject: [PATCH 4/6] Windows/Mac client now up --- _includes/sections/instant-messenger.html | 4 ++-- _includes/sections/teamchat.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index 5537fe6d..41a6fa64 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -79,8 +79,8 @@ privacy-policy="https://element.io/privacy" forum="https://forum.privacytools.io/t/discussion-riot-im/665/" github="https://github.com/vector-im/riot-web/" - windows="https://riot.im/download/desktop/" - mac="https://riot.im/download/desktop/" + windows="https://element.io/get-started" + mac="https://element.io/get-started" linux="https://riot.im/download/desktop/" fdroid="https://f-droid.org/packages/im.vector.alpha" googleplay="https://play.google.com/store/apps/details?id=im.vector.app" diff --git a/_includes/sections/teamchat.html b/_includes/sections/teamchat.html index 1808ea0a..f834876b 100644 --- a/_includes/sections/teamchat.html +++ b/_includes/sections/teamchat.html @@ -18,8 +18,8 @@ privacy-policy="https://element.io/privacy" forum="https://forum.privacytools.io/t/discussion-riot-im/665/" github="https://github.com/vector-im/riot-web/" - windows="https://riot.im/download/desktop/" - mac="https://riot.im/download/desktop/" + windows="https://element.io/get-started" + mac="https://element.io/get-started" linux="https://riot.im/download/desktop/" fdroid="https://f-droid.org/packages/im.vector.alpha" googleplay="https://play.google.com/store/apps/details?id=im.vector.app" -- 2.47.2 From 29eae269f1d652c2b05a06bce42d81832eecd959 Mon Sep 17 00:00:00 2001 From: Daniel Nathan Gray Date: Thu, 16 Jul 2020 06:43:34 +0000 Subject: [PATCH 5/6] Add https: portion of hyperlinks Co-authored-by: Dawid Potocki --- _includes/sections/teamchat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/teamchat.html b/_includes/sections/teamchat.html index f834876b..d874c11d 100644 --- a/_includes/sections/teamchat.html +++ b/_includes/sections/teamchat.html @@ -12,7 +12,7 @@ include cardv2.html title="Element" image="/assets/img/svg/3rd-party/element.svg" - description='Element (formerly Riot) is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' + description='Element (formerly Riot) is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' labels="text==VoIP" website="https://element.io" privacy-policy="https://element.io/privacy" -- 2.47.2 From 8e41fecbf86cf225cffc0898a6793afe716c69e0 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Thu, 16 Jul 2020 06:45:43 +0000 Subject: [PATCH 6/6] Add https: portion of hyperlinks for IM page --- _includes/sections/instant-messenger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index 41a6fa64..d2a3ca96 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -73,7 +73,7 @@ include cardv2.html title="Element" image="/assets/img/svg/3rd-party/element.svg" - description='Element (formerly Riot) is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' + description='Element (formerly Riot) is the reference client for the Matrix network. The Matrix open standard is an open-source standard for secure, decentralized, real-time communication.' labels="text==VoIP" website="https://element.io" privacy-policy="https://element.io/privacy" -- 2.47.2