Skip to content

Commit

Permalink
Internationalized resources/educators page. Also fixed a typo where t…
Browse files Browse the repository at this point in the history
…he 'P' key still was documented as the 'T' key.
  • Loading branch information
toolness committed Nov 9, 2011
1 parent 8c0df98 commit d06cfb2
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions templates/educators/index.html
Expand Up @@ -5,69 +5,69 @@
{% block content %}
<div id="educators">
<div id="content-header">
<h1>Resources</h1>
Tools for teaching webmaking
<h1>{% trans %}Resources{% endtrans %}</h1>
{% trans %}Tools for teaching webmaking{% endtrans %}
</div>
<div id="kit" class="two-column">
<section>
<h2>The Hacktivity Kit</h2>
<p>Step by step instructions for running your own hack jam. This includes printables,
sample lesson plans, assessment rubrics and cheat sheets. You'll learn how to:</p>
<h2>{% trans %}The Hacktivity Kit{% endtrans %}</h2>
<p>{% trans %}Step by step instructions for running your own hack jam. This includes printables,
sample lesson plans, assessment rubrics and cheat sheets. You'll learn how to:{% endtrans %}</p>
<ul>
<li>prepare for a hack jam</li>
<li>choose a theme and set learning goals</li>
<li>design a lesson plan</li>
<li>a 101 guide to HTML</li>
<li>set up for success</li>
<li>work in teams and co-build</li>
<li>{% trans %}prepare for a hack jam{% endtrans %}</li>
<li>{% trans %}choose a theme and set learning goals{% endtrans %}</li>
<li>{% trans %}design a lesson plan{% endtrans %}</li>
<li>{% trans %}a 101 guide to HTML{% endtrans %}</li>
<li>{% trans %}set up for success{% endtrans %}</li>
<li>{% trans %}work in teams and co-build{% endtrans %}</li>
</ul>
<p>...and more!</p>
<a class="button" href="http://labs.toolness.com/temp/hackasaurus-pdfs/hacktivity_kit.pdf">Download<span class="arrow"></span></a>
<p>{% trans %}...and more!{% endtrans %}</p>
<a class="button" href="http://labs.toolness.com/temp/hackasaurus-pdfs/hacktivity_kit.pdf">{% trans %}Download{% endtrans %}<span class="arrow"></span></a>
</section>
</div>
<div id="slides" class="two-column">
<section>
<h2>Hackasaurus Slides</h2>
<p>An HTML5 remixable slide show. You will learn:</p>
<h2>{% trans %}Hackasaurus Slides{% endtrans %}</h2>
<p>{% trans %}An HTML5 remixable slide show. You will learn:{% endtrans %}</p>
<ul>
<li>what we mean when we say hack</li>
<li>what makes the web unique</li>
<li>how to install the X-Ray Goggles</li>
<li>how to make your first hack</li>
<li>{% trans %}what we mean when we say hack{% endtrans %}</li>
<li>{% trans %}what makes the web unique{% endtrans %}</li>
<li>{% trans %}how to install the X-Ray Goggles{% endtrans %}</li>
<li>{% trans %}how to make your first hack{% endtrans %}</li>
</ul>
<a class="button" href="http://htmlpad.org/hackasaurus-presentation-01/">Play Slide Show<span class="arrow"></span></a>
<a class="button" href="http://htmlpad.org/hackasaurus-presentation-01/">{% trans %}Play Slide Show{% endtrans %}<span class="arrow"></span></a>
</section>
</div>
<div id="checklist" class="two-column">
<section>
<h2>I.T. Checklist</h2>
<h2>{% trans %}I.T. Checklist{% endtrans %}</h2>
<ul>
<li>stable internet connection</li>
<li>laptops or PC's for participants</li>
<li>most up-to-date version of Firefox, Opera, Chrome or Safari browsers</li>
<li>X-Ray Goggles bookmarklets installed</li>
<li>projector set up for participation</li>
<li>{% trans %}stable internet connection{% endtrans %}</li>
<li>{% trans %}laptops or PC's for participants{% endtrans %}</li>
<li>{% trans %}most up-to-date version of Firefox, Opera, Chrome or Safari browsers{% endtrans %}</li>
<li>{% trans %}X-Ray Goggles bookmarklets installed{% endtrans %}</li>
<li>{% trans %}projector set up for participation{% endtrans %}</li>
</ul>
<p>For a more detailed checklist, download the pdf below.</p>
<a class="button" href="http://labs.toolness.com/temp/hackasaurus-pdfs/it_checklist.pdf">Download PDF<span class="arrow"></span></a>
<p>{% trans %}For a more detailed checklist, download the PDF below.{% endtrans %}</p>
<a class="button" href="http://labs.toolness.com/temp/hackasaurus-pdfs/it_checklist.pdf">{% trans %}Download PDF{% endtrans %}<span class="arrow"></span></a>
</section>
</div>
<div id="cheatsheet" class="two-column">
<section>
<h2>X-Ray Goggles Cheat Sheet</h2>
<p>A quick reference printable for the X-Ray Goggles tool, highlighted hot keys:</p>
<h2>{% trans %}X-Ray Goggles Cheat Sheet{% endtrans %}</h2>
<p>{% trans %}A quick reference printable for the X-Ray Goggles tool, highlighted hot keys:{% endtrans %}</p>
<ul>
<li>R - remix an element</li>
<li>I - inspect an element</li>
<li>T - tear out the code to share your hacks</li>
<li>ESC - deactivate the goggles</li>
<li>◀ - Undo</li>
<li>▶ - Redo</li>
<li>▲ - Ascend to parent element</li>
<li>▼ - Descend from parent element</li>
<li>Delete or Backspace - delete an element</li>
<li>R - {% trans %}remix an element{% endtrans %}</li>
<li>I - {% trans %}inspect an element{% endtrans %}</li>
<li>P - {% trans %}publish your hack{% endtrans %}</li>
<li>{% trans %}ESC{% endtrans %} - {% trans %}deactivate the goggles{% endtrans %}</li>
<li>◀ - {% trans %}Undo{% endtrans %}</li>
<li>▶ - {% trans %}Redo{% endtrans %}</li>
<li>▲ - {% trans %}Ascend to parent element{% endtrans %}</li>
<li>▼ - {% trans %}Descend from parent element{% endtrans %}</li>
<li>{% trans %}Delete{% endtrans %}/{% trans %}Backspace{% endtrans %} - {% trans %}delete an element{% endtrans %}</li>
</ul>
<a class="button" href="http://labs.toolness.com/temp/hackasaurus-pdfs/goggles_cheatsheet.pdf">Download PDF<span class="arrow"></span></a>
<a class="button" href="http://labs.toolness.com/temp/hackasaurus-pdfs/goggles_cheatsheet.pdf">{% trans %}Download PDF{% endtrans %}<span class="arrow"></span></a>
</section>
</div>
</div>
Expand Down

0 comments on commit d06cfb2

Please sign in to comment.