mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Changed for E-Cell presentation
This commit is contained in:
parent
94330fc9da
commit
cdad02b1c5
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
<?php Response::setMetaDescription(__('LBRY is proud to sponsor VIT Vellore\'s DSC Devfest 2018')) ?>
|
<?php Response::setMetaDescription(__('LBRY Welcomes VIT Vellore\'s E-Cell HackerTech 2018')) ?>
|
||||||
<?php Response::setMetaTitle(__('LBRY Welcomes VIT Hackathon Participants')) ?>
|
<?php Response::setMetaTitle(__('LBRY Welcomes VIT Hackathon Participants')) ?>
|
||||||
<?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(/img/devfest.jpg)">
|
<div class="cover cover-dark cover-center cover-full cover--dark-overlay" style="background-image: url(/img/clement-vit.jpg)">
|
||||||
<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 Welcomes Devfest Participants
|
LBRY Welcomes E-Cell HackerTech 2018 Participants
|
||||||
</h1>
|
</h1>
|
||||||
<h3 class="cover-item--outline">We're excited to meet the next generation of problem solvers!
|
<h3 class="cover-item--outline">We're excited to meet the next generation of problem solvers!
|
||||||
</h3>
|
</h3>
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<div class="cover cover-light" id="about">
|
<div class="cover cover-light" id="about">
|
||||||
<div class="content content-light content-readable">
|
<div class="content content-light content-readable">
|
||||||
<h3>Enter your email address to receive LBRY updates, news, and information for India's LBRYians!</h3>
|
<h3>Enter your email address to receive LBRY updates, news, and information for India's LBRYians!</h3>
|
||||||
<p>LBRY is proud to sponsor this year's Devfest Hackathon, and we're excited to work with VIT's Developer Student Clubs. 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. Please enter your email below and we'll give you instructions to redeem the LBC as mentioned by our team.</p>
|
<p>LBRY is proud to be a part of E-Cell's HackerTech 2018, and we're excited to work with VIT's Developer Student Clubs. 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. Please enter your email below and we'll give you instructions to redeem the LBC as mentioned by our team.</p>
|
||||||
<?php echo View::render('mail/_subscribeForm', [
|
<?php echo View::render('mail/_subscribeForm', [
|
||||||
'tag' => 'vit',
|
'tag' => 'vit',
|
||||||
'submitLabel' => 'Sign me up',
|
'submitLabel' => 'Sign me up',
|
||||||
|
|
Loading…
Add table
Reference in a new issue