clarify dev program is off

This commit is contained in:
Jeremy Kauffman 2017-02-20 10:49:48 -05:00 committed by GitHub
parent 3fe4055d52
commit db8201b167

View file

@ -5,6 +5,7 @@
<main > <main >
<div class="content content-light markdown"> <div class="content content-light markdown">
<h1>Developer Program</h1> <h1>Developer Program</h1>
<div class="notice notice-info spacer1">This program is being revamped and will be re-enabled by 2/23.</div>
<p>All developers with a GitHub account prior to January 31st, 2017 are eligible for <?php echo AcquisitionActions::DEVELOPER_REWARD ?> free credits.</p> <p>All developers with a GitHub account prior to January 31st, 2017 are eligible for <?php echo AcquisitionActions::DEVELOPER_REWARD ?> free credits.</p>
<p>To claim your credits, enter a wallet address in the form below and authenticate with GitHub.</p> <p>To claim your credits, enter a wallet address in the form below and authenticate with GitHub.</p>
<p> <p>
@ -28,4 +29,4 @@
</form> </form>
</div> </div>
</main> </main>
<?php echo View::render('nav/_footer') ?> <?php echo View::render('nav/_footer') ?>