mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-20 01:19:51 +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,10 +2,11 @@
|
||||||
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.
|
||||||
|
|
||||||
Jeremy is responsible for the packing, presentation, and strategy of LBRY, as well as some design aspects. He is a longtime supporter of decentralized technology and freedom of information.
|
Jeremy is responsible for the packing, presentation, and strategy of LBRY, as well as some design aspects. He is a longtime supporter of decentralized technology and freedom of information.
|
||||||
|
|
||||||
Jeremy founded [TopScore](//usetopscore.com), a startup that processes millions of dollars monthly in event and activity registrations. He also attended [Rensselaer Polytechnic Institute](//rpi.edu), where he received degrees in physics and computer science.
|
Jeremy founded [TopScore](//usetopscore.com), a startup that processes millions of dollars monthly in event and activity registrations. He also attended [Rensselaer Polytechnic Institute](//rpi.edu), where he received degrees in physics and computer science.
|
||||||
|
|
|
@ -8,10 +8,13 @@
|
||||||
<?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">
|
||||||
<?php echo $bioHtml ?>
|
<?php echo $bioHtml ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue