diff --git a/COPYING b/COPYING index 9c77e72d..d2d665f7 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ Various picture files inside the folders listed above are subjected to copyright restrictions. The use of these materials is not permitted unless otherwise specified by their copyright owner. img/brand -img/clients +img/wallets img/screenshots img/faq img/innovation diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index 64d5e80b..f79fd5c1 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -554,7 +554,7 @@ wallets:

{% translate {{platform.text}} %}

screenshot
- {{ wallet[1].title }}{{ wallet[1].titleshort }} + {{ wallet[1].title }}{{ wallet[1].titleshort }} {% endfor %}{% endfor %} @@ -584,7 +584,7 @@ wallets:

{% translate {{platform[1].text}} %}

screenshot
- {{ wallet[1].title }}{{ wallet[1].titleshort }} + {{ wallet[1].title }}{{ wallet[1].titleshort }} {% endfor %}{% endfor %}{% endfor %} diff --git a/img/clients/armory.png b/img/wallets/armory.png similarity index 100% rename from img/clients/armory.png rename to img/wallets/armory.png diff --git a/img/clients/bitcoincore.png b/img/wallets/bitcoincore.png similarity index 100% rename from img/clients/bitcoincore.png rename to img/wallets/bitcoincore.png diff --git a/img/clients/bitcoinwallet.png b/img/wallets/bitcoinwallet.png similarity index 100% rename from img/clients/bitcoinwallet.png rename to img/wallets/bitcoinwallet.png diff --git a/img/clients/bitgo.png b/img/wallets/bitgo.png similarity index 100% rename from img/clients/bitgo.png rename to img/wallets/bitgo.png diff --git a/img/clients/blockchain.png b/img/wallets/blockchain.png similarity index 100% rename from img/clients/blockchain.png rename to img/wallets/blockchain.png diff --git a/img/clients/coinbase.png b/img/wallets/coinbase.png similarity index 100% rename from img/clients/coinbase.png rename to img/wallets/coinbase.png diff --git a/img/clients/coinkite.png b/img/wallets/coinkite.png similarity index 100% rename from img/clients/coinkite.png rename to img/wallets/coinkite.png diff --git a/img/clients/electrum.png b/img/wallets/electrum.png similarity index 100% rename from img/clients/electrum.png rename to img/wallets/electrum.png diff --git a/img/clients/greenaddress.png b/img/wallets/greenaddress.png similarity index 100% rename from img/clients/greenaddress.png rename to img/wallets/greenaddress.png diff --git a/img/clients/hive.png b/img/wallets/hive.png similarity index 100% rename from img/clients/hive.png rename to img/wallets/hive.png diff --git a/img/clients/multibit.png b/img/wallets/multibit.png similarity index 100% rename from img/clients/multibit.png rename to img/wallets/multibit.png diff --git a/img/clients/mycelium.png b/img/wallets/mycelium.png similarity index 100% rename from img/clients/mycelium.png rename to img/wallets/mycelium.png diff --git a/img/clients/xapo.png b/img/wallets/xapo.png similarity index 100% rename from img/clients/xapo.png rename to img/wallets/xapo.png