Add github id to team page

This commit is contained in:
Maxime St-Pierre 2018-01-19 10:24:32 -05:00
parent 0a43da23c9
commit 2300c38983
2 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,7 @@
name: Jeremy Kauffman name: Jeremy Kauffman
role: Founder, Chief Executive Officer role: Founder, Chief Executive Officer
email: jeremy@lbry.io email: jeremy@lbry.io
github: kauffj
--- ---
Jeremy knows how to build and scale a startup starting from day one. He knows how to deliver usable products and get those products in front of the right people. Jeremy knows how to build and scale a startup starting from day one. He knows how to deliver usable products and get those products in front of the right people.

View file

@ -8,6 +8,9 @@
<?php if (isset($email)): ?> <?php if (isset($email)): ?>
<a href="mailto:<?php echo $email ?>" class="link-primary"><span class="icon icon-envelope"></span></a> <a href="mailto:<?php echo $email ?>" class="link-primary"><span class="icon icon-envelope"></span></a>
<?php endif ?> <?php endif ?>
<?php if (isset ($github)): ?>
<a href="https://github.com/<?php echo $github ?>" class="link-primary"><span class="icon icon-github"></span></a>
<?php endif ?>
</h4> </h4>
<div class="meta spacer1"><?php echo $role ?></div> <div class="meta spacer1"><?php echo $role ?></div>
<div class="markdown"> <div class="markdown">