Skip to content

Commit

Permalink
document new feature and reposition buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
maxf committed Jan 27, 2014
1 parent 4ab0477 commit 35f3fd6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions excoffizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ <h1 ><img style="vertical-align: middle" src="Textorizer_48x48.png" alt="Textori
</div>

<div id="large_formats_popup" title="Large Formats" style="display:none">
To make larger pictures, copy the text below and email it to max@lapin-bleu.net. Also attach your original picture.<br/><div id="params"></div>
To make larger pictures, copy the text in this window and email it to max@lapin-bleu.net. Also attach your original picture.<br/><div id="params"></div>
</div>

<div id="secondary_panel">
<div class="buttons">
<div style="text-align: center">
<img id="buttons_spinning_wheel" src="spinning_wheel.gif" alt="spinning wheel" style="vertical-align: middle" />
</div>

<button id="large_formats_button">Larger Image</button>
<label>Opacity:</label>
<div id="opacity"></div>
<label>Angle:</label>
Expand All @@ -56,7 +56,6 @@ <h1 ><img style="vertical-align: middle" src="Textorizer_48x48.png" alt="Textori
<label>Ty:</label>
<div id="ty"></div>
</div>
<button id="large_formats_button">Larger Format</button>
</div>
</div>
<canvas id="output_canvas" width="400" height="400" style="display:none"></canvas>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ <h2 id="documentation">Documentation</h2>
<li>Click on <a href="textorizer.html">textorizer</a>, <a href="textorizer2.html">textorizer2</a> or <a href="excoffizer.html">excoffizer</a></li>
<li>Select a picture on your computer</li>
<li>Play with the controls or enter new text, and press preview</li>
<li>Once you've got a picture you like, click on "Make Image". A popup window opens with the result (don't forget to allow popups in your browser) and you can save the image by right clicking and selecting "save image"</li>
</ol>

<p>To make larger images, press the "Larger Image" button to find out how to make a request.</p>

<h2>Source &amp; Licensing</h2>

<p>The source can be browsed on <a href="https://github.com/maxf/textorizer-js">github</a>.</p>
Expand Down
6 changes: 2 additions & 4 deletions textorizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1><img style="vertical-align: middle" src="Textorizer_48x48.png" alt="Textoriz
</div>

<div id="large_formats_popup" title="Large Formats" style="display:none">
To make larger pictures, copy the text below and email it to max@lapin-bleu.net. Also attach your original picture.<br/><div id="params"></div>
To make larger pictures, copy the text in this window and email it to max@lapin-bleu.net. Also attach your original picture.<br/><div id="params"></div>
</div>


Expand All @@ -52,7 +52,7 @@ <h1><img style="vertical-align: middle" src="Textorizer_48x48.png" alt="Textoriz
<label>Text:</label>
<textarea id="text" cols="20" rows="6"></textarea>
<button id="preview_button" onclick="go()">Render</button>

<button id="large_formats_button">Larger Image</button>

<label>Opacity:</label>
<div id="opacity"></div>
Expand All @@ -74,8 +74,6 @@ <h1><img style="vertical-align: middle" src="Textorizer_48x48.png" alt="Textoriz
<option>Times New Roman</option>
</select>

<button id="large_formats_button">Larger Format</button>

</div>
</div>
<canvas id="output_canvas" width="400" height="400" style="display:none"></canvas>
Expand Down
5 changes: 3 additions & 2 deletions textorizer2.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1><img style="vertical-align: middle" src="Textorizer_48x48.png" alt="Textoriz
</div>

<div id="large_formats_popup" title="Large Formats" style="display:none">
To make larger pictures, copy the text below and email it to max@lapin-bleu.net. Also attach your original picture.<br/><div id="params"></div>
To make larger pictures, copy the text in this window and email it to max@lapin-bleu.net. Also attach your original picture.<br/><div id="params"></div>
</div>


Expand All @@ -45,6 +45,7 @@ <h1><img style="vertical-align: middle" src="Textorizer_48x48.png" alt="Textoriz
<label>Text:</label>
<textarea id="text" cols="20" rows="4"></textarea>
<button id="preview_button" onclick="go()">Render</button>
<button id="large_formats_button">Larger Image</button>

<label>Opacity:</label>
<div id="opacity"></div>
Expand All @@ -71,7 +72,7 @@ <h1><img style="vertical-align: middle" src="Textorizer_48x48.png" alt="Textoriz
<option>Helvetica</option>
<option>Times New Roman</option>
</select>
<button id="large_formats_button">Larger Format</button>

</div>
</div>
<canvas id="output_canvas" width="400" height="400" style="display:none"></canvas>
Expand Down

0 comments on commit 35f3fd6

Please sign in to comment.