website/app/views/home.php

26 lines
1.3 KiB
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>
<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">
2015-09-04 23:12:54 -04:00
<div class="card 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>
2015-08-30 12:34:43 -04:00
{% endblock %}