Create android-alpha

This commit is contained in:
Brinck Slattery 2018-03-30 12:30:57 -04:00 committed by GitHub
parent 397d8f5e02
commit 278579d682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,34 @@
<?php Response::setMetaDescription(__('description.android-alpha')) ?>
<?php Response::setMetaTitle(__('title.android-alpha')) ?>
<?php echo View::render('nav/_header', ['isDark' => true, 'isAbsolute' => true]) ?>
<main>
<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">
<h1 class="cover-title cover-title-tile cover-item--outline">
Ready to start testing?
</h1>
<h3 class="cover-item--outline">
LBRY is looking for alpha testers for our Android app!
</h3>
<div class="spacer1">
<a href="#about" class="btn-primary btn-large">Tell Me More!</a>
</div>
</div>
</div>
<div class="cover cover-light" id="about">
<div class="content content-light content-readable">
<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>Okay. 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>
<?php echo View::render('mail/_subscribeForm', [
'tag' => 'android-alpha',
'submitLabel' => 'Sign me up',
'hideDisclaimer' => true,
'largeInput' => true,
'btnClass' => 'btn-alt btn-large',
]) ?>
</div>
</div>
</main>
<?php echo View::render('nav/_footer') ?>