diff --git a/_i18n/en.yml b/_i18n/en.yml index e555a228..81da4c79 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -235,11 +235,6 @@ downloads: showhash2: and should be treated as canonical, with the signature checked against the appropriate GPG key showhash3: in the source code showhash4: "Two guides are available to guide you through the verification process:" - hardware1: The Monero community has funded a - hardware2: Dedicated Hardware Wallet (Kastelo) - hardware3: which is now in progress. - hardware4: Ledger Nano S and Nano X are supported in Monero CLI, Monero GUI, and Monerujo wallets. - hardware5: Trezor Model T is supported in Monero CLI and Monero GUI wallets. mobilelight1: The following are mobile or light wallets that are deemed safe by respected members of the community. If there is a wallet that is not on here, you can request the community check it out. Go to our mobilelight2: Hangouts mobilelight3: page to see where we are. @@ -254,6 +249,15 @@ downloads: desktop: Desktop antivirus: Antivirus sourcearchive: Source Code (archive) + hwdesc: "Hardware wallets are cryptographically secure devices that help keep your coins safe. Monero is currently supported by Ledger Nano S/X and Trezor Model T." + hwth: Hardware Wallet + hwthmodel: Model(s) + hwthsupported: Wallets + hwthfirm: Min. firmware version + hwnanos: "Nano S: 1.6.1" + hwnanox: "Nano X: 1.2.4-4" + hwtrezor: "2.3.4" + hwmobmodels: "Models that support Monero:" press-kit: intro1: Here you'll find the Monero symbol and logo below. You can choose any size that you want, or download the .ai file to mess with the logo yourself. diff --git a/css/custom.css b/css/custom.css index 4b30f2bb..3353593f 100644 --- a/css/custom.css +++ b/css/custom.css @@ -3200,12 +3200,6 @@ footer { border-bottom: none; } -.downloads a img { - margin-top: 2rem; - border: 2px dotted #ffffff; - padding: 0.5rem; -} - .downloads .full>.info-block { padding: 4rem 5rem; } @@ -3305,7 +3299,8 @@ span.icon-git { border-bottom: none; } -.downloads td img { + +.downloads td img.small { display: inline-block; padding: 0; padding-right: 0.5rem; @@ -3314,6 +3309,16 @@ span.icon-git { vertical-align: middle; } +.downloads .hw ul { + padding-left: 0; +} + +.downloads .hw td img { + display: inline-block; + width: 50%; + vertical-align: middle; +} + .downloads table { width: 100%; margin-top: 1rem; @@ -3328,17 +3333,35 @@ span.icon-git { text-align: left; } +.downloads li a img { + margin-top: 2rem; + border: 2px dotted #ffffff; + padding: 0.5rem; +} + .downloads .mobile-only ul { padding-left: 0; } +.downloads .mobile-only li { + padding-left: 1rem; +} + .downloads .mobile-only img { - width: 60px; display: inline-block; vertical-align: middle; margin-top: 0; } +.downloads .mobile-only img.mob { + width: 60px; +} + +.downloads .hw .mobile-only img { + max-width: 100%; + margin-top: inherit; +} + .mobile-only { display:none; } diff --git a/downloads/index.md b/downloads/index.md index 3d8820f2..861572bb 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -240,25 +240,25 @@ permalink: /downloads/index.html
{% t downloads.hardware1 %} {% t downloads.hardware2 %} {% t downloads.hardware3 %}
- - +{% t downloads.hwdesc %}
+