mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 08:51:34 +00:00
15 lines
No EOL
443 B
PHP
15 lines
No EOL
443 B
PHP
<div class="<?php echo $cssClasses ?>">
|
|
<h3>Build With Us</h3>
|
|
<div class="row-fluid">
|
|
<div class="span6">
|
|
<h4>Humans</h4>
|
|
<p>Let's create a freer, more creative world.</p>
|
|
<?php echo View::render('social/_list') ?>
|
|
</div>
|
|
<div class="span6">
|
|
<h4>Wanna Be Robots</h4>
|
|
<p>Make with us. All LBRY code is open source.</p>
|
|
<?php echo View::render('social/_listDev') ?>
|
|
</div>
|
|
</div>
|
|
</div>
|