Added kickstart/donation card to home page

This commit is contained in:
Ascendings 2015-08-30 14:31:22 -04:00
parent aec57d2972
commit 75b5a93086

View File

@ -3,7 +3,7 @@
{% block title %}Home{% endblock %}
{% block content %}
<!-- feat section -->
<!-- featured section -->
<section id="featured" class="row">
<!-- Featured news block -->
<div class="col-sm-6 col-xs-12 news shadow-1">
@ -13,5 +13,13 @@
<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>s
</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 %}