|
@@ -71,19 +71,22 @@
|
|
<div class="main">
|
|
<div class="main">
|
|
<h2>A <span class="info">new language</span> and <span class="info">live environment</span> made for the web.</h2>
|
|
<h2>A <span class="info">new language</span> and <span class="info">live environment</span> made for the web.</h2>
|
|
|
|
|
|
- <div class="row">
|
|
|
|
|
|
+ <div class="column">
|
|
<p>The Amber language is deeply inspired by Smalltalk. It is designed to make client-side development faster and easier.
|
|
<p>The Amber language is deeply inspired by Smalltalk. It is designed to make client-side development faster and easier.
|
|
Amber includes a live development environment with a class browser, workspace, unit test runner, transcript, object inspector and debugger.</p>
|
|
Amber includes a live development environment with a class browser, workspace, unit test runner, transcript, object inspector and debugger.</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="row">
|
|
|
|
|
|
+ <div class="column">
|
|
<p>Amber is written in itself, including the compiler, and compiles into efficient JavaScript, mapping one-to-one with the JS equivalent.</p>
|
|
<p>Amber is written in itself, including the compiler, and compiles into efficient JavaScript, mapping one-to-one with the JS equivalent.</p>
|
|
- <p class="try">
|
|
|
|
- <span class="info">Click around. Don't worry about making a mess or breaking anything, just have fun!</span><br>
|
|
|
|
- <button class="huge" onClick="smalltalk.Browser._open()">Try Amber!</button>
|
|
|
|
- </p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
<div class="clear"></div>
|
|
<div class="clear"></div>
|
|
|
|
+
|
|
|
|
+ <p class="try">
|
|
|
|
+ <span class="info">Click around. Don't worry about making a mess or breaking anything, just have fun!</span><br>
|
|
|
|
+ <button class="huge" onClick="smalltalk.Browser._open()">Try Amber in your browser!</button>
|
|
|
|
+ </p>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|