index.html 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{{ page.title }}</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <meta name="author" content="Nicolas Petton" />
  7. <link rel="stylesheet" type="text/css" href='css/style.css' />
  8. <link rel="stylesheet" type="text/css" href='css/syntax.css' />
  9. <link href='http://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'>
  10. <script type='text/javascript' src='js/amber.js'></script>
  11. <script type="text/javascript">
  12. var _gaq = _gaq || [];
  13. _gaq.push(['_setAccount', 'UA-2246313-6']);
  14. _gaq.push(['_trackPageview']);
  15. (function() {
  16. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  17. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  18. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  19. })();
  20. </script>
  21. </head>
  22. <body>
  23. <a href="http://github.com/NicolasPetton/amber"><img style="position: absolute; top: 0; lef
  24. t: 0; border: 0;" src="https://assets.github.com/img/bec6c51521dcc8148146135149fe06a9cc737577?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_left_darkblue_121621.png&path=" alt="Fork me on GitHub"></a>
  25. <div id="wrapper">
  26. <div id="header">
  27. <div class="main">
  28. <div class="logo">
  29. <img src="images/amber.png"/>
  30. </div>
  31. <ul id="tabs">
  32. <li><a href="index.html">Overview</a></li> ·
  33. <li><a href="index.html#download">Download</a></li> ·
  34. <li><a href="learn.html">Learn</a></li> ·
  35. <li><a id="doc_link" href="documentation.html">Documentation</a></li> ·
  36. <li><a target="_blank" href="https://github.com/NicolasPetton/amber">Source</a></li>
  37. </ul>
  38. <div class="clear"></div>
  39. </div>
  40. </div>
  41. <div class="teaser">
  42. <div class="main">
  43. <h1>Amber is an implementation of the Smalltalk language that runs on top of the JavaScript runtime.</h1>
  44. <div class="column">
  45. <p>Amber, formerly known as Amber, is an implementation of the Smalltalk-80 language. It is designed to make client-side development faster and easier. It allows developers to write client-side heavy web applications in Smalltalk. </p>
  46. <p>Amber includes an integrated development environment with a class browser, workspace, transcript, object inspector and debugger.</p>
  47. </div>
  48. <div class="column">
  49. <p>Amber is written in itself, including the parser and compiler, and compiles into efficient JavaScript, mapping one-to-one with the JS equivalent.</p>
  50. <p>Try a <button onClick="smalltalk.Browser._open()"> Class browser</button> right now!</p>
  51. <script type="text/javascript">
  52. /* <![CDATA[ */
  53. (function() {
  54. var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
  55. s.type = 'text/javascript';
  56. s.async = true;
  57. s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
  58. t.parentNode.insertBefore(s, t);
  59. })();
  60. /* ]]> */
  61. </script>
  62. <p>You can join the <a href="http://groups.google.com/group/jtalk-project"> Google Group</a> or the #amber-lang IRC channel on freenode.</p>
  63. <a class="FlattrButton" style="display:none;" rev="flattr;button:compact" href="http://jtalk-project.org"></a>
  64. <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="NicolasPetton">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
  65. </div>
  66. <div class="clear"></div>
  67. </div>
  68. </div>
  69. <div id="content">
  70. <div class="main">
  71. {{ content }}
  72. </div>
  73. </div>
  74. <div id="footer">
  75. <div class="main">
  76. <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>
  77. <p>Amber is an opensource project sponsored by <a href="http://www.objectfusion.fr">objectfusion</a>.</p>
  78. </div>
  79. </div>
  80. <script type='text/javascript'> loadAmber() </script>
  81. </body>
  82. </html>