diff --git a/_i18n/en.yml b/_i18n/en.yml index 6e6ff58..707c8d0 100755 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -19,14 +19,17 @@ pages: сogent-heading: Cogent Law + + criminally-heading: CAN MASTERNODE OPERATORS BE CRIMINALLY LIABLE FOR THE TRANSACTIONS THEY RELAY? criminally-text: | - Buying or selling large amounts of Dash on exchanges can cause price slippage, resulting in the buyer or seller receiving less value than intended. Large buy orders push the price higher, resulting in overpayment. Sizeable sell orders do the opposite, resulting in less value received for the Dash you sell. Fortunately there are “over the counter” or OTC solutions, where a vendor pairs buyers and sellers, allowing them to conduct large transactions off the exchanges and free from slippage.t things like a new website, pr budget, etc. The benefit to you is, you can get many more coins at the current price, then what are available on any exchange. So you can get into a Dash position much easier/cheaper than would otherwise be possible. + An aspect that required legal research is what are the compliance requirements to facilitate Dash FIAT exchange. This can be in the form of running ATM kiosks or using other mechanisms to personally offer DASH to FIAT exchange services. + criminally-btn: FIAT - DASH / ATM Compliance treatment-heading: What is the Tax Treatment of the Masternode Operators’ DASH? treatment-text: > The purpose of the DASH DAO is to promote, protect and standardize DASH. In the course of our mission, we have received inquiries into how some aspects of DASH are treated under United States law. The purpose of this document is to address the most common of these inquiries and explain how we believe the laws apply to DASH. - +

This is not meant as a legal opinion, and you should consult your own attorneys before relying upon it. However, it is meant to state our position on the law, and how the law should be properly interpreted. One of the most common questions we receive is “ treatment-text-hero: HOW ARE MASTERNODE OPERATORS TREATED UNDER THE U.S. TAX LAWS? diff --git a/assets/img/legal/dash-detailed.png b/assets/img/legal/dash-detailed.png new file mode 100644 index 0000000..58db641 Binary files /dev/null and b/assets/img/legal/dash-detailed.png differ diff --git a/assets/img/legal/im_1.png b/assets/img/legal/im_1.png new file mode 100644 index 0000000..93966d4 Binary files /dev/null and b/assets/img/legal/im_1.png differ diff --git a/assets/img/legal/im_2.png b/assets/img/legal/im_2.png new file mode 100644 index 0000000..1af2af5 Binary files /dev/null and b/assets/img/legal/im_2.png differ diff --git a/assets/img/legal/im_3.png b/assets/img/legal/im_3.png new file mode 100644 index 0000000..5a19339 Binary files /dev/null and b/assets/img/legal/im_3.png differ diff --git a/assets/img/legal/im_4.png b/assets/img/legal/im_4.png new file mode 100644 index 0000000..e82fc28 Binary files /dev/null and b/assets/img/legal/im_4.png differ diff --git a/assets/img/legal/im_5.png b/assets/img/legal/im_5.png new file mode 100644 index 0000000..810cf87 Binary files /dev/null and b/assets/img/legal/im_5.png differ diff --git a/assets/img/legal/im_6.png b/assets/img/legal/im_6.png new file mode 100644 index 0000000..dc9c785 Binary files /dev/null and b/assets/img/legal/im_6.png differ diff --git a/legal/index.html b/legal/index.html index 0863574..844335f 100644 --- a/legal/index.html +++ b/legal/index.html @@ -10,8 +10,8 @@ description: pages.legal.description
-

{% t pages.legal.tax-text %}

-

{% t pages.legal.tax-hero %}

+

{% t pages.legal.tax-text %}

+

{% t pages.legal.tax-hero %}

{% t pages.legal.buy-btn %} {% t pages.legal.spend-btn %} @@ -23,56 +23,56 @@ description: pages.legal.description
-

{% t pages.legal.сogent-heading %}

+

{% t pages.legal.сogent-heading %}

-
    -
  • +
-

{% t pages.legal.criminally-text %}

+

{% t pages.legal.criminally-heading %}

+
{% t pages.legal.criminally-text %}
{% t pages.legal.criminally-btn %}
@@ -90,7 +91,9 @@ description: pages.legal.description

{% t pages.legal.treatment-heading %}

- {% t pages.legal.treatment-text %} +

{% t pages.legal.treatment-text %}

+

{% t pages.legal.treatment-text-hero %}

+ {% t pages.legal.treatment-btn %}
@@ -99,10 +102,10 @@ description: pages.legal.description
- +
-
@@ -111,10 +114,10 @@ description: pages.legal.description
- +
-
diff --git a/src/scss/_junk-drawer.scss b/src/scss/_junk-drawer.scss index c5ed764..09d351d 100755 --- a/src/scss/_junk-drawer.scss +++ b/src/scss/_junk-drawer.scss @@ -500,7 +500,7 @@ a.blog_link { padding: 10px 15px; } .youtube-small{ - min-height: 315px; + min-height: 315px; } .b-mining-section { background-image: url(../../assets/img/mining/masternodes.jpeg); @@ -523,6 +523,18 @@ a.blog_link { } } .big-accent{ - @include font-title-xxlarge(); + @include font-title-xxlarge(); } +.member-list--legal .member{ + @include mq($from: extrasmall) { + width: 50%; + } + @include mq($from: medium) { + width: 33%; + } + &__avatar { + width: 100%; + max-width: 100%; + } +}