lbry.com/view/template/page/sexed.php
2018-05-17 14:16:10 -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 cold feet when it comes to sex ed')) ?>
<?php Response::setMetaTitle(__('YouTube is censoring sexual education and wellness videos. LBRY won\'t.')) ?>
<?php Response::addMetaImage('https://lbry.io/img/venus.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/darkvenus.jpg)">
<div class="content content-dark text-center">
<h1 class="cover-title cover-title-tile cover-item--outline">
YouTube is Afraid To Talk About Sex
</h1>
<h3 class="cover-item--outline">
They've erased thousands of sexual education and sexual wellness 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 sex ed and sexuality-related content.</h3>
<p>Over the past few months, sex ed, LGBTQ, and other sexuality-related channels <a href="https://broadly.vice.com/en_us/article/9k89wv/sex-ed-vloggers-say-youtube-is-censoring-their-videos">have been disappearing from YouTube</a>. YouTube's vague content rules mean that they get to pick and choose whos allowed to talk about sex.</p>
<p>Its no surprise that the channels that are disappearing arent typically household names - a sex ed guru with a small audience wont get the benefit of the doubt that Dr. Laura or other well-known figures 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') ?>