mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
button on rubin page example
This commit is contained in:
parent
22e4e350a2
commit
f8fe06c9eb
1 changed files with 11 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue