mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 06:46:10 +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
|
||||
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
|
||||
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"
|
||||
|
|
|
@ -27,7 +27,8 @@ description: pages.wallets.description
|
|||
<section class="section clearfix">
|
||||
<div class="section__content">
|
||||
<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>
|
||||
<div class="row">
|
||||
{% for wallet in security-wallets %}
|
||||
|
@ -48,23 +49,24 @@ description: pages.wallets.description
|
|||
{% for os-sequence in desktop-os-order-list %}
|
||||
{% for wallet-group in desktop-os-collection %}
|
||||
{% if os-sequence == wallet-group.name %}
|
||||
<li role="tab" {%if forloop.first== true %}class="active" {% endif %}><a data-toggle="pill"
|
||||
href="#{{wallet-group.name}}">
|
||||
{% case wallet-group.name %}
|
||||
{% when 'win64' %}
|
||||
Windows (64bit)
|
||||
{% when 'win32' %}
|
||||
Windows (32bit)
|
||||
{% when 'osx' %}
|
||||
OSX
|
||||
{% when 'linux' %}
|
||||
Linux
|
||||
{% when 'ppa' %}
|
||||
PPA
|
||||
{% else %}
|
||||
Other OS
|
||||
{% endcase %}
|
||||
</a></li>
|
||||
<li role="tab" {%if forloop.first== true %}class="active" {% endif %}>
|
||||
<a data-toggle="pill" href="#{{wallet-group.name}}">
|
||||
{% case wallet-group.name %}
|
||||
{% when 'win64' %}
|
||||
Windows (64bit)
|
||||
{% when 'win32' %}
|
||||
Windows (32bit)
|
||||
{% when 'osx' %}
|
||||
OSX
|
||||
{% when 'linux' %}
|
||||
Linux
|
||||
{% when 'ppa' %}
|
||||
PPA
|
||||
{% else %}
|
||||
Other OS
|
||||
{% endcase %}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
@ -87,17 +89,18 @@ description: pages.wallets.description
|
|||
<p>{% t pages.wallets.wallets-mobile-subtitle %}</p>
|
||||
<ul id="wallet-mobile-os-tabs" class="nav2 nav-tabs " role="">
|
||||
{% for wallet-group in mobile-os-collection %}
|
||||
<li {%if forloop.first== true %}class="active" {% endif %} role="tab"><a data-toggle="pill"
|
||||
href="#{{wallet-group.name}}">
|
||||
{% case wallet-group.name %}
|
||||
{% when 'android' %}
|
||||
Android
|
||||
{% when 'ios' %}
|
||||
iOS
|
||||
{% else %}
|
||||
Other Mobile OS
|
||||
{% endcase %}
|
||||
</a></li>
|
||||
<li {%if forloop.first== true %}class="active" {% endif %} role="tab">
|
||||
<a data-toggle="pill" href="#{{wallet-group.name}}">
|
||||
{% case wallet-group.name %}
|
||||
{% when 'android' %}
|
||||
Android
|
||||
{% when 'ios' %}
|
||||
iOS
|
||||
{% else %}
|
||||
Other Mobile OS
|
||||
{% endcase %}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<div class="tab-content well">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue