Skip to content

Commit

Permalink
added contributor page and moved resources to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrasaurus committed Jun 2, 2009
1 parent 4844b62 commit 65f7514
Show file tree
Hide file tree
Showing 9 changed files with 144 additions and 35 deletions.
41 changes: 41 additions & 0 deletions site/contributors.html
@@ -0,0 +1,41 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>RailsBridge : Teaching Kids Project : Contributors</title>
<link href="/stylesheets/application.css" media="all" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id='container'>
<div id='top'><img alt="Logo" src="/images/logo.png" width="25%" height="25%"/></div>
<div id="main">
<p>Here&#8217;s a list of the people who are working together to accomplish the TeachingKids mission.</p>

<ul>
<li>Sarah Allen (teaching, website, curriculum and rabble rousing)</li>

<li>Satoshi Asakawa (shoes expert and curriculum publication)</li>

<li>Chad Wooley (teaching)</li>

<li>Aaron Quint (website)</li>

<li>Noel (LiveCD)</li>

<li>Mike Gunderloy (website and hosting)</li>

<li>Michael Kohl (links for teaching kids programming)</li>
</ul>

<p>Special Thanks to:</p>

<ul>
<li>whytheluckystiff (who created Shoes)</li>

<li>the Shoes email list</li>

<li>the Railsbridge list</li>
</ul>
</div>
</div>
</body>
</html>
12 changes: 9 additions & 3 deletions site/index.html
Expand Up @@ -41,16 +41,22 @@ <h2>Blog</h2>
</ul>
<h2>Links</h2>
<ul>
<li>
<a href="http://railsbrige.org/">RailsBridge</a>
</li>
<li>
<a href="http://www.csta.acm.org/">CSTA</a>
</li>
<li>
<a href="http://www.iste.org/">ISTE</a>
</li>
</ul>
<h2>Who are we?</h2>
<ul>
<li>
<a href="contributors.html">Contributors</a>
</li>
<li>
<a href="http://railsbridge.org/">RailsBridge</a>
</li>
</ul>
</div>
<div id='right'>
<h2>Latest News</h2>
Expand Down
18 changes: 7 additions & 11 deletions site/resources.html
Expand Up @@ -8,21 +8,17 @@
<div id='container'>
<div id='top'><img alt="Logo" src="/images/logo.png" width="25%" height="25%"/></div>
<div id="main">
<h1>Free Resources</h1>
<h2 id='free_resources'>Free Resources</h2>

<ul>
<li>
<a href="http://rubylearning.org/">RubyLearning</a>
All of their courses are online and most of them are free. Topics include: Core Ruby, Git & GitHub, FXRuby, Twitter & Ruby, Shoes, JRuby, Sinatra and Merb.
</li>
<li><a href='http://rubylearning.org/'>RubyLearning</a> All of their courses are online and most of them are free. Topics include: Core Ruby, Git &amp; GitHub, FXRuby, Twitter &amp; Ruby, Shoes, JRuby, Sinatra and Merb.</li>
</ul>
<h1>Books</h1>

<h2 id='books'>Books</h2>

<ul>
<li>
<a href="http://www.manning.com/sande/">Hello World!</a>
Computer Programming for Kids and Other Beginners (Python)
</li>
<li><a href='http://www.manning.com/sande/'>Hello World!</a> Computer Programming for Kids and Other Beginners (Python)</li>
</ul>

</div>
</div>
</body>
Expand Down
23 changes: 23 additions & 0 deletions site/temp.markdwon
@@ -0,0 +1,23 @@
## More Links
* [Hackety Hack](http://hacketyhack.net/)
* [Scratch](http://scratch.mit.edu/)
* [Alice](http://www.alice.org/)
* [Squeak Etoys](http://squeakland.org/)
* [ToonTalk](http://www.toontalk.com/)
* [Cocoa](http://homepage.mac.com/redbird/cocoa/)
* [Phrogram](http://phrogram.com/)
* [SIMPLE](http://www.simplecodeworks.com/website.html)
* [AgentSheets](http://www.agentsheets.com/)
* [Baltie](http://www.sgpsys.com/en/)
* [RoboMind](http://www.robomind.net/)
* [Logo: choose implementation of your liking

For somewhat older kids, people tend to suggest REBOL and Dr. Scheme.

I also found the following two tutorials:
* Java for Kids: http://myflex.org/books/java4kids/java4kids.htm
* http://www.programmingbasics.org/

Plus links with further info:
* http://www.kidsdomain.com/down/program.html
* http://en.wikipedia.org/wiki/Educational_programming_language
20 changes: 20 additions & 0 deletions src/contributors.markdown
@@ -0,0 +1,20 @@
---
title: Contributors
layout: application
---
Here's a list of the people who are working together to accomplish the TeachingKids mission.
* Sarah Allen (teaching, website, curriculum and rabble rousing)
* Satoshi Asakawa (shoes expert and curriculum publication)
* Chad Wooley (teaching)
* Aaron Quint (website)
* Noel (LiveCD)
* Mike Gunderloy (website and hosting)
* Michael Kohl (links for teaching kids programming)


Special Thanks to:
* whytheluckystiff (who created Shoes)
* the Shoes email list
* the Railsbridge list


12 changes: 9 additions & 3 deletions src/index.html
Expand Up @@ -33,16 +33,22 @@ <h2>Blog</h2>
</ul>
<h2>Links</h2>
<ul>
<li>
<a href="http://railsbrige.org/">RailsBridge</a>
</li>
<li>
<a href="http://www.csta.acm.org/">CSTA</a>
</li>
<li>
<a href="http://www.iste.org/">ISTE</a>
</li>
</ul>
<h2>Who are we?</h2>
<ul>
<li>
<a href="contributors.html">Contributors</a>
</li>
<li>
<a href="http://railsbridge.org/">RailsBridge</a>
</li>
</ul>
</div>
<div id='right'>
<h2>Latest News</h2>
Expand Down
18 changes: 0 additions & 18 deletions src/resources.html

This file was deleted.

12 changes: 12 additions & 0 deletions src/resources.markdown
@@ -0,0 +1,12 @@
---
title: Resources
layout: application
---
## Free Resources
* [RubyLearning](http://rubylearning.org/) All of their courses are online and most of them are free. Topics include: Core Ruby, Git & GitHub, FXRuby, Twitter & Ruby, Shoes, JRuby, Sinatra and Merb.

## Books
* [Hello World!](http://www.manning.com/sande/) Computer Programming for Kids and Other Beginners (Python)



23 changes: 23 additions & 0 deletions src/temp.markdwon
@@ -0,0 +1,23 @@
## More Links
* [Hackety Hack](http://hacketyhack.net/)
* [Scratch](http://scratch.mit.edu/)
* [Alice](http://www.alice.org/)
* [Squeak Etoys](http://squeakland.org/)
* [ToonTalk](http://www.toontalk.com/)
* [Cocoa](http://homepage.mac.com/redbird/cocoa/)
* [Phrogram](http://phrogram.com/)
* [SIMPLE](http://www.simplecodeworks.com/website.html)
* [AgentSheets](http://www.agentsheets.com/)
* [Baltie](http://www.sgpsys.com/en/)
* [RoboMind](http://www.robomind.net/)
* [Logo: choose implementation of your liking

For somewhat older kids, people tend to suggest REBOL and Dr. Scheme.

I also found the following two tutorials:
* Java for Kids: http://myflex.org/books/java4kids/java4kids.htm
* http://www.programmingbasics.org/

Plus links with further info:
* http://www.kidsdomain.com/down/program.html
* http://en.wikipedia.org/wiki/Educational_programming_language

0 comments on commit 65f7514

Please sign in to comment.