Removed compiled JS from repo; added jake to about page; Fixed Grunt.js config to actually compile SASS
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
{% block content %}
|
||||
<header id="about-header" class="row shadow-1">
|
||||
<div class="col-xs-12">
|
||||
<img class="img-responsive" src="/img/about/halftone.jpg" alt="halftone">
|
||||
<img id="about-header-image" class="img-responsive" src="/img/logo-white.png" alt="halftone">
|
||||
</div>
|
||||
<div class="about-band col-xs-12">
|
||||
<h2>About the Band</h2><br/>
|
||||
@ -43,7 +43,7 @@
|
||||
<div class="caption">
|
||||
<h3>Wyatt Hamilton</h3>
|
||||
<hr />
|
||||
<h4>Lead vocals/Guitar</h4>
|
||||
<h4>Lead Vocals/Guitar</h4>
|
||||
<p>World's "okay-est" guitarist... and we're using "okay" loosely.</p>
|
||||
</div>
|
||||
<a href="#"></a>
|
||||
@ -61,5 +61,17 @@
|
||||
<a href="#"></a>
|
||||
</div>
|
||||
</section>
|
||||
<section class="col-md-6 col-md-offset-3 col-xs-12">
|
||||
<div class="thumbnail shadow-1">
|
||||
<img src="img/about/jake.jpg" alt="Jake the Snake!">
|
||||
<div class="caption">
|
||||
<h3>Jake Lahoff</h3>
|
||||
<hr />
|
||||
<h4>Bass Guitar/Backing Vocals</h4>
|
||||
<p>Taking the bass to the mainstream!</p>
|
||||
</div>
|
||||
<a href="#"></a>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user