forked from google/blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
12 lines (8 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
<div class="devsite-landing-row-item
"><div id="desktop-demo-div"><h2 id="try-blockly" class="short-header">Try Blockly</h2><iframe src="https://developers.google.com/blockly/blockly-demo/blockly-demo" class="framed-demo" scrolling="no"></iframe></div><div id="mobile-demo-div"><h2 id="blockly-basics">Blockly Basics</h2><img src="https://developers.google.com/blockly/images/BlocklyDemoImage.png" class="devsite-landing-row-item-image"><div class="devsite-landing-row-item-description half-width"><p>The Blockly library adds an editor to your app that represents coding concepts as interlocking blocks. Blockly generates simple, syntactically-correct code from the blocks in the editor, which your app can use to run games, control robots, or do anything else your imagination can concieve.</p></div></div><div>
The Blockly library adds an editor to your app that represents coding concepts as interlocking blocks.
It outputs syntactically correct code in the language of your choice.
Custom blocks may be created to connect to your own application.
</div><div class="devsite-landing-row-item-buttons"><a href="https://developers.google.com/blockly/guides/overview" class="button button-white">
Learn more
</a></div></div>