From c8279c51839e53af10726e668916e03a4cdc30f8 Mon Sep 17 00:00:00 2001 From: aswathy-deriv <96725617+aswathy-deriv@users.noreply.github.com> Date: Tue, 15 Mar 2022 06:52:32 +0400 Subject: [PATCH] Aswathy/Removed the landing page for liquidity deals from binary.com (#7069) * removed the liquidity solutions * circle ci error * circle ci error changes * changed double quotes to single quotes * cleared the lint errors Co-authored-by: Kevin <70131533+kevinw-binary@users.noreply.github.com> --- scripts/config/pages.js | 1 - scripts/config/sitemap_urls.js | 1 - src/sass/static/pages.scss | 14 --- .../static/partners/liquidity_solutions.jsx | 85 ------------------- src/templates/static/partners/partners.jsx | 7 -- 5 files changed, 108 deletions(-) delete mode 100644 src/templates/static/partners/liquidity_solutions.jsx diff --git a/scripts/config/pages.js b/scripts/config/pages.js index 6b52db002ef51..eaba962e92138 100644 --- a/scripts/config/pages.js +++ b/scripts/config/pages.js @@ -107,7 +107,6 @@ module.exports = [ ['responsible-trading', 'static/responsible_trading', 'full_width', 'Responsible Trading'], ['terms-and-conditions', 'static/legal/tac', 'default', 'Terms and Conditions'], - ['liquidity-solutions', 'static/partners/liquidity_solutions', 'full_width', 'Multi-asset Liquidity Solutions'], ['open-source-projects', 'static/partners/open_source_projects', 'full_width', 'Open-Source Projects'], ['partners', 'static/partners/partners', 'full_width', 'Partners'], ['payment-agent', 'static/partners/payment_agent', 'full_width', 'Payment Agents'], diff --git a/scripts/config/sitemap_urls.js b/scripts/config/sitemap_urls.js index 5b3be50d27965..a5fecaef5261f 100644 --- a/scripts/config/sitemap_urls.js +++ b/scripts/config/sitemap_urls.js @@ -21,7 +21,6 @@ module.exports = { ['responsible-trading', 'monthly', 0.80], ['terms-and-conditions', 'monthly', 0.80], - ['liquidity-solutions', 'monthly', 0.80], ['open-source-projects', 'monthly', 0.80], ['partners', 'monthly', 0.80], ['payment-agent', 'monthly', 0.80], diff --git a/src/sass/static/pages.scss b/src/sass/static/pages.scss index 8d87389f67c8d..db705ca3c1bf2 100644 --- a/src/sass/static/pages.scss +++ b/src/sass/static/pages.scss @@ -678,20 +678,6 @@ body #not_authenticated_financial ul.checked > li { list-style: none; } -.liquidity-solutions-content { - .box { - border: 1px solid $COLOR_GRAY_SHADE; - min-height: 256px; - - img { - height: 48px; - } - } - .white-bg { - background-color: $COLOR_WHITE; - } -} - .about-us-content { .about-us .values-box { display: flex; diff --git a/src/templates/static/partners/liquidity_solutions.jsx b/src/templates/static/partners/liquidity_solutions.jsx deleted file mode 100644 index 2edfa12b7af27..0000000000000 --- a/src/templates/static/partners/liquidity_solutions.jsx +++ /dev/null @@ -1,85 +0,0 @@ -import React from 'react'; -import { SeparatorLine } from '../../_common/components/separator_line.jsx'; - -const Box = ({ image, header, text }) => ( -
-
- - {header} -

{text}

-
-
-); - -const TextImage = ({ image, header, text }) => ( - -
-
- {header} -

{text}

-
-
- -
-
- -
-); - -const LiquiditySolutions = () => ( - -
-
-

{it.L('Multi-asset liquidity solutions')}

-

{it.L('[_1] provides institutional clients around the world with market quotes and trade execution across a wide range of assets, including major currency pairs, spot metals, stocks, stock indices, popular cryptocurrencies, and Synthetic indices.', it.website_name)}

-

{it.L('Our commitment to integrity and reliability means that we always strive to give you access to the best pricing and liquidity possible.')}

-
-
-
-

{it.L('Key features')}

-
- - - -
-
- -
-

{it.L('How it works')}

- - -
- -
-

{it.L('Highlights')}

- -

{it.L('Interested in our liquidity solutions? Contact us at [_1] for more info.', 'marketing@binary.com')}

-
-
-); - -export default LiquiditySolutions; diff --git a/src/templates/static/partners/partners.jsx b/src/templates/static/partners/partners.jsx index 4a484e8e66daf..386474117d6c9 100644 --- a/src/templates/static/partners/partners.jsx +++ b/src/templates/static/partners/partners.jsx @@ -69,13 +69,6 @@ const Partners = () => ( header={it.L('Security Testing')} text={it.L('Earn money for any verifiable errors that you find.')} /> - -