First revision of College/Meetup page (#349)

* College/Meetup page new revision
This commit is contained in:
Julie Sigwart 2018-02-02 09:22:15 -08:00 committed by Thomas Zarebczan
parent c943ed4fc8
commit 6a75031c19
2 changed files with 13 additions and 12 deletions

View file

@ -87,6 +87,7 @@ learn:
nerd: Nerd Out nerd: Nerd Out
rebels: Learn more about the relentless rebels changing the internet. rebels: Learn more about the relentless rebels changing the internet.
team: About The Team team: About The Team
meetup: LBRY is looking for ambassadors to spread the word to College campuses and Meetup groups worldwide!
nav: nav:
get: Get get: Get
home: Home home: Home
@ -246,6 +247,7 @@ title:
publish: Publish publish: Publish
refer: Share and Earn refer: Share and Earn
what: "Art in the Internet Age: An Introduction to LBRY" what: "Art in the Internet Age: An Introduction to LBRY"
meetup: Let LBRY Join Your Group
roadmap: roadmap:
title: LBRY Roadmap title: LBRY Roadmap
description: See past and future progress on development of LBRY, the world's first user-controlled digital marketplace. description: See past and future progress on development of LBRY, the world's first user-controlled digital marketplace.

View file

@ -1,30 +1,29 @@
<?php Response::setMetaDescription(__('description.learn')) ?> <?php Response::setMetaDescription(__('description.meetup')) ?>
<?php Response::setMetaTitle(__('title.learn')) ?> <?php Response::setMetaTitle(__('title.meetup')) ?>
<?php echo View::render('nav/_header', ['isDark' => true, 'isAbsolute' => true]) ?> <?php echo View::render('nav/_header', ['isDark' => true, 'isAbsolute' => true]) ?>
<main> <main>
<div class="cover cover-dark cover-center cover-full cover--dark-overlay" style="background-image:url(https://spee.ch/e/shirtless-chang.jpg)"> <div class="cover cover-dark cover-center cover-full cover--dark-overlay" style="background-color:rgb(74, 175, 152)">
<div class="content content-dark text-center"> <div class="content content-dark text-center">
<h1 class="cover-title cover-title-tile cover-item--outline"> <h1 class="cover-title cover-title-tile cover-item--outline">
LBRY Goes To College Wanna Meet Up?
</h1> </h1>
<h3 class="cover-item--outline"> <h3 class="cover-item--outline">
Earn Credits More Valuable<br/> LBRY is looking for ambassadors to spread the word to College campuses and Meetup groups worldwide!
Than Those In The Classroom
</h3> </h3>
<div class="spacer1"> <div class="spacer1">
<a href="#chang" class="btn-primary btn-large">Put A Shirt On</a> <a href="#about" class="btn-primary btn-large">Tell Me More!</a>
</div> </div>
</div> </div>
</div> </div>
<div class="cover cover-light" id="chang"> <div class="cover cover-light" id="about">
<div class="content content-light content-readable"> <div class="content content-light content-readable">
<h3>What's going on here? Where's Chang's Shirt?</h3> <h3>Interested in bringing LBRY to your local college campus or Meetup group?</h3>
<p>I burned it off and put it on a blockchain.</p> <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. But why?</h3> <h3>Okay. How do I get involved?</h3>
<p>Enter your email below and we'll tell you more.</p> <p>Enter your email below and we'll tell you more.</p>
<?php echo View::render('mail/_subscribeForm', [ <?php echo View::render('mail/_subscribeForm', [
'tag' => 'college', 'tag' => 'college',
'submitLabel' => 'Enroll', 'submitLabel' => 'Sign me up',
'hideDisclaimer' => true, 'hideDisclaimer' => true,
'largeInput' => true, 'largeInput' => true,
'btnClass' => 'btn-alt btn-large', 'btnClass' => 'btn-alt btn-large',