new homepage copy

This commit is contained in:
Jeremy Kauffman 2020-03-10 17:08:37 -04:00
parent 983081467d
commit 55cb4ef437
2 changed files with 14 additions and 3 deletions

View file

@ -5,8 +5,11 @@
<section class="home__hero"> <section class="home__hero">
<div class="inner-wrap"> <div class="inner-wrap">
<aside class="home__cta"> <aside class="home__cta">
<h1>Your Favorite Content</h1> <div class="home__cta-copy">
<?php echo View::render('download/_downloadRow') ?> <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> </aside>
<figure class="home__preview"> <figure class="home__preview">

View file

@ -35,11 +35,12 @@
.home__cta { .home__cta {
margin-bottom: 1rem; margin-bottom: 1rem;
text-align: center; text-align: center;
align-self: center;
h1 { h1 {
font-size: 2.5rem; font-size: 2.5rem;
font-weight: 200; font-weight: 200;
margin-bottom: 2rem; margin-bottom: 1rem;
} }
div { div {
@ -51,6 +52,13 @@
} }
} }
.home__cta-copy {
max-width: 700px;
p {
margin-bottom: 1rem;
}
}
.home__hero { .home__hero {
flex: 1; flex: 1;
padding-top: 4rem; padding-top: 4rem;