mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
add hiring to footer and team page
This commit is contained in:
parent
d7c77e9c08
commit
8a8750409b
2 changed files with 12 additions and 1 deletions
|
@ -16,6 +16,9 @@
|
|||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
<div>
|
||||
<a href="/join-us">LBRY is hiring!</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<?php Response::setMetaDescription('description.team') ?>
|
||||
<?php echo View::render('nav/_header', ['isDark' => false]) ?>
|
||||
<main>
|
||||
<div class="hero hero-quote hero-img spacer2" style="background-image: url(https://spee.ch/@lbryteam/everyone-banner2.jpg)">
|
||||
<div class="hero hero-quote hero-img spacer1" style="background-image: url(https://spee.ch/@lbryteam/everyone-banner2.jpg)">
|
||||
<div class="hero-content-wrapper">
|
||||
<div class="hero-content text-center">
|
||||
<h1 class="cover-title">{{page.team.header}}</h1>
|
||||
|
@ -12,6 +12,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="content spacer2">
|
||||
<div class="meta text-center">
|
||||
Want to join this great group?
|
||||
<a href="/join-us" class="link-primary">See our hiring page</a>.
|
||||
</div>
|
||||
<h2>Leadership</h2>
|
||||
<?php foreach(['jeremy-kauffman', 'alex-grintsvayg'] as $bioSlug): ?>
|
||||
<div class="spacer2">
|
||||
|
@ -42,6 +46,10 @@
|
|||
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
|
||||
</div>
|
||||
<?php endforeach ?>
|
||||
<h2>Join Us!</h2>
|
||||
<p>
|
||||
Our <a href="/join-us" class="link-primary">hiring page</a> contains information about working at LBRY.
|
||||
</p>
|
||||
</div>
|
||||
<?php echo View::render('nav/_learnFooter') ?>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Reference in a new issue