lbry.com/view/template/download/_social.php
2016-04-28 12:35:36 -04:00

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>