mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 08:51:34 +00:00
21 lines
1.3 KiB
PHP
21 lines
1.3 KiB
PHP
<?php Response::setMetaDescription(__('description.guns')) ?>
|
||
<?php Response::setMetaTitle(__('title.guns')) ?>
|
||
<?php echo View::render('nav/_header', ['isDark' => true, 'isAbsolute' => true]) ?>
|
||
<main>
|
||
<div class="cover cover-dark cover-center cover-full cover--dark-overlay" style="background-image:url(/img/firearm.jpg); min-height: 40vh !important; max-height: 60vh">
|
||
</div>
|
||
<div class="cover cover-light" id="about">
|
||
<div class="content content-light content-readable">
|
||
<h2>It’s tough being a gun owner in 2018.</h2>
|
||
|
||
<p>That’s one of the many reasons we’re building LBRY for everyone. LBRY is decentralized, which means there’s no secret panel that gets to decide what is and isn’t acceptable. As long as your videos are legal, they’ll stay up. If people like your videos, they can tip you immediately right in the app.
|
||
</p>
|
||
|
||
<p>And to those who think they can restrict our free speech? Molṑn labé.</p>
|
||
|
||
<p>You can <a href="/get?src=FA">download the LBRY app here.</a> If you have any questions or need help, <a href="http://chat.lbry.io">join our Discord community.</a></p>
|
||
<div class="text-center"><a href="/get?src=FA" class="btn-primary btn-large">Get LBRY App</a></div>
|
||
</div>
|
||
</div>
|
||
</main>
|
||
<?php echo View::render('nav/_footer') ?>
|