mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-27 02:41:56 +00:00
peripheral heros; jobs page; product section tweaks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="footer__content">
|
||||
<div class="header">
|
||||
<img src="../assets/images/start9_logo.png" alt="">
|
||||
<div class="footer__copyright">© 2022, START9 LABS, INC.</div>
|
||||
<div class="footer__copyright">{{ site.footer.copyright }}</div>
|
||||
<div class="footer__donate">[btcpay widget]</div>
|
||||
</div>
|
||||
<ul class="groups">
|
||||
@@ -20,5 +20,5 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer__canary">{{ canary.text }}</div>
|
||||
<div class="footer__canary">{{ site.footer.canary }}</div>
|
||||
</footer>
|
||||
@@ -5,14 +5,14 @@
|
||||
<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 btn--subtle" target="_blank" href="https://bitcoinmagazine.com/culture/six-reasons-you-should-run-bitcoin-node">why host a bitcoin node?</a>
|
||||
<a class="btn btn--subtle" target="_blank" href="{{ site.bitcoin.whyRunBitcoinUrl }}">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 btn--subtle" target="_blank" href="">why host a lightning node?</a>
|
||||
<a class="btn btn--subtle" target="_blank" href="{{ site.bitcoin.whyRunLightningUrl }}">why host a lightning node?</a>
|
||||
</div>
|
||||
<div id="flying-icons">
|
||||
{% for service in services %}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<section id="products">
|
||||
<div class="subsection">
|
||||
<a class="product product--buy" href="">
|
||||
<a class="product product--buy" href="{{ site.products.buyUrl }}">
|
||||
<img src="../assets/images/buy.png" alt="">
|
||||
<img class="img-shadow" src="../assets/images/buy.png" alt="">
|
||||
<div class="heading">
|
||||
@@ -11,7 +11,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<a class="product product--diy" href="">
|
||||
<a class="product product--diy" href="{{ site.products.diyUrl }}">
|
||||
<img src="../assets/images/diy.png" alt="">
|
||||
<img class="img-shadow" src="../assets/images/diy.png" alt="">
|
||||
<div class="heading">
|
||||
|
||||
Reference in New Issue
Block a user