diff --git a/Services/Interfaces/web_interface/advanced_templates/advanced_strategy_optimizer.html b/Services/Interfaces/web_interface/advanced_templates/advanced_strategy_optimizer.html index bde377bd3..5bca798ea 100644 --- a/Services/Interfaces/web_interface/advanced_templates/advanced_strategy_optimizer.html +++ b/Services/Interfaces/web_interface/advanced_templates/advanced_strategy_optimizer.html @@ -121,7 +121,7 @@

Strategy optimizer in progress

new strategy designer available on - octobot.cloud. + octobot.cloud pro plan.

diff --git a/Services/Interfaces/web_interface/flask_util/context_processor.py b/Services/Interfaces/web_interface/flask_util/context_processor.py index 29c203bc9..d488336f1 100644 --- a/Services/Interfaces/web_interface/flask_util/context_processor.py +++ b/Services/Interfaces/web_interface/flask_util/context_processor.py @@ -125,8 +125,8 @@ def get_enabled_tentacles(tentacles_info_by_name): DEVELOPER_DOCS_URL=constants.DEVELOPER_DOCS_URL, EXCHANGES_DOCS_URL=constants.EXCHANGES_DOCS_URL, OCTOBOT_FEEDBACK_URL=constants.OCTOBOT_FEEDBACK, - OCTOBOT_CLOUD_URL=constants.OCTOBOT_CLOUD_URL, OCTOBOT_COMMUNITY_URL=identifiers_provider.IdentifiersProvider.COMMUNITY_URL, + OCTOBOT_COMMUNITY_LANDING_URL=identifiers_provider.IdentifiersProvider.COMMUNITY_LANDING_URL, OCTOBOT_COMMUNITY_RECOVER_PASSWORD_URL=identifiers_provider.IdentifiersProvider.FRONTEND_PASSWORD_RECOVER_URL, CURRENT_BOT_VERSION=interfaces.AbstractInterface.project_version, IS_DEMO=constants.IS_DEMO, diff --git a/Services/Interfaces/web_interface/static/css/style.css b/Services/Interfaces/web_interface/static/css/style.css index 43a0ecbc4..5ae036ec9 100644 --- a/Services/Interfaces/web_interface/static/css/style.css +++ b/Services/Interfaces/web_interface/static/css/style.css @@ -344,6 +344,14 @@ a.nav-link.active.primary-pill:hover{ min-height: 4rem; } +.cloud-logo-2x { + max-height: 8rem; +} + +.cloud-logo-4x { + max-height: 14rem; +} + /* elegant-color white-text */ /* Theme */ diff --git a/Services/Interfaces/web_interface/static/img/community/cloud_dark.png b/Services/Interfaces/web_interface/static/img/community/cloud_dark.png new file mode 100644 index 000000000..0bb97f77b Binary files /dev/null and b/Services/Interfaces/web_interface/static/img/community/cloud_dark.png differ diff --git a/Services/Interfaces/web_interface/templates/about.html b/Services/Interfaces/web_interface/templates/about.html index aef006ab1..e1b857e99 100644 --- a/Services/Interfaces/web_interface/templates/about.html +++ b/Services/Interfaces/web_interface/templates/about.html @@ -24,25 +24,47 @@

Your OctoBot


-

Your OctoBot, always online and reachable

+

Get more from OctoBot using OctoBot cloud

-
+
-
- - - +
+
+ + OctoBot cloud + +
-
-

- Deploy your OctoBot on the OctoBot Cloud - and enjoy your OctoBot from anywhere. No more trouble installing the software on your computer and leaving it on. -

+
+ With + + OctoBot cloud, you can: +
    +
  • + Use trading strategies in the simplest way possible. +
  • +
  • + Apply as many trading strategies as you want for free +
  • +
  • + Easily find and use the best strategies made by the community coming soon +
  • +
  • + Deploy your OctoBot on the cloud and enjoy your OctoBot from anywhere while benefiting + from cloud exclusive features such as the strategy designer. +
  • +

- Try Cloud OctoBots for free on OctoBot Cloud. + Check out OctoBot cloud on octobot.cloud.

+
+ + OctoBot cloud + +
@@ -54,8 +76,7 @@

Help us to improve OctoBot

Any question ? - Please Checkout the OctoBot official website - and have a look at our + Please have a look at our Frequently ask question (FAQ) section @@ -87,7 +108,7 @@

Help us to improve OctoBot

Tell us what you think about OctoBot - + Suggest a feature for OctoBot
@@ -105,8 +126,9 @@

Support the OctoBot project

That's why we are making OctoBot open source.

- If you wish to support the OctoBot project, please consider hosting your OctoBot for you on - OctoBot Cloud. + If you wish to support the OctoBot project, please consider using + + OctoBot cloud.

diff --git a/Services/Interfaces/web_interface/templates/footer.html b/Services/Interfaces/web_interface/templates/footer.html index 0460acfc9..0ed12b776 100644 --- a/Services/Interfaces/web_interface/templates/footer.html +++ b/Services/Interfaces/web_interface/templates/footer.html @@ -2,7 +2,7 @@