lbry.com/view/template/nav/_learnFooter.php
2020-08-25 09:13:52 -04:00

49 lines
3.1 KiB
PHP

<div class="cover cover-dark cover-dark-grad">
<div class="content content-dark">
<div class="row-fluid">
<div class="span6">
<h3><?php echo __('publish.next') ?></h3>
<table class="table-layout">
<tr>
<td>
<a href="/get" class="btn-alt btn-full-width"><?php echo __('global.get') ?></a>
</td>
<td>
<?php echo __('publish.abundance') ?>
</td>
</tr>
</table>
<ul>
<li><a href="/list/subscribe" class="link-primary"><?php echo __('email.subscribe') ?></a></li>
<li>Join us on <a href="https://twitter.com/lbrycom" class="link-primary"><span class="btn-label">Twitter</span><span class="icon icon-twitter"></span></a>
<a href="https://facebook.com/lbrycom" class="link-primary"><span class="btn-label">Facebook</span><span class="icon icon-facebook"></span></a>
<a href="https://chat.lbry.com" class="link-primary"><span class="btn-label">Discord</span><span class="icon-comments icon-fw"></span></a>
<a href="https://reddit.com/r/lbry" class="link-primary"><span class="btn-label">Reddit</span><span class="icon-fw icon-reddit"></span></a>
<a href="https://www.instagram.com/lbryio/" class="link-primary"><span class="btn-label">Instagram</span><span class="fab fa-instagram icon-fw"></span></a>
<a href="https://t.me/lbryofficial" class="link-primary"><span class="btn-label">Telegram</span><span class="fab fa-telegram icon-fw"></span></a>
<li>Explore our <a href="https://shop.lbry.com" class="link-primary"><span class="btn-label">LBRY Shop</span><span class="icon-fw icon-shopping-cart"></span></a>
<a href="https://lbry.fund/" class="link-primary"><span class="btn-label">LBRY Community Fund</span><span class="fas fa-hand-holding-usd icon-fw"></span></a>
<a href="/3d-printing" class="link-primary"><span class="btn-label">3D Printing Program</span><span class="icon-fw icon-cube"></span></a>
<a href="https://lbry.tech" class="link-primary"><span class="btn-label">LBRY Technical Resources</span><span class="icon-fw icon-gear"></span></a>
</ul>
</div>
<div class="span6">
<h3><?php echo __('publish.keepl') ?></h3>
<ul>
<?php if (Request::getRelativeUri() != '/what'): ?>
<li>Read "<a href="/what" class="link-primary">Art in the Internet Age</a>", an introductory essay</li>
<?php endif ?>
<?php if (Request::getRelativeUri() != '/team'): ?>
<li>Find out about <a href="/team" class="link-primary">the team behind LBRY</a></li>
<?php endif ?>
<?php if (strpos(Request::getRelativeUri(), ContentActions::URL_NEWS) === false): ?>
<li>Check out the latest <a href="/news" class="link-primary">news</a></li>
<?php endif ?>
<?php if (Request::getRelativeUri()!= '/faq'): ?>
<li>Read our <a href="/faq" class="link-primary">Frequently Asked Questions</a></li>
<?php endif ?>
</ul>
</div>
</div>
</div>
</div>