mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 08:51:34 +00:00
First revision of College/Meetup page (#349)
* College/Meetup page new revision
This commit is contained in:
parent
c943ed4fc8
commit
6a75031c19
2 changed files with 13 additions and 12 deletions
|
@ -87,6 +87,7 @@ learn:
|
|||
nerd: Nerd Out
|
||||
rebels: Learn more about the relentless rebels changing the internet.
|
||||
team: About The Team
|
||||
meetup: LBRY is looking for ambassadors to spread the word to College campuses and Meetup groups worldwide!
|
||||
nav:
|
||||
get: Get
|
||||
home: Home
|
||||
|
@ -246,6 +247,7 @@ title:
|
|||
publish: Publish
|
||||
refer: Share and Earn
|
||||
what: "Art in the Internet Age: An Introduction to LBRY"
|
||||
meetup: Let LBRY Join Your Group
|
||||
roadmap:
|
||||
title: LBRY Roadmap
|
||||
description: See past and future progress on development of LBRY, the world's first user-controlled digital marketplace.
|
||||
|
|
|
@ -1,30 +1,29 @@
|
|||
<?php Response::setMetaDescription(__('description.learn')) ?>
|
||||
<?php Response::setMetaTitle(__('title.learn')) ?>
|
||||
<?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(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">
|
||||
<h1 class="cover-title cover-title-tile cover-item--outline">
|
||||
LBRY Goes To College
|
||||
Wanna Meet Up?
|
||||
</h1>
|
||||
<h3 class="cover-item--outline">
|
||||
Earn Credits More Valuable<br/>
|
||||
Than Those In The Classroom
|
||||
LBRY is looking for ambassadors to spread the word to College campuses and Meetup groups worldwide!
|
||||
</h3>
|
||||
<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 class="cover cover-light" id="chang">
|
||||
<div class="cover cover-light" id="about">
|
||||
<div class="content content-light content-readable">
|
||||
<h3>What's going on here? Where's Chang's Shirt?</h3>
|
||||
<p>I burned it off and put it on a blockchain.</p>
|
||||
<h3>Okay. But why?</h3>
|
||||
<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' => 'college',
|
||||
'submitLabel' => 'Enroll',
|
||||
'submitLabel' => 'Sign me up',
|
||||
'hideDisclaimer' => true,
|
||||
'largeInput' => true,
|
||||
'btnClass' => 'btn-alt btn-large',
|
||||
|
|
Loading…
Add table
Reference in a new issue