mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Added Jaxx ios
This commit is contained in:
parent
2ae83ba2c7
commit
4802810ff2
2 changed files with 55 additions and 29 deletions
|
@ -469,6 +469,29 @@
|
||||||
label: Google Play Download
|
label: Google Play Download
|
||||||
url: "https://play.google.com/store/apps/details?id=com.kryptokit.jaxx"
|
url: "https://play.google.com/store/apps/details?id=com.kryptokit.jaxx"
|
||||||
|
|
||||||
|
- name: Jaxx
|
||||||
|
description: |
|
||||||
|
<p>
|
||||||
|
Jaxx Blockchain Interface & Wallet
|
||||||
|
</p>
|
||||||
|
All keys are created on your local device and never sent to any servers. This means you have full control of your wallet and Jaxx neither holds nor has access to your funds.
|
||||||
|
logo_url: "/assets/img/wallets/jaxx-logo.ico"
|
||||||
|
os: ios
|
||||||
|
type: mobile
|
||||||
|
vendor_id: jaxx
|
||||||
|
vendor_label: Jaxx
|
||||||
|
control_type: semi
|
||||||
|
validation_type: hosted
|
||||||
|
access_type: vendor
|
||||||
|
product_id: jaxx
|
||||||
|
product_label: Jaxx Wallet
|
||||||
|
product_source_label: Github
|
||||||
|
product_source_url: "https://jaxx.io/support.html"
|
||||||
|
links:
|
||||||
|
-
|
||||||
|
label: AppStore
|
||||||
|
url: "https://itunes.apple.com/us/app/jaxx-blockchain-wallet/id1084514516?mt=8"
|
||||||
|
|
||||||
- name: Exodus
|
- name: Exodus
|
||||||
description: Exodus is the first desktop multi-asset wallet with ShapeShift built in. Exodus encrypts private keys and transaction data locally for your eyes only - no accounts, no servers, no data sharing. Track the value of your blockchain asset portfolio, in real time, as market conditions change.
|
description: Exodus is the first desktop multi-asset wallet with ShapeShift built in. Exodus encrypts private keys and transaction data locally for your eyes only - no accounts, no servers, no data sharing. Track the value of your blockchain asset portfolio, in real time, as market conditions change.
|
||||||
logo_url: "/assets/img/wallets/exodus.png"
|
logo_url: "/assets/img/wallets/exodus.png"
|
||||||
|
|
|
@ -27,7 +27,8 @@ description: pages.wallets.description
|
||||||
<section class="section clearfix">
|
<section class="section clearfix">
|
||||||
<div class="section__content">
|
<div class="section__content">
|
||||||
<h3>{% t pages.wallets.wallets-security-header %}</h3>
|
<h3>{% t pages.wallets.wallets-security-header %}</h3>
|
||||||
<p>{% t pages.wallets.wallets-security-subtitle %} <a href="https://www.keepassx.org" target="_blank">keepassx.org</a>
|
<p>{% t pages.wallets.wallets-security-subtitle %}
|
||||||
|
<a href="https://www.keepassx.org" target="_blank">keepassx.org</a>
|
||||||
</p>
|
</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% for wallet in security-wallets %}
|
{% for wallet in security-wallets %}
|
||||||
|
@ -48,23 +49,24 @@ description: pages.wallets.description
|
||||||
{% for os-sequence in desktop-os-order-list %}
|
{% for os-sequence in desktop-os-order-list %}
|
||||||
{% for wallet-group in desktop-os-collection %}
|
{% for wallet-group in desktop-os-collection %}
|
||||||
{% if os-sequence == wallet-group.name %}
|
{% if os-sequence == wallet-group.name %}
|
||||||
<li role="tab" {%if forloop.first== true %}class="active" {% endif %}><a data-toggle="pill"
|
<li role="tab" {%if forloop.first== true %}class="active" {% endif %}>
|
||||||
href="#{{wallet-group.name}}">
|
<a data-toggle="pill" href="#{{wallet-group.name}}">
|
||||||
{% case wallet-group.name %}
|
{% case wallet-group.name %}
|
||||||
{% when 'win64' %}
|
{% when 'win64' %}
|
||||||
Windows (64bit)
|
Windows (64bit)
|
||||||
{% when 'win32' %}
|
{% when 'win32' %}
|
||||||
Windows (32bit)
|
Windows (32bit)
|
||||||
{% when 'osx' %}
|
{% when 'osx' %}
|
||||||
OSX
|
OSX
|
||||||
{% when 'linux' %}
|
{% when 'linux' %}
|
||||||
Linux
|
Linux
|
||||||
{% when 'ppa' %}
|
{% when 'ppa' %}
|
||||||
PPA
|
PPA
|
||||||
{% else %}
|
{% else %}
|
||||||
Other OS
|
Other OS
|
||||||
{% endcase %}
|
{% endcase %}
|
||||||
</a></li>
|
</a>
|
||||||
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -87,17 +89,18 @@ description: pages.wallets.description
|
||||||
<p>{% t pages.wallets.wallets-mobile-subtitle %}</p>
|
<p>{% t pages.wallets.wallets-mobile-subtitle %}</p>
|
||||||
<ul id="wallet-mobile-os-tabs" class="nav2 nav-tabs " role="">
|
<ul id="wallet-mobile-os-tabs" class="nav2 nav-tabs " role="">
|
||||||
{% for wallet-group in mobile-os-collection %}
|
{% for wallet-group in mobile-os-collection %}
|
||||||
<li {%if forloop.first== true %}class="active" {% endif %} role="tab"><a data-toggle="pill"
|
<li {%if forloop.first== true %}class="active" {% endif %} role="tab">
|
||||||
href="#{{wallet-group.name}}">
|
<a data-toggle="pill" href="#{{wallet-group.name}}">
|
||||||
{% case wallet-group.name %}
|
{% case wallet-group.name %}
|
||||||
{% when 'android' %}
|
{% when 'android' %}
|
||||||
Android
|
Android
|
||||||
{% when 'ios' %}
|
{% when 'ios' %}
|
||||||
iOS
|
iOS
|
||||||
{% else %}
|
{% else %}
|
||||||
Other Mobile OS
|
Other Mobile OS
|
||||||
{% endcase %}
|
{% endcase %}
|
||||||
</a></li>
|
</a>
|
||||||
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab-content well">
|
<div class="tab-content well">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue