diff --git a/view/template/page/learn.php b/view/template/page/learn.php index 72c29d30..056c5c98 100644 --- a/view/template/page/learn.php +++ b/view/template/page/learn.php @@ -6,7 +6,7 @@
-

LBRY in 100 Seconds

+

LBRY in 100 Seconds

diff --git a/view/template/page/publish.php b/view/template/page/publish.php index da6a468b..bba50ade 100644 --- a/view/template/page/publish.php +++ b/view/template/page/publish.php @@ -1,45 +1,106 @@ - false]) ?> + true, 'isAbsolute' => true]) ?>
-
-

-

Own or create content? Release your work on LBRY and be ahead of the curve.

+
+

Publish on LBRY

+
+ Earn $1,000 and join the next content epoch: the viewer and you, with nobody in between. +
+ Learn More
-
-
-

Publish instantly, everywhere, for free.

-
-
-
- -
-

Global, Robust Distribution

-

- 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. -

+
+
+
+
+

LBRY Premier Publishing Partnerships

+

LBRY is seeking partners for a brand-new way to publish content online that offers unprecedented benefits to creators.

+
    +
  • +

    More, Better Profit

    +

    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.

    +
  • +
  • +

    Open, Trustworthy Technology

    +

    + 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. +

    +
  • +
  • +

    Complete Creator Control

    +

    Update your content at any time. Change the price. Change the title. Publish, unpublish. You and only you can do this in LBRY.

    +
  • +
-
-
- -
-

Creators in Control

-

Update your content at any time. Change the price. Change the title. Publish, unpublish. You and only you can do this in LBRY.

-
-
-
- -
-

More, Better Profit

-

Any price you charge for content settles near-instantly into an account only you control. You receive 100% of the price.

+
+
+
+
+
+

What is LBRY?

+

Watch "LBRY in 100 Seconds", an introduction to the wonderful technology of LBRY.

+
-
-

-

LBRY is currently in alpha testing, preparing for a public release.

+
+
+
+
+

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.

+
+ Someone at Oscilloscope +
+
+
+
+
+
+
+

How It Works

+
    +
  • Publish five pieces of your original content with the LBRY app.
  • +
  • Set any price per view—from zero to dime to dollar—you’re in control.
  • +
  • Receive 100% of your list price in real time as it is streamed.
  • +
  • Give us feedback and help us make this your video publishing paradise.
  • +
  • + Receive ~$1,000 for joining*.
    + +
  • +
+
+
+
+
+
+
+

What You Get

+
    +
  • Premier Partner status. Receive insider access and support for life.
  • +
  • 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.
  • +
  • + Receive over $1,000 worth of LBRY credits. +
    + 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 + here. +
    +
  • +
  • We hold your hand every step of the way while taking none of your revenue.
  • +
+

What You Give

+
    +
  • Commit to uploading five videos via the LBRY interface (we’ll help you out).
  • +
  • Commit at least one social media shout out promoting your availability on LBRY.
  • +
  • Sign a custodial agreement (AKA let us promote your content for you!)
  • +
+
+
+
+
+
+

Get In Now

diff --git a/web/scss/_cover.scss b/web/scss/_cover.scss index 15e58c7e..7ee3f17f 100644 --- a/web/scss/_cover.scss +++ b/web/scss/_cover.scss @@ -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 {