chore(demos): delete more duplicated demos (#6067)

* chore(demos): delete headless demo

* chore(demos): delete mirror demo

* chore(demos): delete resizable demo

* chore(demos): delete rtl demo

* chore(demos): delete toolbox demo

* chore(demos): delete link to old accessibility experiment

* chore(demos): delete keyboard nav demo

* chore(demos): Update text on demo index page to poitn to blockly-samples
This commit is contained in:
Rachel Fenichel
2022-04-08 10:59:17 -07:00
committed by GitHub
parent c289b629c5
commit 37d3846eab
16 changed files with 2 additions and 1012 deletions

View File

@@ -24,58 +24,10 @@
<body>
<h1><a href="https://developers.google.com/blockly/">Blockly</a> &gt; Demos</h1>
<p>These demos are intended for developers who want to integrate Blockly with
their own applications.</p>
<p>Check out the <a href="https://google.github.io/blockly-samples/">Blockly samples page</a> for a comprehensive list of demos for developers who want to integrate Blockly into their own applications.</p>
<p>The demos on this page combine Blockly features and AppEngine storage.</p>
<table>
<tr>
<td>
<a href="resizable/index.html">
<img src="resizable/icon.png" height=80 width=100>
</a>
</td>
<td>
<div><a href="resizable/index.html">Resizable Blockly</a></div>
<div>Inject Blockly into a page as a resizable element.</div>
</td>
</tr>
<tr>
<td>
<a href="toolbox/index.html">
<img src="toolbox/icon.png" height=80 width=100>
</a>
</td>
<td>
<div><a href="toolbox/index.html">Defining the Toolbox</a></div>
<div>Organize blocks into categories for the user.</div>
</td>
</tr>
<tr>
<td>
<a href="headless/index.html">
<img src="headless/icon.png" height=80 width=100>
</a>
</td>
<td>
<div><a href="headless/index.html">Headless</a></div>
<div>Generate code from XML without graphics.</div>
</td>
</tr>
<tr>
<td>
<a href="rtl/index.html">
<img src="rtl/icon.png" height=80 width=100>
</a>
</td>
<td>
<div><a href="rtl/index.html">RTL</a></div>
<div>See what Blockly looks like in right-to-left mode (for Arabic and Hebrew).</div>
</td>
</tr>
<tr>
<td>
<a href="storage/index.html">
@@ -88,30 +40,6 @@
</td>
</tr>
<tr>
<td>
<a href="mirror/index.html">
<img src="mirror/icon.png" height=80 width=100>
</a>
</td>
<td>
<div><a href="mirror/index.html">Mirrored Blockly</a></div>
<div>Two Blockly instances connected as leader-follower.</div>
</td>
</tr>
<tr>
<td>
<a href="accessible/index.html">
<img src="accessible/icon.png" height=80 width=100>
</a>
</td>
<td>
<div><a href="accessible/index.html">Accessible Blockly</a></div>
<div>Version of Blockly accessible to screen readers.</div>
</td>
</tr>
<tr>
<td>
<a href="code/index.html">
@@ -135,17 +63,6 @@
<div>Build custom blocks and setup a toolbox using Blockly.</div>
</td>
</tr>
<tr>
<td>
<a href="keyboard_nav/index.html">
<img src="keyboard_nav/icon.png" height=80 width=150>
</a>
</td>
<td>
<div><a href="keyboard_nav/index.html">Keyboard Navigation</a></div>
<div>Demos keyboard navigation.</div>
</td>
</tr>
</table>
</body>
</html>