mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-20 10:09:07 +00:00
Add github id to team page
This commit is contained in:
parent
0a43da23c9
commit
2300c38983
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue