start9-landing/src/_includes/components/landing/bitcoin.njk
2022-07-28 13:55:52 +02:00

14 lines
No EOL
695 B
Text

<section id="bitcoin">
{% include "components/svg/grid_blend_top.svg" %}
<div class="subsection">
<h1>Become Bitcoin</h1>
<p><em>Don't trust, verify.</em><br>Run a full Bitcoin node to verify transactions and enforce the consensus rules you choose.</p>
<a class="btn" href="">why host a bitcoin node?</a>
</div>
<div class="subsection">
<h1>Become Lightning</h1>
<p><em>Not your keys, not your coins.</em><br>Run a Lightning node to take full control and custody over your Bitcoin on Lightning.</p>
<a class="btn" href="">why host a lightning node?</a>
</div>
{% include "components/svg/grid_blend_bottom.svg" %}
</section>