mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
changed homepage slogan
This commit is contained in:
parent
e86146d96a
commit
a76bc6e9b8
2 changed files with 12 additions and 3 deletions
|
@ -7,8 +7,13 @@
|
||||||
<div class="cover cover-dark">
|
<div class="cover cover-dark">
|
||||||
<div class="content content-wide content-dark">
|
<div class="content content-wide content-dark">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h1 class="cover-title">Stream, Share, Earn.</h1>
|
<h1 class="cover-title">Play, Share, Earn.</h1>
|
||||||
|
<h2 class="cover-subtitle" style="max-width: 600px; margin-left: auto; margin-right: auto">
|
||||||
|
Watch, read and play in a decentralized digital library controlled by the community.
|
||||||
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php /*
|
||||||
<?php $labels = [
|
<?php $labels = [
|
||||||
__('making history'),
|
__('making history'),
|
||||||
__('empowering artists'),
|
__('empowering artists'),
|
||||||
|
@ -28,6 +33,7 @@
|
||||||
<span class="sale-cta"><?php echo implode('</span><span class="sale-cta">', $labels) ?></span>
|
<span class="sale-cta"><?php echo implode('</span><span class="sale-cta">', $labels) ?></span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
*/ ?>
|
||||||
<div class="control-group spacer2 text-center">
|
<div class="control-group spacer2 text-center">
|
||||||
<div class="control-item">
|
<div class="control-item">
|
||||||
<a href="/get" class="btn-primary">Get LBRY</a>
|
<a href="/get" class="btn-primary">Get LBRY</a>
|
||||||
|
@ -39,7 +45,9 @@
|
||||||
<div class="video" style="margin-bottom: 80px">
|
<div class="video" style="margin-bottom: 80px">
|
||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/BNtivEJKHxI" frameborder="0" allowfullscreen></iframe>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/BNtivEJKHxI" frameborder="0" allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div class="row-fluid content-constrained">
|
</div>
|
||||||
|
<div class="content content-dark">
|
||||||
|
<div class="row-fluid">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<h3><?php echo __('Get Updates') ?></h3>
|
<h3><?php echo __('Get Updates') ?></h3>
|
||||||
<?php echo View::render('mail/joinList', [
|
<?php echo View::render('mail/joinList', [
|
||||||
|
|
|
@ -22,9 +22,11 @@
|
||||||
@media (max-width: $mobile-width-threshold) {
|
@media (max-width: $mobile-width-threshold) {
|
||||||
.cover { padding: $spacing-vertical $spacing-vertical * 2 / 3; }
|
.cover { padding: $spacing-vertical $spacing-vertical * 2 / 3; }
|
||||||
.cover-title { font-size: 2.8em; margin-bottom: $spacing-vertical; }
|
.cover-title { font-size: 2.8em; margin-bottom: $spacing-vertical; }
|
||||||
|
.cover-subtitle { font-size: 1.2em; }
|
||||||
}
|
}
|
||||||
@media (min-width: $mobile-width-threshold) {
|
@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; } }
|
||||||
|
.cover-subtitle { font-size: 1.4em; }
|
||||||
}
|
}
|
||||||
@media (max-width: $max-content-width) and (min-width: $mobile-width-threshold) {
|
@media (max-width: $max-content-width) and (min-width: $mobile-width-threshold) {
|
||||||
.cover { padding: $spacing-vertical * 1.5 $spacing-vertical * 2; }
|
.cover { padding: $spacing-vertical * 1.5 $spacing-vertical * 2; }
|
||||||
|
@ -84,5 +86,4 @@
|
||||||
.cover-subtitle
|
.cover-subtitle
|
||||||
{
|
{
|
||||||
margin: $spacing-vertical 0 $spacing-vertical;
|
margin: $spacing-vertical 0 $spacing-vertical;
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue