button on rubin page example

This commit is contained in:
Jeremy Kauffman 2018-05-03 13:35:34 -04:00
parent 22e4e350a2
commit f8fe06c9eb

View file

@ -11,9 +11,13 @@
</h1>
<h3 class="cover-item--outline">
Brought to you by LBRY
</h3>
</h3>
<div class="spacer1">
<a href="/get?rubin" class="btn-primary btn-large">Try the App</a>
<?php echo View::render('download/_downloadButton', [
'buttonLabel' => "Try the App",
'buttonStyle' => 'primary',
'meta' => false,
])?>
</div>
<div class="meta cover-item--outline">
Desktop only. Mobile coming soon.
@ -29,7 +33,11 @@
<p>Open-source and decentralized, LBRY is shaped entirely by the creators and community who use it. <b>Free speech and censorship-resistance are baked into the design.</b></p>
<p>There are lots of nifty aspects to how LBRY works (pronounced, "library"). </br> Learn from the veteran LBRYians on <a href="https://chat.lbry.io"><u>our Discord</u></a>.</p>
<div class="text-center">
<a href="/get?rubin" class="btn-alt btn-large">Download LBRY</a>
<?php echo View::render('download/_downloadButton', [
'buttonLabel' => "Download LBRY",
'buttonStyle' => 'alt',
'meta' => false
])?>
</div>
</div>
</div>