Merge pull request #488 from jsigwart/master

Add pewpewpew
This commit is contained in:
Niko 2018-03-30 00:42:50 -04:00 committed by GitHub
commit 0f34feca6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 3 deletions

View file

@ -6,7 +6,6 @@
# age settings are set to English, and the same label renders as "Assista, Compa
# rtilhe, Ganhe" if the user's settings are set to Portuguese.
#
#
bounty:
list:
@ -20,7 +19,6 @@ description:
home: Meet LBRY, a content sharing and publishing platform that is decentralized and owned by its users.
join: Follow along and receive updates about LBRY via email.
learn: Learn more about LBRY, the technology that puts you back in control of the internet.
meetup: LBRY is looking for ambassadors to spread the word to College campuses and Meetup groups worldwide!
news: Access information and content in ways you never dreamed possible. Earn credits for your unused bandwidth and diskspace.
no-os: Download or install the latest version of LBRY.
press: LBRY Press Kit. Information and media for those who want to report on LBRY.
@ -28,6 +26,7 @@ description:
team: LBRY is founded by a team passionate about connecting producers and consumers and breaking down broken models. Learn more about them.
test: WHAT WHAT
what: Access information and content in ways you never dreamed possible. Earn credits for your unused bandwidth and diskspace.
guns: Don't let big tech companies take your rights
download:
beta: This software is in beta.
creator: Creator? Skip the Line
@ -85,7 +84,6 @@ learn:
explorer: Block Explorer
how: Learn how LBRY will forever improve how we create and share with one another.
join: Join Us
contact: Contact Us
nerd: Nerd Out
rebels: Learn more about the relentless rebels changing the internet.
team: About The Team
@ -250,6 +248,7 @@ title:
refer: Share and Earn
what: "Art in the Internet Age: An Introduction to LBRY"
meetup: Have LBRY Join Your Next Meetup!
guns: LBRY Fights For Free Speech
roadmap:
title: LBRY Roadmap
description: See past and future progress on development of LBRY, the world's first user-controlled digital marketplace.

View file

@ -0,0 +1,21 @@
<?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>Its tough being a gun owner in 2018.</h2>
<p>Thats one of the many reasons were building LBRY for everyone. LBRY is decentralized, which means theres no secret panel that gets to decide what is and isnt acceptable. As long as your videos are legal, theyll 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') ?>

BIN
web/img/firearm.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 KiB