mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
34 lines
1.6 KiB
PHP
34 lines
1.6 KiB
PHP
<?php Response::setMetaDescription(__('description.meetup')) ?>
|
|
<?php Response::setMetaTitle(__('title.meetup')) ?>
|
|
<?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/table2.jpg)">
|
|
<div class="content content-dark text-center">
|
|
<h1 class="cover-title cover-title-tile cover-item--outline">
|
|
Wanna Meet Up?
|
|
</h1>
|
|
<h3 class="cover-item--outline">
|
|
LBRY is looking for ambassadors to spread the word to College campuses and Meetup groups worldwide!
|
|
</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>Interested in bringing LBRY to your local college campus or Meetup group?</h3>
|
|
<p> We're looking for folks to demonstrate our platform and latest technologies. What's in it for you? We'll provide you with LBRY credits for your group, LBRY swag, and presentation resources.</p>
|
|
<h3>Okay. How do I get involved?</h3>
|
|
<p>Enter your email below and we'll tell you more.</p>
|
|
<?php echo View::render('mail/_subscribeForm', [
|
|
'tag' => 'meetup',
|
|
'submitLabel' => 'Sign me up',
|
|
'hideDisclaimer' => true,
|
|
'largeInput' => true,
|
|
'btnClass' => 'btn-alt btn-large',
|
|
]) ?>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<?php echo View::render('nav/_footer') ?>
|