mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
18 lines
580 B
PHP
18 lines
580 B
PHP
<?php NavActions::setNavUri('/learn') ?>
|
|
<?php Response::addMetaImage('https://spee.ch/@lbryteam/everyone-banner2.jpg') ?>
|
|
<?php Response::setMetaDescription('description.team') ?>
|
|
|
|
<main class="ancillary">
|
|
<section class="hero" style="background-image: url(https://spee.ch/@lbryteam/everyone-banner2.jpg)">
|
|
<div class="inner-wrap inner-wrap--center-hero">
|
|
<h1>The Team</h1>
|
|
<h2>Teamwork makes the dream work</h2>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<div class="inner-wrap">
|
|
<p>No one works at LBRY Inc. any longer.</p
|
|
</div>
|
|
</section>
|
|
|
|
</main>
|