mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
31 lines
No EOL
1.1 KiB
PHP
31 lines
No EOL
1.1 KiB
PHP
<?php NavActions::setNavUri('/get') ?>
|
|
<?php echo View::render('nav/header', ['isDark' => false]) ?>
|
|
|
|
<main class="column-fluid">
|
|
<div class="span6">
|
|
<div class="cover cover-light content">
|
|
<?php echo $installHtml ?>
|
|
</div>
|
|
</div>
|
|
<div class="span6">
|
|
<?php $reward = CreditApi::getCurrentTestCreditReward() ?>
|
|
<div class="cover cover-dark cover-dark-grad content content-dark">
|
|
<h1>Test and Earn</h1>
|
|
<?php echo View::render('get/feedback-prompt') ?>
|
|
<h3>Test Your Install</h3>
|
|
<ol>
|
|
<li>Double click the app (LBRY will open in your browser)</li>
|
|
<li>Search and stream <code>wonderfullife</code></li>
|
|
<li>Continue to play as you desire</li>
|
|
</ol>
|
|
<h3>Feedback</h3>
|
|
<p>
|
|
In addition to <?php echo i18n::formatCredits($reward) ?>, your feedback will be personally read by the developers and help signal
|
|
interest in LBRY to investors.
|
|
</p>
|
|
<a href="/feedback" class="btn-alt">Provide Your Feedback</a>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<?php echo View::render('nav/footer') ?>
|