website/app/views/pages/home.twig

22 lines
920 B
Twig
Executable File

{% extends 'templates/default.twig' %}
{% block title %}Home{% endblock %}
{% block content %}
<!-- featured section -->
<section id="featured" class="row">
<!-- Featured news block -->
<div class="col-sm-6 col-xs-12">
<a href="https://itunes.apple.com/us/album/opting-out-ep/id884330910">
<img class="hover-box shadow-1" src="/img/banner/oo-banner.jpg" alt="Opting Out EP - Now available on iTunes!" />
</a>
</div>
<!-- Donation plea -->
<div class="col-sm-6 col-xs-12 card hover-box 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 %}