diff --git a/themes/website/static/css/style.css b/themes/website/static/css/style.css index 46eda50..55af72f 100644 --- a/themes/website/static/css/style.css +++ b/themes/website/static/css/style.css @@ -232,6 +232,12 @@ tbody th:first-child, thead th { .slider input[type=radio]#atox-images-control1:checked ~ .sliderinner > ul { left: 0 } .slider input[type=radio]#atox-images-control2:checked ~ .sliderinner > ul { left: -100% } +.slider label[for=antidote-images-control1] { margin-left: -18px } +.slider label[for=antidote-images-control3] { margin-left: 18px } +.slider input[type=radio]#antidote-images-control1:checked ~ .sliderinner > ul { left: 0 } +.slider input[type=radio]#antidote-images-control2:checked ~ .sliderinner > ul { left: -100% } +.slider input[type=radio]#antidote-images-control3:checked ~ .sliderinner > ul { left: -200% } + /* Specific styling */ @media (min-width: 768px) { #cover { diff --git a/themes/website/static/img/client/antidote.png b/themes/website/static/img/client/antidote.png new file mode 100644 index 0000000..3c5dee1 Binary files /dev/null and b/themes/website/static/img/client/antidote.png differ diff --git a/themes/website/static/img/client/antidote_1.png b/themes/website/static/img/client/antidote_1.png new file mode 100644 index 0000000..3c5dee1 Binary files /dev/null and b/themes/website/static/img/client/antidote_1.png differ diff --git a/themes/website/static/img/client/antidote_2.png b/themes/website/static/img/client/antidote_2.png new file mode 100644 index 0000000..501a2a9 Binary files /dev/null and b/themes/website/static/img/client/antidote_2.png differ diff --git a/themes/website/static/img/client/antidote_3.png b/themes/website/static/img/client/antidote_3.png new file mode 100644 index 0000000..84bc018 Binary files /dev/null and b/themes/website/static/img/client/antidote_3.png differ diff --git a/themes/website/static/js/osdetect.js b/themes/website/static/js/osdetect.js index de6f7e1..87882cf 100644 --- a/themes/website/static/js/osdetect.js +++ b/themes/website/static/js/osdetect.js @@ -51,7 +51,13 @@ if (window.navigator.userAgent.indexOf("iPad") != -1) { if (window.navigator.userAgent.indexOf("iPhone") != -1) { OSName = "iOS"; - clients = []; + clients = [{ + title: "Antidote", + name: "antidote", + icon: "external-link", + desc: true, + dlLink: "https://apps.apple.com/app/antidote-tox-client/id1592895292", + }]; } if (window.navigator.userAgent.indexOf("FreeBSD") != -1) { @@ -154,6 +160,11 @@ for (var i = 0; i < clients.length; i++) {  " + client.title + "\ "; + if (client.name == "antidote") { + button = button + '\n' + + ''; + } + var infoButton = ""; if (client.desc) { infoButton = "\ diff --git a/themes/website/templates/clients.html b/themes/website/templates/clients.html index 16b4385..7d62058 100644 --- a/themes/website/templates/clients.html +++ b/themes/website/templates/clients.html @@ -180,6 +180,40 @@

aTox

The reasonable Tox client for Android.

+
+ +
+ +

Antidote

+ + + + + + + + + + + + + + + + + + + + + + + + +
Repository:https://github.com/Zoxcore/Antidote
Maintainers:Zoff, Tha_14
Language:Objective-C
Graphical Toolkit:N/A
Operating Systems:iOS
+ +

Antidote is an iOS client for Tox. You can download Antidote on https://apps.apple.com/app/antidote-tox-client/id1592895292

+
+ @@ -252,6 +286,16 @@

OS support:

No + + Antidote + No + No + No + No + No + Yes + + @@ -367,5 +411,29 @@

OS support:

+
+
+ +   + +
+ + + + + + + +
+
    +
  • +
  • +
  • +
+
+
+
+
+ {% endblock %} diff --git a/themes/website/templates/download.html b/themes/website/templates/download.html index 2af9a0b..5c80c9e 100644 --- a/themes/website/templates/download.html +++ b/themes/website/templates/download.html @@ -72,6 +72,13 @@

FreeBSD

Android

aTox: F-Droid / Google Play / APK

+ +
+ +

iOS

+

Antidote : App Store

+
+ @@ -182,6 +189,17 @@

TokTok/c-toxcore

TokTok/c-toxcore is a non-hostile fork of the original irungentoo/toxcore. The fork was made by active Toxcore developers due to irungentoo wanting to review and approve any changes submitted into his repository, but being unable to do so as he is unable to find time to work on Toxcore. This is the Toxcore that is being actively developed and this is also the Toxcore that all clients use.

+ +
+
+ +   + +

Antidote Warning

+ +

Antidote may connect to centralized servers to trigger push notifications (Google Firebase Cloud Messaging, Apple Push Notification).

+
+
diff --git a/themes/website/templates/index.html b/themes/website/templates/index.html index 1866f5d..42722d9 100644 --- a/themes/website/templates/index.html +++ b/themes/website/templates/index.html @@ -43,12 +43,15 @@

A New Kind of Instant Messaging

+ +
+
  • +