Add twitter to team page

This commit is contained in:
Maxime St-Pierre 2018-01-19 08:45:06 -05:00
parent 0a43da23c9
commit 4a0a3286b1
2 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,7 @@
name: Sean Yesmunt
role: App Developer
email: sean@lbry.io
twitter: seanyesmunt
---
Sean is a recent addition to the LBRY team who has hit the ground running with serious contributions to the project as an app engineer focused on user experience (he spends his time making the LBRY app easier to use). Sean was part way through an Aerospace Engineering degree at Penn State, when he decided he didnt want to end up working on rockets for the government.

View file

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