mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update android-alpha.php
This commit is contained in:
parent
cda6326b4d
commit
0b47ecf633
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
<div class="cover cover-dark cover-center cover-full cover--dark-overlay" style="background-image: url(/img/droid1.jpg)">
|
<div class="cover cover-dark cover-center cover-full cover--dark-overlay" style="background-image: url(/img/droid1.jpg)">
|
||||||
<div class="content content-dark text-center">
|
<div class="content content-dark text-center">
|
||||||
<h1 class="cover-title cover-title-tile cover-item--outline">
|
<h1 class="cover-title cover-title-tile cover-item--outline">
|
||||||
Ready to start testing?
|
Testing... Testing...
|
||||||
</h1>
|
</h1>
|
||||||
<h3 class="cover-item--outline">
|
<h3 class="cover-item--outline">
|
||||||
LBRY is looking for alpha testers for our Android app!
|
LBRY is looking for alpha testers for our Android app!
|
||||||
|
@ -19,11 +19,11 @@
|
||||||
<div class="content content-light content-readable">
|
<div class="content content-light content-readable">
|
||||||
<h3>Want to help build the first ever decentralized, blockchain based media streaming app?</h3>
|
<h3>Want to help build the first ever decentralized, blockchain based media streaming app?</h3>
|
||||||
<p> We're looking for developers who can help us get our Android app ready for prime time.</p>
|
<p> We're looking for developers who can help us get our Android app ready for prime time.</p>
|
||||||
<h3>Okay. How do I get involved?</h3>
|
<h3>How do I get involved?</h3>
|
||||||
<p>Enter your email below and we'll send you everything you need to get started as an alpha tester.</p>
|
<p>Enter your email below and we'll send you everything you need to get started as an alpha tester.</p>
|
||||||
<?php echo View::render('mail/_subscribeForm', [
|
<?php echo View::render('mail/_subscribeForm', [
|
||||||
'tag' => 'android-alpha',
|
'tag' => 'android-alpha',
|
||||||
'submitLabel' => 'Sign me up',
|
'submitLabel' => 'Make Me an Alpha Tester!',
|
||||||
'hideDisclaimer' => true,
|
'hideDisclaimer' => true,
|
||||||
'largeInput' => true,
|
'largeInput' => true,
|
||||||
'btnClass' => 'btn-alt btn-large',
|
'btnClass' => 'btn-alt btn-large',
|
||||||
|
|
Loading…
Add table
Reference in a new issue