website/app/views/home.php

24 lines
918 B
PHP
Executable File

{% extends 'templates/default.php' %}
{% block title %}Home{% endblock %}
{% block content %}
<!-- featured section -->
<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>
<!-- clearfix column reset for small viewports -->
<div class="clearfix visible-xs-block"></div>
<!-- Donation plea -->
<div class="col-sm-6 col-xs-12 card full-width 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>
{% endblock %}