Browse Source

v0.3.3 standardize canonical shared footer/statusbar

main
def 4 weeks ago
parent
commit
95b19e103b
  1. 18
      fragments/footer.html
  2. 14
      fragments/statusbar.html

18
fragments/footer.html

@ -1,16 +1,2 @@
<div class="otb-statusbar">
<div class="otb-statusbar-inner">
<strong>All billing is calculated in 🇨🇦 CAD</strong>
<span class="otb-dot"></span>
<span>Crypto conversions use the <a href="https://monitor.outsidethebox.top" target="_blank" rel="noopener noreferrer">OTB Oracle</a></span>
<span class="otb-dot"></span>
<span>
Methods:
<strong>Credit Card</strong> <span style="opacity:0.7;">(via Square)</span>,
<strong>e-Transfer</strong>,
and <strong>enabled crypto assets</strong>
</span>
</div>
</div>
<script src="__OTB_BRAND_JS__" defer></script>
{% include "includes/otb_statusbar.html" %}
<script src="/static/brand.js" defer></script>

14
fragments/statusbar.html

@ -1,6 +1,14 @@
<div class="otb-statusbar">
<div class="site-container">
<span>Crypto conversions use the <a href="https://monitor.outsidethebox.top" target="_blank">OTB Oracle</a></span>
<span>All pricing in CAD 🇨🇦</span>
<div class="otb-statusbar-inner">
<strong>All billing is calculated in 🇨🇦 CAD</strong>
<span class="otb-dot"></span>
<span>Crypto conversions use the <a href="https://monitor.outsidethebox.top" target="_blank" rel="noopener noreferrer">OTB Oracle</a></span>
<span class="otb-dot"></span>
<span>
Methods:
<strong>Credit Card</strong> <span style="opacity:0.7;">(via Square)</span>,
<strong>e-Transfer</strong>,
and <strong>enabled crypto assets</strong>
</span>
</div>
</div>

Loading…
Cancel
Save