mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Initial commit
This commit is contained in:
parent
905482cfd8
commit
4fc19aaac1
5 changed files with 31 additions and 3 deletions
|
@ -111,4 +111,4 @@
|
||||||
/feedback: /learn
|
/feedback: /learn
|
||||||
/press-kit.zip: /press-kit
|
/press-kit.zip: /press-kit
|
||||||
/news/tag/events: /roadmap
|
/news/tag/events: /roadmap
|
||||||
/publish: /youtube
|
# /publish: /youtube
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<?php Response::setMetaDescription('LBRY Inc. Privacy Policy') ?>
|
<?php Response::setMetaDescription('LBRY Inc. Privacy Policy') ?>
|
||||||
|
|
||||||
<main class="ancillary">
|
<main class="ancillary">
|
||||||
<section class="hero hereo--half-height">
|
<section class="hero hero--half-height">
|
||||||
<div class="inner-wrap inner-wrap--center-hero">
|
<div class="inner-wrap inner-wrap--center-hero">
|
||||||
<h1>LBRY Inc. Privacy Policy</h1>
|
<h1>LBRY Inc. Privacy Policy</h1>
|
||||||
|
|
||||||
|
|
28
view/template/page/publish.php
Normal file
28
view/template/page/publish.php
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<?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">
|
||||||
|
<h2 id="">Our two-minute proposal</h2>
|
||||||
|
<p>Quite frankly, we're a breath of fresh air. Why <em>not</em> try LBRY and see if it works (for you)?</p>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
<p>The benefits of blockchain + the freedom to be yourself. No middleman required.</p>
|
||||||
|
|
||||||
|
<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 making your fans happy.</p>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img alt="Yerbil loves you. Love the yerbil." src="/img/gerbil-happy.png"/>
|
||||||
|
<figcaption>Yerbil tax</figcaption>
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
|
@ -1 +1 @@
|
||||||
Subproject commit 267c2636eb25038afef79a82f24810f4c5259f44
|
Subproject commit f6c4d5c43949b0ba00b6d91b86ec73039dc9fd01
|
BIN
web/img/gerbil-happy.png
Normal file
BIN
web/img/gerbil-happy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
Loading…
Add table
Reference in a new issue