mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
34 lines
2.4 KiB
PHP
34 lines
2.4 KiB
PHP
<?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 who’s allowed to talk about sex.</p>
|
||
<p>It’s no surprise that the channels that are disappearing aren’t typically household names - a sex ed guru with a small audience won’t 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 don’t want to pick winners and losers. We don’t 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') ?>
|