mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Merged four files
This commit is contained in:
parent
6bc147de51
commit
d3f1ece038
2 changed files with 1 additions and 74 deletions
|
@ -24,7 +24,7 @@ description:
|
||||||
what: Access information and content in ways you never dreamed possible. Earn credits for your unused bandwidth and diskspace.
|
what: Access information and content in ways you never dreamed possible. Earn credits for your unused bandwidth and diskspace.
|
||||||
team: LBRY is founded by a team passionate about connecting producers and consumers and breaking down broken models. Learn more about them.
|
team: LBRY is founded by a team passionate about connecting producers and consumers and breaking down broken models. Learn more about them.
|
||||||
learn: Learn more about LBRY, the technology that puts you back in control of the internet.
|
learn: Learn more about LBRY, the technology that puts you back in control of the internet.
|
||||||
publish: Publish your content on the world\'s first platform that leaves creators in control.
|
publish: Publish your content on the world's first platform that leaves creators in control.
|
||||||
email:
|
email:
|
||||||
disclaimer: You will receive 1-2 messages a month, only from LBRY, Inc. and only about LBRY. You can easily unsubscribe at any time.
|
disclaimer: You will receive 1-2 messages a month, only from LBRY, Inc. and only about LBRY. You can easily unsubscribe at any time.
|
||||||
page:
|
page:
|
||||||
|
|
|
@ -1,73 +0,0 @@
|
||||||
<div class="bg-image-full" style="background-image: url(/img/cover-home2.jpg)"></div>
|
|
||||||
<?php Response::setMetaTitle(__('title.home')) ?>
|
|
||||||
<?php Response::setMetaDescription(__('description.home')) ?>
|
|
||||||
<?php 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">{{global.tagline}}</h1>
|
|
||||||
<h2 class="cover-subtitle" style="max-width: 600px; margin-left: auto; margin-right: auto">{{global.sentence}}</h2>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php /*
|
|
||||||
<?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 number_format($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 echo implode('</span><span class="sale-cta">', $labels) ?></span>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
*/ ?>
|
|
||||||
<div class="control-group spacer2 text-center">
|
|
||||||
<div class="control-item">
|
|
||||||
<a href="/get" class="btn-primary">{{page.home.primary_button}}</a>
|
|
||||||
</div>
|
|
||||||
<div class="control-item">
|
|
||||||
<a href="/learn" class="btn-alt">{{page.home.learn_button}}</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="video" style="margin-bottom: 80px">
|
|
||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/DjouYBEkQPY" frameborder="0" allowfullscreen></iframe>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="content content-dark">
|
|
||||||
<div class="row-fluid">
|
|
||||||
<div class="span4">
|
|
||||||
<h3><?php echo __('Get Updates') ?></h3>
|
|
||||||
<?php echo View::render('mail/_joinList', [
|
|
||||||
'submitLabel' => 'Go',
|
|
||||||
'listId' => Mailchimp::LIST_GENERAL_ID,
|
|
||||||
'mergeFields' => ['CLI' => 'No'],
|
|
||||||
'meta' => true,
|
|
||||||
'returnUrl' => '/',
|
|
||||||
'btnClass' => 'btn-alt'
|
|
||||||
]) ?>
|
|
||||||
</div>
|
|
||||||
<div class="span4 text-center">
|
|
||||||
<div class="fb-page" data-href="https://www.facebook.com/lbryio" data-height="300" data-small-header="false" data-width="300"
|
|
||||||
data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="true">
|
|
||||||
<div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/lbryio"><a href="https://www.facebook.com/lbryio">LBRY</a></blockquote></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="span4 text-center">
|
|
||||||
<a width="300" class="twitter-timeline" href="https://twitter.com/LBRYio" data-widget-id="671104143034073088">{{social.tweets}}</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
Loading…
Add table
Reference in a new issue