Skip to content

Commit

Permalink
Add turtleSpaces link
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Apr 16, 2021
1 parent 8d95742 commit ef06857
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<div id="topbar" class="panel">
<h1 data-l10n-id="tl-title">Logo Interpreter</h1>
<p id="topbar-links">
<a data-l10n-id="tl-tests" target="_blank" href="tests.html?noglobals">Tests</a>
| <a data-l10n-id="tl-source" target="_blank" href="https://github.com/inexorabletash/jslogo">Source</a>
<a data-l10n-id="tl-tests" target=_blank href="tests.html?noglobals">Tests</a>
| <a data-l10n-id="tl-source" target=_blank href="https://github.com/inexorabletash/jslogo">Source</a>
| <a title="Collaborate with TogetherJS" href="#" data-l10n-id="start-togetherjs" onclick="TogetherJS(); return false">Collaborate</a>
| <select id="select-lang"></select>
</p>
<p id="topbar-altlinks">
<a target="_blank" href="language.html" data-l10n-id="tl-reference">Reference</a>
<a target=_blank href="language.html" data-l10n-id="tl-reference">Reference</a>
</p>
</div>

Expand Down Expand Up @@ -105,28 +105,28 @@ <h1 data-l10n-id="tl-title">Logo Interpreter</h1>
<div class="choice" id="links" dir="ltr">

<ul>
<li><a target="_blank" href="https://en.wikipedia.org/wiki/Logo_(programming_language)">Logo</a> according to Wikipedia
<li><a target="_blank" href="https://utdallas.edu/~veerasam/logo/">UT Dallas LOGO Workshop</a> - fun examples to try
<li><a target=_blank href="https://en.wikipedia.org/wiki/Logo_(programming_language)">Logo</a> according to Wikipedia
<li><a target=_blank href="https://utdallas.edu/~veerasam/logo/">UT Dallas LOGO Workshop</a> - fun examples to try
<li>Other Web-based Logos:
<ul>
<li><a target="_blank" href="http://logo.twentygototen.org/_REo_2F2">papert - logo in your browser</a>
<li><a target="_blank" href="https://github.com/drj11/curlylogo" data-old-href="http://www.amberfrog.com/logo/">Curly Logo</a> (uses SVG).
<li><a target="_blank" href="https://blog.heroku.com/archives/2011/4/1/announcing_heroku_for_logo">Heroku for Logo</a> - based on Logo; launched April 1st, 2011
<li><a target="_blank" href="https://turtleacademy.com/">Turtle Academy</a> - The easy way to learn programming
<li><a target=_blank href="https://turtlespaces.org">turtleSpaces</a>
<li><a target=_blank href="http://logo.twentygototen.org/_REo_2F2">papert - logo in your browser</a>
<li><a target=_blank href="https://github.com/drj11/curlylogo" data-old-href="http://www.amberfrog.com/logo/">Curly Logo</a> (uses SVG).
<li><a target=_blank href="https://blog.heroku.com/archives/2011/4/1/announcing_heroku_for_logo">Heroku for Logo</a> - based on Logo; launched April 1st, 2011
<li><a target=_blank href="https://turtleacademy.com/">Turtle Academy</a> - The easy way to learn programming
</ul>
<li><a target="_blank" href="http://el.media.mit.edu/logo-foundation/">The Logo Foundation</a> with links to learning resources and software
<li><a target="_blank" href="https://www.cs.berkeley.edu/~bh/logo.html">Berkeley Logo (UCBLogo)</a> is a well respected freeware interpreter
<li><a target="_blank" href="http://blog.ianbicking.org/2007/10/19/logo/">Ian Bicking on Logo</a>
<li><a target="_blank" href="http://pylogo.sourceforge.net/">PyLogo</a> is a sweet interpreter in Python
<li><a target="_blank" href="http://guyhaas.com/bfoit/itp/">Introduction to Computer Programming</a> using Logo
<li><a target="_blank" href="http://groups.yahoo.com/group/LogoForum/">LogoForum</a> - a group for Logo programming discussions
<li><a target=_blank href="http://el.media.mit.edu/logo-foundation/">The Logo Foundation</a> with links to learning resources and software
<li><a target=_blank href="https://www.cs.berkeley.edu/~bh/logo.html">Berkeley Logo (UCBLogo)</a> is a well respected freeware interpreter
<li><a target=_blank href="http://blog.ianbicking.org/2007/10/19/logo/">Ian Bicking on Logo</a>
<li><a target=_blank href="http://pylogo.sourceforge.net/">PyLogo</a> is a sweet interpreter in Python
<li><a target=_blank href="http://guyhaas.com/bfoit/itp/">Introduction to Computer Programming</a> using Logo
</ul>
<p style="margin-top: 2em;">
By <a href="mailto:[email protected]">Joshua Bell</a> and other
<a target="_blank" href="https://github.com/inexorabletash/jslogo/graphs/contributors">contributors</a>.
<a target=_blank href="https://github.com/inexorabletash/jslogo/graphs/contributors">contributors</a>.
</p>
<p style="margin-top: 2em;">
Syntax Highlighting by <a target="_blank" href="https://codemirror.net">CodeMirror</a>.
Syntax Highlighting by <a target=_blank href="https://codemirror.net">CodeMirror</a>.
</p>
</div>
<div class="choice" id="extras">
Expand Down

0 comments on commit ef06857

Please sign in to comment.