Example #1
0
<?php

NavActions::setNavUri('/learn');
Response::setMetaImage('http://lbry.io/img/cover-team.jpg');
Response::setMetaDescription('LBRY is founded by a team passionate about connecting producers and consumers and breaking down broken models. Learn more about them.');
echo View::render('nav/header', ['isDark' => false]);
?>
<main>
  <div class="content">
    <h1>About Us</h1>
  </div>
  <div class="hero hero-quote hero-img spacer2" style="background-image: url(/img/cover-team.jpg)">
    <div class="hero-content-wrapper">
      <div class="hero-content">
        <blockquote class="blockquote-large">
          <p>LBRY is so simple your Grandma can use it. I’m ready to see blockchain technology become useful for regular people.</p>
        </blockquote>
        <cite>Mike Vine <em>Technology Evangelist</em></cite>
      </div>
    </div>
  </div>
  <div class="content photo-grid spacer2">
    <h2>The Team</h2>
    <div class="row-fluid">
    <div class="span6  spacer2">
      <div class="photo-container">
        <img src="/img/jeremy-644x450.jpg" alt="photo of Jeremy Kauffman"/>
      </div>
        <h4>Jeremy Kauffman <a href="mailto:jeremy@lbry.io" class="link-primary"><span class="icon icon-envelope"></span></a></h4>
        <div class="meta  spacer1">Founder, CEO</div>
        <p>
Example #2
0
<?php

Response::setMetaDescription('Download/install the latest version of LBRY for OS X.');
ob_start();
?>
  <h1>Install LBRY on OS X <span class="icon-apple"></span> (command line)</h1>
  <?php 
echo View::render('get/alphaNotice');
?>
  <p>We are preparing an installer for OS X, in the interim, the most current version of install instructions
    <a href="https://github.com/lbryio/lbry-setup/blob/master/README_OSX.md" class="link-primary">can be found on GitHub</a>.
  </p>
  <a class="btn-primary" href="https://github.com/lbryio/lbry-setup/blob/master/README_OSX.md">View OS X Install Instructions</a>
<?php 
$html = ob_get_clean();
echo View::render('get/get-shared', ['installHtml' => $html]);
Example #3
0
<?php

Response::setMetaDescription('Download or install the latest version of LBRY.');
Response::setMetaTitle(__('Get LBRY'));
echo View::render('nav/header', ['isDark' => false]);
?>
<main class="column-fluid">
  <div class="span6">
    <div class="cover cover-dark cover-dark-grad">
      <div class="content content-dark">
        <div class="meta meta-large">
          <span class="icon-mobile"></span> <span class="icon-windows"></span> <span class="icon-android"></span>
        </div>
        <h1><?php 
echo __('I want LBRY for mobile, Windows, or shudder at the phrase "command line".');
?>
</h1>
        <p class="pflow">LBRY is coming out on your favorite platform soon. Join our list to know when.</p>
        <?php 
echo View::render('mail/joinList', ['submitLabel' => 'Go', 'returnUrl' => '/get', 'listId' => Mailchimp::LIST_GENERAL_ID, 'mergeFields' => ['CLI' => 'No'], 'btnClass' => 'btn-alt']);
?>
      </div>
    </div>
  </div>
  <div class="span6">
    <div class="cover cover-light">
      <div class="content">
        <div class="meta  meta-large">
          <span class="icon-linux"></span> <span class="icon-apple"></span>
        </div>
        <h1><?php 
Example #4
0
<?php

Response::setMetaTitle(__('Join LBRY Email List'));
Response::setMetaDescription(__('Join our email list and receive updates about LBRY via email.'));
echo View::render('nav/header', ['isDark' => false]);
?>
<main>
  <div class="content">
    <div class="row-fluid">
      <div class="span9">
        <h1><?php 
echo __('Join Email List');
?>
</h1>
        <p>
          <?php 
echo __('Join our email list and receive updates about LBRY via email.');
?>
        </p>
        <?php 
echo View::render('mail/joinList', ['submitLabel' => 'Subscribe', 'returnUrl' => '/join-list', 'listId' => Mailchimp::LIST_GENERAL_ID]);
?>
        <div class="meta">
          <?php 
echo __('You will receive 1-2 messages a month, only from LBRY, Inc. and only about LBRY.');
?>
          <?php 
echo __('You can easily unsubscribe at any time.');
?>
        </div>
      </div>
Example #5
0
<?php

Response::setMetaTitle(__('Fund LBRY'));
Response::setMetaDescription('Contribute to the future of LBRY and buy credits for the LBRY network at pre-release prices.');
echo View::render('nav/header', ['isDark' => false]);
?>
<main>
  <div class="cover cover-dark cover-dark-grad">
    <div class="row-fluid">
      <div class="span9 spacer2">
        <?php 
echo View::render('fund/header');
?>
        <h2>TEST TEST TEST TEST TEST - You probably don't want to be here</h2>
        <h3>Current Goal</h3>
        <div class="content content-dark">
          <?php 
echo View::render('fund/currentGoal');
?>
        </div>
        <h3>Select Your Level</h3>
        <?php 
ob_start();
?>
          <ul>
            <li><?php 
echo __('A personal thank you in the source code, recording your contribution for eternity.');
?>
</li>
            <li><?php 
echo __('Early access to LBRY test releases.');
Example #6
0
<?php

NavActions::setNavUri('/learn');
Response::setMetaImage('http://lbry.io/img/xkcd-comic.png');
Response::setMetaDescription('Learn about the inspiration behind LBRY\'s revolutionary content distribution system.');
echo View::render('nav/header', ['isDark' => false]);
?>
<main>
  <div class="content"><h1>Why?</h1></div>
  <div class="hero hero-quote hero-img spacer2" style="background-image: url(/img/cover-jcole.jpg)">
    <div class="hero-content-wrapper">
      <div class="hero-content">
        <blockquote>
          <p>If you made the music, and you made the art, and you put it into the world, I should be able to use it. I'ma pay you, I'ma give you a percentage, but... you was inspired by the world; allow the world to be inspired by your [work] and to use your [work].</p>
        </blockquote>
        <cite>J. Cole, <em><a href="https://www.youtube.com/watch?v=UMCGOAGb4Y0&amp;t=470s">Note to Self</a></em></cite>
      </div>
    </div>
  </div>
  <div class="content spacer2">
    <h3>The World We Live In</h3>
    <p>Annual internet video traffic is approximately 500 exabytes (500,000,000,000 GB)<sup><a href="http://www.cisco.com/c/en/us/solutions/collateral/service-provider/ip-ngn-ip-next-generation-network/white_paper_c11-481360.html">1</a></sup>.
    Every second, over 10,000 hours of video are streamed.
    The technical term for the quantity of videos people watch every year is a million jillion. You know this.</p>

    <p>What you may not know: <em>video distribution is fundamentally flawed</em>.</p>
    <p>
      The fatal flaw of existing systems is their centralized, top-down design. The consequences:
    </p>
    <ol>
      <li><p><strong>Increased costs to consumers.</strong> Providers bear significant infrastructure costs, regulatory and compliance costs,
Example #7
0
<div class="bg-image-full" style="background-image: url(/img/cover-home2.jpg)"></div>
<?php 
Response::setMetaTitle(__('LBRY - Watch, Share, Earn'));
Response::setMetaDescription(__('Learn about LBRY, a peer-to-peer, decentralized content marketplace.'));
echo View::render('nav/header', ['isDark' => true]);
?>
<main class="column-fluid">
  <div class="span12">
    <div class="cover cover-dark">
      <div class="content content-wide content-dark">
        <div class="text-center">
          <h1 class="cover-title">Stream, Share, Earn.</h1>
        </div>
        <?php 
$labels = [__('making history'), __('empowering artists'), __('spreading knowledge'), __('sharing sustainably'), __('protecting speech'), __('building tomorrow'), __('eliminating middlemen'), __('furthering education')];
?>
        <?php 
shuffle($labels);
?>
        <div class="sale-call ">
          <span class="sale-call-verb"><?php 
echo __('Join');
?>
</span>
          <span class="sale-call-total-people"><?php 
echo $totalPeople;
?>
</span>
          <span class="sale-call-prep">others in</span>
          <span class="sale-ctas label-cycle"  data-cycle-interval="5000">
            <span class="sale-cta"><?php 
Example #8
0
<?php

Response::setMetaDescription('Provide feedback on your experience using LBRY.');
Response::setMetaTitle(__('Feedback'));
echo View::render('nav/header', ['isDark' => false]);
?>
<main class="cover-stretch-wrap" >
  <div class="cover cover-dark cover-dark-grad">
    <div class="content-dark content" style="min-height: 100%">
      <div class="row-fluid" style="height: 100%">
        <div class="span9">
          <h1><?php 
echo __('Feedback');
?>
</h1>
          <?php 
echo View::render('get/feedback-prompt');
?>
          <iframe id="feedback-form-iframe" src="https://docs.google.com/forms/d/1zqa5jBYQMmrZO1utoF2Ok9ka-gXzXLDZKXNNoprufC8/viewform?embedded=true"
                  width="760" height="1720" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
        </div>
        <div class="span3">
          <?php 
echo View::render('social/sidebar');
?>
        </div>
      </div>
    </div>
  </div>
</main>
<?php 
Example #9
0
<?php

Response::setMetaDescription('Access information and content in ways you never dreamed possible. Earn credits for your unused bandwidth and diskspace.');
NavActions::setNavUri('/learn');
echo View::render('nav/header', ['isDark' => false]);
?>
<main>
  <div class="content">
    <h1>What is LBRY?</h1>
  </div>
  <div class="hero hero-pattern spacer2">
    <div class="hero-content text-center">
      <h2 class="hero-title">A revolution in accessing and publishing information.</h2>
      <div class="row-fluid hero-tile-row">
        <div class="span4 hero-tile">
          <div class="spacer1">
            <span class="icon-money icon-mega"></span>
          </div>
          <h4>
            <strong>Hosts</strong> earn credits for providing bandwidth and disk space.
          </h4>
        </div>
        <div class="span4 hero-tile">
          <div class="spacer1">
            <span class="icon-mega icon-gears"></span>
          </div>
          <h4>
            <strong>Miners</strong> earn credits for securing balances and metadata.
          </h4>
        </div>
        <div class="span4 hero-tile">