mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
A Tidy UP (#546)
Took out periods from lists (not required and looks better without them). Took out commas from the "Join us on" section. They didn't look right.
This commit is contained in:
parent
ac5db1e722
commit
879cd09e20
1 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="cover cover-dark cover-dark-grad">
|
||||
<div class="cover cover-dark cover-dark-grad">
|
||||
<div class="content content-dark">
|
||||
<div class="row-fluid">
|
||||
<div class="span6">
|
||||
|
@ -14,10 +14,10 @@
|
|||
</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/lbryio" target="_blank" class="link-primary"><span class="btn-label">Twitter</span><span class="icon icon-twitter"></span></a>,
|
||||
<a href="https://facebook.com/lbryio" target="_blank" class="link-primary"><span class="btn-label">Facebook</span><span class="icon icon-facebook"></span></a>,
|
||||
<a href="https://reddit.com/r/lbry" target="_blank" class="link-primary"><span class="btn-label">Reddit</span><span class="icon icon-reddit"></span></a>,
|
||||
<li><a href="/list/subscribe" class="link-primary"><?php echo __('email.subscribe') ?></a></li>
|
||||
<li>Join us on <a href="https://twitter.com/lbryio" target="_blank" class="link-primary"><span class="btn-label">Twitter</span><span class="icon icon-twitter"></span></a>
|
||||
<a href="https://facebook.com/lbryio" target="_blank" class="link-primary"><span class="btn-label">Facebook</span><span class="icon icon-facebook"></span></a>
|
||||
<a href="https://reddit.com/r/lbry" target="_blank" class="link-primary"><span class="btn-label">Reddit</span><span class="icon icon-reddit"></span></a>
|
||||
<a href="https://chat.lbry.io" target="_blank" class="link-primary"><span class="btn-label">Discord</span><span class="icon-comments icon-fw"></span></a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -28,13 +28,13 @@
|
|||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<li>Read our <a href="/faq" class="link-primary">Frequently Asked Questions</a></li>
|
||||
<?php endif ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue