Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions static/css/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@
}
@media screen and (max-width: 400px) {
.regulation-logos {


.vanuatu-icon {
width: 120px;
margin-left: -30px;
Expand Down
13 changes: 13 additions & 0 deletions static/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ ul.bullet {
.show-on-load {
display: none;
}
#split-container {
display: flex;
flex-direction: row;
width: 100%;
.puzzle-logo {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, can add new line here before .puzzle-logo

padding-left: 20px;
}
}

/* Keep this below since css after this
* will be interfering with small
* screen sizes
Expand All @@ -98,6 +107,10 @@ ul.bullet {
}
}
@media only screen and (max-width: 480px) {
#split-container {
display: block;
width: auto;
}
.top-image {
display: block;
}
Expand Down
4 changes: 2 additions & 2 deletions templates/index.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<div class="half-width top-image">
<img src="image/binarylogo-puzzle.svg" alt="">
</div>
<div class="half-width">
<div class="half-width index-text">
<p data-i18n-text="Interested in automating your preferred strategies for trading binary options?"></p>
<p data-i18n-text="Binary Bot is our leading-edge programming tool which allows you to build trading apps with a simple “jigsaw puzzle-like” drag-and-drop function."></p>
<p data-i18n-text="Dream up any number of binary options trading bots, from incredibly simple formulas to vastly complex algorithms. Then let them trade for you, even while you sleep."></p>
<p><span data-i18n-text="Best of all, once you’ve built a bot, we can help you sell it to fellow traders in the"></span> <a id="shop-url" href="https://shop.binary.com/collections/strategies" target="_blank" data-i18n-text="Binary.com Shop"></a>. <span data-i18n-text="Receive 80% of the sales revenue from every purchase of your bot in our app store."></span></p>
</div>
<div class="half-width bottom-image">
<div class="half-width bottom-image puzzle-logo">
<img src="image/binarylogo-puzzle.svg" alt="">
</div>
</div>
Expand Down