diff --git a/_compress_images_cache.yml b/_compress_images_cache.yml index a083f28ae..9ebaa9bda 100644 --- a/_compress_images_cache.yml +++ b/_compress_images_cache.yml @@ -2108,3 +2108,6 @@ assets/images/guide/designing-products/personal-finance/emergency-wallet-setup-m assets/images/guide/designing-products/personal-finance/emergency-wallet-setup-mobile@2x.jpg: emergency-wallet-setup-mobile@2x.jpg assets/images/guide/designing-products/personal-finance/emergency-wallet-setup.jpg: emergency-wallet-setup.jpg assets/images/guide/designing-products/personal-finance/emergency-wallet-setup@2x.jpg: emergency-wallet-setup@2x.jpg +assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail@2x.png: manual-backup-print-detail@2x.png +assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail.png: manual-backup-print-detail.png +assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail-full.png: manual-backup-print-detail-full.png diff --git a/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail-full.png b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail-full.png new file mode 100644 index 000000000..286f9331a Binary files /dev/null and b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail-full.png differ diff --git a/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail.png b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail.png new file mode 100644 index 000000000..0f079fafa Binary files /dev/null and b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail.png differ diff --git a/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail@2x.png b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail@2x.png new file mode 100644 index 000000000..358a757f6 Binary files /dev/null and b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail@2x.png differ diff --git a/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-full.png b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-full.png index e167885f1..b59ca656a 100644 Binary files a/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-full.png and b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-full.png differ diff --git a/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print.png b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print.png index 1c8531f83..073a20b7b 100644 Binary files a/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print.png and b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print.png differ diff --git a/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print@2x.png b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print@2x.png index d8b789259..4a0235b9a 100644 Binary files a/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print@2x.png and b/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print@2x.png differ diff --git a/guide/daily-spending-wallet/backup-and-recovery/manual-backup.md b/guide/daily-spending-wallet/backup-and-recovery/manual-backup.md index b74f896fe..171de63e7 100644 --- a/guide/daily-spending-wallet/backup-and-recovery/manual-backup.md +++ b/guide/daily-spending-wallet/backup-and-recovery/manual-backup.md @@ -188,11 +188,27 @@ Note that this wallet explicitly instructs users to number each word (e.g. 1. sa ### Print template +
+ +{% include picture.html + image = "/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail.png" + retina = "/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail@2x.png" + modalImage = "/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail-full.png" + modalImageMobile = "/assets/images/guide/daily-spending-wallet/backup-and-recovery/manual-backup/manual-backup-print-detail@2x.png" + alt-text = "Print backup template" + caption = "The print template, pre-populated with non-sensitive information" + width = 400 + height = 486 + layout = "float-right-desktop" +%} + This wallet also offers the user a printable template they can use to write down their recovery phrase. This can help instill a sense of trust, guidance, and organization (especially if they have multiple wallets). It may also encourage them to treat this designated paper with importance rather than quickly scribbling it down on a random scrap. Here is an example template. +[Printable Template Figma File](https://www.figma.com/file/ljHoASy3tHYy0M4qt4oTPG/Daily-spending-wallet---Printable-template?node-id=0%3A1&t=W7b46LDrd2AbgeMS-1){: .button } + Some non-sensitive data (such as the name of your wallet or the derivation path) could be included pre-filled in the template. An output script descriptor could be included as a QR code to ensure the wallet software knows how to restore the wallet properly. However, the user should always be required to write in sensitive data such as the recovery phrase by hand. -[Printable Template Figma File](https://www.figma.com/community/file/1110806582648546839){: .button } +
{% include image-gallery.html pages = page.images_template %}