lbry.com/view/template/download/_social.php
2016-05-30 11:15:44 -04:00

15 lines
No EOL
482 B
PHP

<div class="cover cover-light-alt cover-light-alt-grad content content-light">
<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>