mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
7 lines
No EOL
184 B
PHP
7 lines
No EOL
184 B
PHP
<div class="bio-circle">
|
|
<a href="/team/<?php echo $bioSlug ?>">
|
|
<img src="<?php echo $imgSrc ?>" />
|
|
</a>
|
|
<?php echo $name ?><br/>
|
|
<small><?php echo $role ?></small>
|
|
</div>
|