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. <script type="text/javascript">
  14. loadJtalk({files: ['TrySmalltalk.js'], prefix: 'examples/trysmalltalk'});
  15. </script>
  16. <div class="main">
  17. <a id="back" href="/"> &larr; back to jtalk-project.org </a>
  18. <img src="images/profstef.png"/>
  19. <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>
  20. <div id="tutorial"><h2>Loading...</h2></div>
  21. <script>
  22. '#tutorial'._asJQuery()._contents_(
  23. function(html) {
  24. html._with_(smalltalk.TrySmalltalkWidget._new())
  25. }
  26. )
  27. </script>
  28. </div>
  29. <div id="footer">
  30. <div class="main">
  31. <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>
  32. <p>Jtalk is an opensource project sponsored by <a href="http://www.objectfusion.fr/">objectfusion</a>.</p>
  33. <p>The design of this website was provided by <a href="mailto:neomie.thirion@gmail.com">Noémie Thirion</a>.</p>
  34. </div>
  35. </div>
  36. </body>
  37. </html>