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
cab8e9cd04
commit
0950c9f2fd
1 changed files with 1 additions and 2 deletions
|
@ -24,14 +24,13 @@
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
<h2>Technical</h2>
|
<h2>Technical</h2>
|
||||||
<?php foreach ([ 'kay-kurokawa', 'jack-robison', 'lex-berezhny',
|
<?php foreach ([ 'kay-kurokawa', 'jack-robison', 'lex-berezhny',
|
||||||
'akinwale-ariwodola', 'sean-yesmunt', 'bill-bittner', 'amit-tulshyan', 'mark-beamer'] as $bioSlug): ?>
|
'akinwale-ariwodola', 'sean-yesmunt', , 'amit-tulshyan', 'mark-beamer'] as $bioSlug): ?>
|
||||||
<div class="spacer2">
|
<div class="spacer2">
|
||||||
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
|
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
<h2>Business</h2>
|
<h2>Business</h2>
|
||||||
<?php foreach (['josh-finer',
|
<?php foreach (['josh-finer',
|
||||||
'reilly-smith',
|
|
||||||
'tom-zarebczan',
|
'tom-zarebczan',
|
||||||
'brinck-slattery',
|
'brinck-slattery',
|
||||||
'rob-smith'] as $bioSlug): ?>
|
'rob-smith'] as $bioSlug): ?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue