Skip to content

Commit

Permalink
Aswathy/Removed the landing page for liquidity deals from binary.com (b…
Browse files Browse the repository at this point in the history
…inary-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 <[email protected]>
  • Loading branch information
aswathy-deriv and virtualpowwa authored Mar 15, 2022
1 parent ffa9e5c commit c8279c5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 108 deletions.
1 change: 0 additions & 1 deletion scripts/config/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
1 change: 0 additions & 1 deletion scripts/config/sitemap_urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
14 changes: 0 additions & 14 deletions src/sass/static/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
85 changes: 0 additions & 85 deletions src/templates/static/partners/liquidity_solutions.jsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/templates/static/partners/partners.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ const Partners = () => (
header={it.L('Security Testing')}
text={it.L('Earn money for any verifiable errors that you find.')}
/>

<Column
url={it.url_for('liquidity-solutions')}
image='liquidity-solutions'
header={it.L('Liquidity solutions')}
text={it.L('Access multi-asset liquidity from top-tier institutions.') }
/>
</div>
</div>
</React.Fragment>
Expand Down

0 comments on commit c8279c5

Please sign in to comment.