Merge pull request #2086 from XRPLF/xrp-overview

adds bitfrost & towo to software wallets. adds keystone and dcent to h…
This commit is contained in:
Aria Keshmiri
2023-08-30 10:08:27 -07:00
committed by GitHub
16 changed files with 72 additions and 13 deletions

View File

@@ -52,7 +52,7 @@
{% if target.lang=="ja" %}
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
{% endif %}
<link href="{{currentpage.prefix}}assets/css/devportal2022-v21.css" rel="stylesheet" />
<link href="{{currentpage.prefix}}assets/css/devportal2022-v22.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />

View File

@@ -152,11 +152,14 @@
<div class="link-section py-26" id="wallets">
<h2 class="h4 h2-sm mb-8">{% trans %}What Wallets Support XRP?{% endtrans %}</h2>
<h5 class="longform mb-10">{% trans %}Digital wallets are pieces of software that allow people to send, receive, and store cryptocurrencies, including XRP. There are two types of digital wallets: hardware and software.{% endtrans %}</h5>
<ul class="nav nav-grid-lg cols-of-4" id="wallets">
<ul class="nav nav-grid-lg cols-of-5" id="wallets">
<li class="nav-item nav-grid-head">
<h6 class="fs-4-5">{% trans %}Software Wallets{% endtrans %}</h6>
</li>
{% set softwallets = [
{ "href": "https://towolabs.com/",
"id": "wallet-towo",
"alt": _("Towo") },
{ "href": "https://xumm.app/",
"id": "wallet-xumm",
"alt": _("Xumm") },
@@ -181,6 +184,14 @@
"id": "wallet-ledger",
"alt": _("Ledger"),
"imgclasses": "invertible-img" },
{ "href": "https://keyst.one/",
"id": "wallet-keystone",
"alt": _("Keystone"),
},
{ "href": "https://dcentwallet.com/?lang=en",
"id": "wallet-dcent",
"alt": _("Dcent"),
},
{ "href": "https://trezor.io/",
"id": "wallet-trezor",
"alt": _("Trezor"),