lbry.com/view/template/page/android-alpha.php
ポール ウェッブ 87d594469f Redesign
2019-04-05 16:19:51 -05:00

29 lines
1.2 KiB
PHP

<?php Response::setMetaDescription(__('description.android-alpha')) ?>
<?php Response::setMetaTitle(__('title.android-alpha')) ?>
<main class="ancillary">
<section class="hero" style="background-image: url(/img/droid1.jpg)">
<div class="inner-wrap inner-wrap--center-hero">
<h1>Testing... Testing...</h1>
<h3>LBRY needs alpha testers for our Android app!</h3>
</div>
</section>
<section>
<div class="inner-wrap">
<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>
<h3>How do I get involved?</h3>
<p>Enter your email below. We'll put you in our testing queue (please note that you will <b>not</b> receive an email right away) and send you everything you need to get started when you reach the top.</p>
<?php echo View::render('mail/_subscribeForm', [
'tag' => 'android-alpha',
'submitLabel' => 'Make Me an Alpha Tester!',
'hideDisclaimer' => true,
'largeInput' => true,
'btnClass' => 'btn-alt btn-large'
]) ?>
</div>
</section>
</main>