mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
26 lines
1 KiB
PHP
26 lines
1 KiB
PHP
<?php Response::setMetaDescription(__('LBRY Welcomes AASI Jaipur Chapter')) ?>
|
|
<?php Response::setMetaTitle(__('LBRY Welcomes Blockchain Enthusiasts')) ?>
|
|
|
|
<main class="ancillary">
|
|
<section class="hero" style="background-image: url(/img/bangalore.jpg)">
|
|
<div class="inner-wrap inner-wrap--center-hero">
|
|
<h1>LBRY Welcomes You To The Blockchain Workshop</h1>
|
|
<h3>We're excited to share LBRY with you!</h3>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="inner-wrap">
|
|
<h3>Enter your email address to receive LBRY updates, news, and information for India'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 India.</p>
|
|
|
|
<?php echo View::render('mail/_subscribeForm', [
|
|
'tag' => 'aasi',
|
|
'submitLabel' => 'Sign me up',
|
|
'hideDisclaimer' => true,
|
|
'largeInput' => true,
|
|
'btnClass' => 'btn-alt btn-large',
|
|
]) ?>
|
|
</div>
|
|
</section>
|
|
</main>
|