mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
66 lines
2.3 KiB
PHP
66 lines
2.3 KiB
PHP
<?php Response::setMetaDescription('Why should you publish to LBRY?') ?>
|
|
<?php Response::setMetaTitle(__('LBRY · Why publish your content here?')) ?>
|
|
|
|
<main class="ancillary">
|
|
<section class="hero hero--half-height">
|
|
<div class="inner-wrap inner-wrap--center-hero">
|
|
<h1>Why publish to LBRY?</h1>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="inner-wrap">
|
|
<div class="inline-image-and-text">
|
|
<img
|
|
alt="two-minute proposal"
|
|
class="inline-image"
|
|
src="/img/icon--clock.svg"
|
|
/>
|
|
|
|
<p>What follows is our <strong>two-minute proposal</strong>. Quite frankly, we're a breath of fresh air. Why <em>not</em> try LBRY and see if it works (for you)?</p>
|
|
</div>
|
|
|
|
<div class="inline-image-and-text">
|
|
<p>You might've done some research and rolled your eyes because we're yet <em>another</em> startup using Blockchain™ within our tech stack. Why should you care about that? Well, <strong>utilizing a blockchain allows us to be censorship resistant</strong>.</p>
|
|
|
|
<img
|
|
alt="censorship resistant"
|
|
class="inline-image"
|
|
src="/img/icon--cctv.svg"
|
|
/>
|
|
</div>
|
|
|
|
<div class="inline-image-and-text">
|
|
<img
|
|
alt="open-source"
|
|
class="inline-image"
|
|
src="/img/icon--fork.svg"
|
|
/>
|
|
|
|
<p>The benefits of blockchain + the freedom to be yourself. No middleman required. Honest! <strong>Our tech is open-source</strong> so if you want to self-host, you can easily do so.</p>
|
|
</div>
|
|
|
|
<div class="inline-image-and-text">
|
|
<p>As long as servers exist, so will your content. So, <em>forever</em>. The only thing you have to worry about is content creation and keeping your fans happy.</p>
|
|
|
|
<img
|
|
alt="keep your fans happy"
|
|
class="inline-image"
|
|
src="/img/icon--smile.svg"
|
|
/>
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<div style="margin-top: 2rem; margin-bottom: 3rem; text-align: center;">
|
|
<p>LBRY was created for and <em>continues</em> to be created for you, the creator.<br/>If this sounds good to you, download our app!</p>
|
|
|
|
<a
|
|
class="button button--primary"
|
|
href="/get"
|
|
title="Download our app"
|
|
>Get LBRY</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|