WebsiteDev/_includes/home-power-features.html
2026-06-11 17:42:28 +01:00

59 lines
2.7 KiB
HTML

<div class="uk-section section-power-features">
<div class="uk-container">
<div class="section-home-header">
<h2 class="uk-h1 uk-margin-remove-top">Simple but Powerful</h2>
<p class="uk-text-lead uk-margin-small-top">A wallet that tries to keep it simple, but with a lot of power features</p>
</div>
<div class="power-features-list">
<div class="power-feature-card power-feature-card--neutral">
<div class="uk-grid uk-grid-large uk-flex-middle" data-uk-grid>
<div class="uk-width-1-2@m">
<h3 class="power-feature-title">Watch-only Wallets</h3>
<p class="power-feature-desc">
Use your wallet, but keep your keys out of the device<br>
Connect and use with your Hardware Wallet (PSBTs)<br>
Watch an address or wallet and keep an eye on all transactions
</p>
</div>
<div class="uk-width-1-2@m power-feature-media">
<img src="{{ site.uploads | absolute_url }}/preview-watchonly.png" alt="Watch-only wallet screen in BlueWallet" loading="lazy">
</div>
</div>
</div>
<div class="power-feature-card power-feature-card--accent">
<div class="uk-grid uk-grid-large uk-flex-middle power-feature-grid--reverse-desktop" data-uk-grid>
<div class="uk-width-1-2@m power-feature-text">
<h3 class="power-feature-title">Transaction control</h3>
<p class="power-feature-desc">
Know the estimated time to confirm<br>
Choose to Speed Up or Cancel when Sending<br>
Choose to Speed Up when Receiving
</p>
</div>
<div class="uk-width-1-2@m power-feature-media">
<img src="{{ site.uploads | absolute_url }}/preview-txcontrol.png" alt="Transaction control screen in BlueWallet" loading="lazy">
</div>
</div>
</div>
<div class="power-feature-card power-feature-card--neutral">
<div class="uk-grid uk-grid-large uk-flex-middle" data-uk-grid>
<div class="uk-width-1-2@m">
<h3 class="power-feature-title">Coin Control</h3>
<p class="power-feature-desc">
See, analyze and use your Coins on a beautiful interface<br>
Label your Coins for future reference and granular control<br>
Freeze your Coins to not use specific ones on transactions
</p>
</div>
<div class="uk-width-1-2@m power-feature-media">
<img src="{{ site.uploads | absolute_url }}/preview-coincontrol.png" alt="Coin Control screen in BlueWallet" loading="lazy">
</div>
</div>
</div>
</div>
</div>
</div>