website/app/views/home.php

19 lines
779 B
PHP
Raw Normal View History

2015-08-30 12:34:43 -04:00
{% extends 'templates/default.php' %}
{% block title %}Home{% endblock %}
{% block content %}
<!-- featured section -->
2015-08-30 12:34:43 -04:00
<section id="featured" class="row">
<!-- Featured news block -->
<div class="col-sm-6 col-xs-12 news shadow-1">
<a href="https://itunes.apple.com/us/album/opting-out-ep/id884330910">
</a>
</div>
2015-09-05 00:48:42 -04:00
<div class="col-sm-6 col-xs-12 card shadow-1">
<p>Since we are a local band, we do not exactly have lots of cash to throw at recording our stuff, taking ourselves to gigs, and whatever other expenses come up. We run off of the support from our fans, friends and family, and would greatly appreciate any help you guys can give us!</p>
<!--<p>You can support us <a href="">at kickstarter</a> today!</p>-->
</div>
</section>
2015-08-30 12:34:43 -04:00
{% endblock %}