mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
publish page from reilly's slides
This commit is contained in:
parent
9fd609561e
commit
f2ec48bc32
3 changed files with 100 additions and 36 deletions
|
@ -6,7 +6,7 @@
|
|||
<div class="span6">
|
||||
<div class="cover cover-dark cover-dark-grad">
|
||||
<div class="content content-dark content-tile">
|
||||
<h1 class="cover-title cover-title-tile" style="max-width: 660px; margin-left: auto; margin-right: auto;">LBRY in 100 Seconds</h1>
|
||||
<h1 class="cover-title cover-title-tile">LBRY in 100 Seconds</h1>
|
||||
<?php echo View::render('download/_videoIntro') ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,45 +1,106 @@
|
|||
<?php Response::setMetaDescription('Publish your content on the world\'s first platform that leaves creators in control.') ?>
|
||||
<?php Response::setMetaTitle(__('Publish')) ?>
|
||||
<?php echo View::render('nav/_header', ['isDark' => false]) ?>
|
||||
<?php echo View::render('nav/_header', ['isDark' => true, 'isAbsolute' => true]) ?>
|
||||
<main >
|
||||
<div class="content">
|
||||
<h1><?php echo __('Publish') ?></h1>
|
||||
<p>Own or create content? Release your work on LBRY and be ahead of the curve.</p>
|
||||
<div class="cover cover-dark cover-center cover-full" style="background-image:url(/img/cover-home3.jpg)">
|
||||
<h1 class="cover-title" id="art">Publish on LBRY</h1>
|
||||
<div class="cover-subtitle" style="max-width: 550px; text-align: center">
|
||||
<strong>Earn $1,000 and join the next content epoch: the viewer and you, with nobody in between.</strong>
|
||||
</div>
|
||||
<a href="#learn-more" class="btn-alt">Learn More</a>
|
||||
</div>
|
||||
<div class="hero hero-pattern spacer2">
|
||||
<div class="hero-content">
|
||||
<h2 class="hero-title text-center">Publish instantly, everywhere, for free.</h2>
|
||||
<div class="row-fluid hero-tile-row">
|
||||
<div class="span4 hero-tile">
|
||||
<div class="spacer1">
|
||||
<span class="icon-mega icon-cloud"></span>
|
||||
</div>
|
||||
<h3>Global, Robust Distribution</h3>
|
||||
<p>
|
||||
LBRY uses ground-breaking technology to make your content instantly available worldwide,
|
||||
with no ability for us or anyone else to remove or censor your content.
|
||||
</p>
|
||||
<div class="column-fluid" id="learn-more">
|
||||
<div class="span6">
|
||||
<div class="cover cover-light">
|
||||
<div class="content content-light content-tile">
|
||||
<h2 class="cover-title cover-title-tile cover-title-flat">LBRY Premier Publishing Partnerships</h2>
|
||||
<p>LBRY is seeking partners for a brand-new way to publish content online that offers unprecedented benefits to creators.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<h3>More, Better Profit</h3>
|
||||
<p>Any price you charge for content settles near-instantly into an account only you control. You receive 100% of the price. Micro-payments (and free) supported.</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3>Open, Trustworthy Technology</h3>
|
||||
<p>
|
||||
LBRY uses the ground-breaking innovation of the blockchain to leave no one in control of your content except for you (including us!).
|
||||
LBRY is an open-source protocol that is controlled by it's users: we could not change the rules even if want to.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3>Complete Creator Control</h3>
|
||||
<p>Update your content at any time. Change the price. Change the title. Publish, unpublish. You and only you can do this in LBRY.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span4 hero-tile">
|
||||
<div class="spacer1">
|
||||
<span class="icon-mega icon-star"></span>
|
||||
</div>
|
||||
<h3>Creators in Control</h3>
|
||||
<p>Update your content at any time. Change the price. Change the title. Publish, unpublish. You and only you can do this in LBRY.</p>
|
||||
</div>
|
||||
<div class="span4 hero-tile">
|
||||
<div class="spacer1">
|
||||
<span class="icon-money icon-mega"></span>
|
||||
</div>
|
||||
<h3>More, Better Profit</h3>
|
||||
<p>Any price you charge for content settles near-instantly into an account only you control. You receive 100% of the price.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span6">
|
||||
<div class="cover cover-dark cover-dark-grad">
|
||||
<div class="content content-dark content-tile">
|
||||
<h3 class="cover-title cover-title-tile">What is LBRY?</h3>
|
||||
<p>Watch "LBRY in 100 Seconds", an introduction to the wonderful technology of LBRY.</p>
|
||||
<?php echo View::render('download/_videoIntro') ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2 id="publish-form"><?php echo __('Join LBRY') ?></h2>
|
||||
<p>LBRY is currently in alpha testing, preparing for a public release.</p>
|
||||
<div class="hero hero-quote hero-img" style="background-image: url(/img/cover-jcole.jpg)">
|
||||
<div class="hero-content-wrapper">
|
||||
<div class="hero-content">
|
||||
<blockquote>
|
||||
<p>I am a quote that builds confidence in LBRY, because it is from a famous person that signals other prestigious people have made the choice I am currently considering.</p>
|
||||
</blockquote>
|
||||
<cite>Someone at Oscilloscope</cite>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column-fluid" id="how-it-works">
|
||||
<div class="span6">
|
||||
<div class="cover cover-dark cover-dark-grad">
|
||||
<div class="content content-dark content-tile">
|
||||
<h3 class="cover-title cover-title-tile cover-title-flat">How It Works</h3>
|
||||
<ul>
|
||||
<li>Publish five pieces of your original content with the LBRY app.</li>
|
||||
<li>Set any price per view—from zero to dime to dollar—you’re in control.</li>
|
||||
<li>Receive 100% of your list price in real time as it is streamed.</li>
|
||||
<li>Give us feedback and help us make this your video publishing paradise.</li>
|
||||
<li>
|
||||
Receive ~$1,000 for joining*.<br/>
|
||||
<div class="meta">*See <a href="#what-you-get" class="link-primary">What You Get</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span6">
|
||||
<div class="cover cover-light-alt cover-light-alt-grad">
|
||||
<div class="content content-light content-tile">
|
||||
<h3 class="cover-title cover-title-tile cover-title-flat" id="what-you-get" >What You Get</h3>
|
||||
<ul>
|
||||
<li>Premier Partner status. Receive insider access and support for life.</li>
|
||||
<li>Content featured on the LBRY landing screen seen by all users, as well as on our blog, social media, and 100,000 person email list.</li>
|
||||
<li>
|
||||
Receive over $1,000 worth of LBRY credits.
|
||||
<div class="meta">
|
||||
You will receive 1,000 LBRY credits. Credits are yours to save or sell. We make no guarantee of the value of a credit. Current credit price can be seen
|
||||
<a class="link-primary" href="https://bittrex.com/Market/Index?MarketName=BTC-LBC">here</a>.
|
||||
</div>
|
||||
</li>
|
||||
<li>We hold your hand every step of the way while taking none of your revenue.</li>
|
||||
</ul>
|
||||
<h3 class="cover-title cover-title-tile cover-title-flat">What You Give</h3>
|
||||
<ul>
|
||||
<li>Commit to uploading five videos via the LBRY interface (we’ll help you out).</li>
|
||||
<li>Commit at least one social media shout out promoting your availability on LBRY.</li>
|
||||
<li>Sign a custodial agreement (AKA let us promote your content for you!)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content content-readable">
|
||||
<h3>Get In Now</h3>
|
||||
<iframe id="feedback-form-iframe" src="https://docs.google.com/forms/d/17yrFsY1W86N9hfNt1batFbySY-1z-tq0wDjFjXKjgp8/viewform?embedded=true"
|
||||
width="760" height="1200" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
|
||||
</div>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
.cover-subtitle { font-size: 1.2em; }
|
||||
}
|
||||
@media (min-width: $mobile-width-threshold) {
|
||||
.cover-title { font-size: 4.0em; &.cover-title-tile { font-size: 2.8em; } }
|
||||
.cover-title { font-size: 4.0em; &.cover-title-tile { font-size: 2.8em; max-width: 660px; margin-left: auto; margin-right: auto; } }
|
||||
.cover-subtitle { font-size: 1.4em; }
|
||||
}
|
||||
@media (max-width: $max-content-width) and (min-width: $mobile-width-threshold) {
|
||||
|
@ -77,7 +77,10 @@
|
|||
|
||||
.cover-title, .cover-subtitle
|
||||
{
|
||||
text-shadow: 0 0 6px rgba(0,0,0,0.8);
|
||||
&:not(.cover-title-flat)
|
||||
{
|
||||
text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
}
|
||||
.cover-title
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue