mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 17:31:26 +00:00
Create lpu.php
This commit is contained in:
parent
0bac9d5808
commit
c53d93f0b1
1 changed files with 33 additions and 0 deletions
33
view/template/page/lpu.php
Normal file
33
view/template/page/lpu.php
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?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">
|
||||
Welcome LPU Blockchain Meetup Attendees
|
||||
</h1>
|
||||
<h3 class="cover-item--outline">
|
||||
Thank you for your interest in LBRY.
|
||||
</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>LBRY is a free, open, and community-run digital marketplace.</h3>
|
||||
<p>Please sign up to learn more about LBRY, get free LBC, and see how you can use and develop on the LBRy protocol.</p>
|
||||
<p>Enter your email below and we'll tell you more.</p>
|
||||
<?php echo View::render('mail/_subscribeForm', [
|
||||
'tag' => 'lpu',
|
||||
'submitLabel' => 'Sign me up',
|
||||
'hideDisclaimer' => true,
|
||||
'largeInput' => true,
|
||||
'btnClass' => 'btn-alt btn-large',
|
||||
]) ?>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<?php echo View::render('nav/_footer') ?>
|
Loading…
Add table
Reference in a new issue