Merge pull request #1094 from ceoger/patch-57

Create uganda.php
This commit is contained in:
Julie Sigwart 2019-08-21 07:48:43 -07:00 committed by GitHub
commit 79a60f82cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,26 @@
<?php Response::setMetaDescription(__('Welcome To LBRY Uganda')) ?>
<?php Response::setMetaTitle(__('Welcome To LBRY Uganda Commuity, a place to discover LBRY in Africa')) ?>
<main class="ancillary">
<section class="hero" style="background-image: url(/img/table2.jpg)">
<div class="inner-wrap inner-wrap--center-hero">
<h1>LBRY Uganda Community Welcomes You</h1>
<h3>We're excited to share about LBRY with you!</h3>
</div>
</section>
<section>
<div class="inner-wrap">
<h3>Enter your email address to receive LBRY updates, news, and information for Uganda's LBRYians!</h3>
<p>As an open source project, our development and future relies on our communities around the world, and we're delighted to see our community growing in Uganda. Please enter your email below and we'll give you instructions to redeem the LBC as mentioned by our team.</p>
<?php echo View::render('mail/_subscribeForm', [
'tag' => 'uganda',
'submitLabel' => 'Sign me up',
'hideDisclaimer' => true,
'largeInput' => true,
'btnClass' => 'btn-alt btn-large'
]) ?>
</div>
</section>
</main>