Update team.php

This commit is contained in:
Brinck Slattery 2018-08-21 12:00:10 -04:00 committed by GitHub
parent cab8e9cd04
commit 0950c9f2fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,14 +24,13 @@
<?php endforeach ?>
<h2>Technical</h2>
<?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">
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
</div>
<?php endforeach ?>
<h2>Business</h2>
<?php foreach (['josh-finer',
'reilly-smith',
'tom-zarebczan',
'brinck-slattery',
'rob-smith'] as $bioSlug): ?>