Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hybridgroup/kidsruby
Browse files Browse the repository at this point in the history
  • Loading branch information
xn committed Feb 3, 2011
2 parents c64fceb + 4d03f21 commit 7f4ad31
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/help/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@ <h1>KidsRuby Help</h1>
<li><a href="hacketyhack/colors.html">Turtle Colors</a></li>
</ol>
<article>
<article class="resource"><h1>"Ruby4Kids" by Alberto Morales</h1>
<p>Writing games is really fun, and is the reason why a lot of people want to learn to program. Alberto Morales has been working on a series of tutorials on his website at Ruby4kids.com to show kids how to create games using Ruby and a game package called Gosu.</p>
<ol>
<li><a href="ruby4kids/lesson_1.html">Lesson 1</a></li>
</ol>
<article>
</body>
</html>
33 changes: 33 additions & 0 deletions public/help/ruby4kids/lesson_1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Ruby4Kids - Programming For The Fun Of It</title>

<!-- Load styles -->
<link rel="stylesheet" href="../../css/blitzer/jquery-ui-1.8.9.custom.css" type="text/css" media="screen" title="style" charset="utf-8">
<link rel="stylesheet" href="../../css/master.css" type="text/css" media="screen" title="style" charset="utf-8">

<!-- Load js -->

<script type="text/javascript" src="../../js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="../../js/jquery-ui-1.8.9.custom.min.js"></script>
<script type="text/javascript" src="../../js/lessons.js"></script>
</head>
<body class="lesson-set">
<nav id="top">
<a href="#back" id="prev-lesson">&laquo; Back</a>
<a href="../index.html">Back to Lessons</a>
<a href="#next" id="next-lesson">Next &raquo;</a>
</nav>
<h1>Ruby4Kids - Game Programming</h1>

<article class="lesson"><h1>Welcome!</h1>
<section class="page"><h1>This is Ruby4Kids</h1>
<p>Content goes here...</p>
</section>
</article>

<a href="#top">Back to top</a>

</body>
</html>

0 comments on commit 7f4ad31

Please sign in to comment.