Skip to content

Commit

Permalink
Add link to Tab Atkins' demo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Nov 21, 2011
1 parent 50f1fc5 commit 1c0458f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion static/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ a{
footer{
border: 0;
margin: 0 auto;
padding: 0 0 35px;
padding: 0 0 25px;
}

#canvas{
Expand Down
8 changes: 4 additions & 4 deletions templates/application.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ <h1>asciifi <small>all the images</small></h1>
<div class="row">
<textarea class="span10 photo" spellcheck=false></textarea>

<div class="span6 controls">
<div class="span6">
<ul class="tabs" data-tabs="tabs">
<li class="active">
<a href="#tools">Tools</a>
<a href="#controls">Controls</a>
</li>
<li>
<a href="#upload">Upload</a>
</li>
</ul>

<div class="tab-content">
<div id="tools" class="active">
<p>Lorem ipsum picture tools</p>
<div id="controls" class="active">
<p>Lorem ipsum picture controls</p>
</div>
<div id="upload">
<p>Use the following buttons to upload pictures from other sites
Expand Down
2 changes: 1 addition & 1 deletion templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="row">
<div class="span-one-third">
<h3>Credit</h3>
{{ lipsum(1, min=10, max=15) }}
<p>This site was directly inspired by Tab Atkins' <a href="http://www.xanthir.com/demos/video/demo3.html">video-to-ascii demo</a>.</p>
</div>
<div class="span-one-third">
<h3>Github</h3>
Expand Down

0 comments on commit 1c0458f

Please sign in to comment.