mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update team.php
This commit is contained in:
parent
2e174fd386
commit
dfade06915
1 changed files with 1 additions and 19 deletions
|
@ -10,24 +10,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<?php $teams = [
|
<p>No one.</p>
|
||||||
"Leadership" => ['jeremy-kauffman', 'alex-grintsvayg', 'josh-finer'],
|
|
||||||
"Tech" => ['lex-berezhny', 'jack-robison', 'victor-shyba', 'brannon-king', 'roy-lee',
|
|
||||||
'jessop-breth'],
|
|
||||||
"Advisory Team" => ['alex-tabarrok', 'ray-carballada', 'stephan-kinsella', 'michael-huemer'],
|
|
||||||
] ?>
|
|
||||||
|
|
||||||
<?php foreach ($teams as $team => $members): ?>
|
|
||||||
<section>
|
|
||||||
<div class="inner-wrap">
|
|
||||||
<h2><?php echo $team ?></h2>
|
|
||||||
</div>
|
|
||||||
<div class="inner-wrap team-members">
|
|
||||||
<?php foreach ($members as $bioSlug): ?>
|
|
||||||
<?php echo View::render('content/_bioCircle', ['slug' => $bioSlug]) ?>
|
|
||||||
<?php endforeach ?>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<?php endforeach ?>
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Reference in a new issue