mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
new homepage copy
This commit is contained in:
parent
167d656219
commit
d18190216c
2 changed files with 14 additions and 3 deletions
|
@ -5,8 +5,11 @@
|
|||
<section class="home__hero">
|
||||
<div class="inner-wrap">
|
||||
<aside class="home__cta">
|
||||
<h1>Your Favorite Content</h1>
|
||||
<?php echo View::render('download/_downloadRow') ?>
|
||||
<div class="home__cta-copy">
|
||||
<h1>It's time to take back control from YouTube and Amazon.</h1>
|
||||
<p><small class="meta">Top creators, self-respecting users, the privacy conscious, computer geeks, freedom lovers, loveable kooks, and readers of small gray text everywhere choose LBRY, because it's open, fair, and free.</small></p>
|
||||
</div>
|
||||
<?php echo View::render('download/_downloadRow') ?>
|
||||
</aside>
|
||||
|
||||
<figure class="home__preview">
|
||||
|
|
|
@ -35,11 +35,12 @@
|
|||
.home__cta {
|
||||
margin-bottom: 1rem;
|
||||
text-align: center;
|
||||
align-self: center;
|
||||
|
||||
h1 {
|
||||
font-size: 2.5rem;
|
||||
font-weight: 200;
|
||||
margin-bottom: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
div {
|
||||
|
@ -51,6 +52,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.home__cta-copy {
|
||||
max-width: 700px;
|
||||
p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.home__hero {
|
||||
flex: 1;
|
||||
padding-top: 4rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue