2022-07-28 11:55:52 +00:00
|
|
|
<section id="bitcoin">
|
|
|
|
|
{% include "components/svg/grid_blend_top.svg" %}
|
|
|
|
|
<div class="subsection">
|
|
|
|
|
<h1>Become Bitcoin</h1>
|
2022-09-14 16:05:58 +00:00
|
|
|
<p>
|
|
|
|
|
<em>Don't trust, verify.</em>
|
2022-09-18 15:37:00 +00:00
|
|
|
<br/>Run a full Bitcoin node to verify transactions and enforce the consensus rules you choose.</p>
|
2022-09-19 21:19:06 +00:00
|
|
|
<a class="btn btn--subtle" target="_blank" href="{{ site.bitcoin.whyRunBitcoinUrl }}">why host a bitcoin node?</a>
|
2022-09-18 15:37:00 +00:00
|
|
|
</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>
|
2022-09-19 21:19:06 +00:00
|
|
|
<a class="btn btn--subtle" target="_blank" href="{{ site.bitcoin.whyRunLightningUrl }}">why host a lightning node?</a>
|
2022-09-18 15:37:00 +00:00
|
|
|
</div>
|
|
|
|
|
<div id="flying-icons">
|
|
|
|
|
{% for service in services %}
|
|
|
|
|
{% for category in service.categories %}
|
|
|
|
|
{% if (category == "bitcoin") or (category == "lightning") or (category == "plebnet-tools") %}
|
|
|
|
|
<img
|
|
|
|
|
class="service-icon service-icon--{{ service.slug }}"
|
2022-10-07 13:37:57 +00:00
|
|
|
src="assets/images/service-icons/{{ service.slug }}.png"
|
2022-09-30 16:02:17 +00:00
|
|
|
alt="{{ service.name }} embassyOS service icon"
|
|
|
|
|
alt="{{ service.name }} embassyOS service icon"/>
|
2022-09-18 15:37:00 +00:00
|
|
|
{% endif %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</div>
|
|
|
|
|
{% include "components/svg/grid_blend_bottom.svg" %}
|
|
|
|
|
</section>
|