website/app/views/home.php
2015-08-30 14:31:22 -04:00

26 lines
1.3 KiB
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>
<div class="col-sm-6 col-xs-0 notes shadow-1">
<a class="twitter-timeline" href="https://twitter.com/HalftoneBand" data-widget-id="589505830199918592">Tweets by @HalftoneBand</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</section>
<!-- donation/kickstarter section -->
<section id="support-us" class="row">
<div class="col-sm-8 col-xs-12">
<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 %}