mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 20:35:16 +00:00
Create android-alpha
This commit is contained in:
parent
397d8f5e02
commit
278579d682
1 changed files with 34 additions and 0 deletions
34
view/template/page/android-alpha
Normal file
34
view/template/page/android-alpha
Normal 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') ?>
|
Loading…
Add table
Reference in a new issue