minor template updates

This commit is contained in:
Gered 2014-03-30 15:10:34 -04:00
parent 171299159e
commit 51b04737e3
4 changed files with 7 additions and 4 deletions

View file

@ -14,7 +14,7 @@
</div>
<div id="art" class="panel-collapse collapse">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
{% include 'methods/art.html' %}
</div>
</div>
</div>
@ -29,7 +29,7 @@
</div>
<div id="text" class="panel-collapse collapse">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
{% include 'methods/text.html' %}
</div>
</div>
</div>
@ -39,13 +39,13 @@
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-target="#images" href="#images">
Images &nbsp; &ndash;&gt; &nbsp; ASCII
Image &nbsp; &ndash;&gt; &nbsp; ASCII
</a>
</h4>
</div>
<div id="images" class="panel-collapse collapse">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
{% include 'methods/text.html' %}
</div>
</div>
</div>

View file

@ -0,0 +1 @@
<p>TODO: content for "ASCII Art" section</p>

View file

@ -0,0 +1 @@
<p>TODO: content for "Image &ndash;&gt; ASCII" section</p>

View file

@ -0,0 +1 @@
<p>TODO: content for "Text &ndash;&gt; ASCII" section</p>