mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Merge pull request #570 from ykris45/patch-5
add LBRY Shop to footer ( ready to merge)
This commit is contained in:
commit
c7f28e858b
2 changed files with 7 additions and 3 deletions
|
@ -10,6 +10,9 @@
|
|||
<a href="/"><?php echo __('nav.home') ?></a>
|
||||
</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">
|
||||
<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"/>
|
||||
|
|
|
@ -39,6 +39,9 @@
|
|||
<div class="spacer1">
|
||||
<a href="/credit-reports" class="link-primary">Credit Reports</a>
|
||||
</div>
|
||||
<div class="spacer1">
|
||||
<a href="https://shop.lbry.io" class="link-primary">LBRY Merchandise Shop</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -51,7 +54,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="span4">
|
||||
<div class="cover cover-dark cover-dark-grad">
|
||||
<div class="content content-dark content-tile">
|
||||
|
@ -62,6 +64,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
<?php echo View::render('nav/_footer') ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue