mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Merge pull request #325 from maximest-pierre/feature/add_twitter_to_team_page
Add twitter to team member bio
This commit is contained in:
commit
05b3f92130
2 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
|||
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 didn’t want to end up working on rockets for the government.
|
||||
|
||||
So, he did what many LBRYians have done, and dropped out to focus on coding. His excitement for crypto and open-source projects focused on decentralization, led him to discover LBRY, which he began working on the very same day. His passion for developing intuitive user experiences have been a welcome addition to the team.
|
||||
So, he did what many LBRYians have done, and dropped out to focus on coding. His excitement for crypto and open-source projects focused on decentralization, led him to discover LBRY, which he began working on the very same day. His passion for developing intuitive user experiences have been a welcome addition to the team.
|
||||
|
|
|
@ -8,10 +8,13 @@
|
|||
<?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">
|
||||
<?php echo $bioHtml ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue