lbry.com/view/template/page/reefermadness.php
2018-05-17 09:54:15 -04:00

34 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php Response::setMetaDescription(__('YouTube has Reefer Madness')) ?>
<?php Response::setMetaTitle(__('YouTube is censoring cannabis-related videos. LBRY won\'t.')) ?>
<?php Response::addMetaImage('https://lbry.io/img/greens_mini.jpg') ?>
<?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/greens_mini.jpg)">
<div class="content content-dark text-center">
<h1 class="cover-title cover-title-tile cover-item--outline">
YouTube Has Reefer Madness
</h1>
<h3 class="cover-item--outline">
YouTube is erasing thousands of cannabis-related videos. Have you had enough?
</h3>
</div>
<div class="spacer2 text-center">
<a class="btn-primary btn-large" href="https://lbry.io/youtube">Join our YouTube Partner Program</a>
</div>
</div>
<div class="cover cover-light" id="about">
<div class="content content-light content-readable">
<h3>YouTube is purging drug-related content.</h3>
<p>Over the past few months, YouTube has been <a href="https://www.leafly.com/news/industry/youtube-continues-its-cannabis-purge-and-nobody-knows-why">quietly deleting</a> hundreds of cannabis-related channels. Their vague content rules demand that drug use be “contextualized” (a term without any real definition), which means they get to pick and choose whos allowed to talk about drugs.</p>
<p>Its no surprise that the channels that are disappearing arent exactly household names - a psychonaut with a small audience or budding cannabis chef wont get the benefit of the doubt that Doug Benson or Vice will. </p>
<p>As long as YouTube depends on revenue from advertisers, you can expect to see more and more of these periodic spasms of censorship.</p>
<h3>We can do better.</h3>
<p>At LBRY, we dont want to pick winners and losers. We dont rely on advertisers for revenue. Instead, we make it possible for creators to be compensated directly by their fans.</p>
<p>Ready to get off the YouTube merry go round? Use the link below to join our YouTube Partner Program and mirror your videos to LBRY. </p>
</div>
<div class="spacer2 text-center">
<a class="btn-primary btn-large" href="https://lbry.io/youtube">Join our Partner Program</a>
</div>
</div>
</main>
<?php echo View::render('nav/_footer') ?>