Robvsmith patch 1 (#521)

* Add Rob to team page
This commit is contained in:
Robert Smith 2018-04-27 13:47:39 -04:00 committed by Thomas Zarebczan
parent 7a1d170669
commit 60a0b0cee8
2 changed files with 14 additions and 1 deletions

12
content/bio/rob-smith.md Normal file
View file

@ -0,0 +1,12 @@
---
name: Rob Smith
role: Product Growth and Marketing
email: rob@lbry.io
twitter: robdoes
github: robvsmith
---
Rob arrived at LBRY via a blockchain conference in where he met some of the team and got to talking about startups, games, and user experience.
His focus is to ensure users get a top notch experience with the LBRY app, both from the product itself and through helpful communication.
Rob loves learning new technology, creating immersive experiences, drumming, and cartooning.

View file

@ -30,7 +30,8 @@
'natalie-mitchell',
'reilly-smith',
'tom-zarebczan',
'brinck-slattery'] as $bioSlug): ?>
'brinck-slattery',
'rob-smith'] as $bioSlug): ?>
<div class="spacer2">
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
</div>