learn.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0025)http://jtalk-project.org/ -->
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title>Learn Smalltalk with ProfStef</title>
  7. <link href='http://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'>
  8. <meta name="author" content="Nicolas Petton">
  9. <link rel="stylesheet" type="text/css" href="css/profstef.css">
  10. <script type="text/javascript" src="./js/jtalk.js"></script>
  11. </head>
  12. <body>
  13. <div class="main">
  14. <a id="back" href="/"> &larr; back to jtalk-project.org </a>
  15. <img src="images/profstef.png"/>
  16. <h1>Hey there! Got 5 minutes? I'm prof Stef and I want to teach you Smalltalk. I promise, it won't take long!</h1>
  17. <div id="tutorial"><h2>Loading...</h2></div>
  18. <script>
  19. '#tutorial'._asJQuery()._contents_(
  20. function(html) {
  21. html._with_(smalltalk.TrySmalltalkWidget._new())
  22. }
  23. )
  24. </script>
  25. </div>
  26. <div id="footer">
  27. <div class="main">
  28. <p>Copyright © 2011 <a href="http://www.nicolas-petton.fr/">Nicolas Petton</a>. The content of this website in licensed under <a href="http://creativecommons.org/licenses/by-nc/3.0/">CC-BY-NC 3.0</a>.</p>
  29. <p>Jtalk is an opensource project sponsored by <a href="http://www.objectfusion.fr/">objectfusion</a>.</p>
  30. <p>The design of this website was provided by <a href="mailto:neomie.thirion@gmail.com">Noémie Thirion</a>.</p>
  31. </div>
  32. </div>
  33. <script type="text/javascript">
  34. loadJtalk({files: ['TrySmalltalk.js'], prefix: 'examples/trysmalltalk'});
  35. </script>
  36. </body>
  37. </html>