mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 17:31:26 +00:00
add mail helpdesk to footer and learn footer (#861)
This commit is contained in:
parent
b38be07d9b
commit
6221ae78ab
1 changed files with 6 additions and 3 deletions
|
@ -11,14 +11,17 @@
|
|||
</div>
|
||||
<?php echo View::render('nav/_globalItems') ?>
|
||||
<div class="control-item no-label-desktop">
|
||||
<a href="https://shop.lbry.io" target="_blank"><span class="btn-label">LBRY Shop</span> <span class="icon-fw icon-shopping-cart"></span></a>
|
||||
</div>
|
||||
<div class="control-item no-label-desktop">
|
||||
<a href="https://t.me/lbryofficial" target="_blank"><span class="btn-label">Telegram</span> <i class="fab fa-telegram"></i></a>
|
||||
</div>
|
||||
<div class="control-item no-label-desktop">
|
||||
<a href="https://www.instagram.com/lbryio/" target="_blank"><span class="btn-label">Instagram</span> <i class="fab fa-instagram"></i></a>
|
||||
</div>
|
||||
<div class="control-item no-label-desktop">
|
||||
<a href="mailto:hello@lbry.io" target="_blank"><span class="btn-label">Contact Us</span> <span class="icon-fw icon-envelope"></span></a>
|
||||
</div>
|
||||
<div class="control-item no-label-desktop">
|
||||
<a href="https://shop.lbry.io" target="_blank"><span class="btn-label">LBRY Shop</span> <span class="icon-fw icon-shopping-cart"></span></a>
|
||||
</div>
|
||||
<div class="control-item">
|
||||
<a href="https://en.wikipedia.org/wiki/Free_Speech_Flag" class="footer-img-link">
|
||||
<img src="/img/Free-speech-flag.svg" alt="Free Speech Flag" height="30"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue