From facac2210349e40d92a0256463f0c7cfd1bf7015 Mon Sep 17 00:00:00 2001 From: lukesjc <162274275+lukesjc@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:33:48 +0530 Subject: [PATCH] Add files via upload --- README.md | 5 +- factory.html | 90 ++++++++++++ index.html | 398 ++++++++++++++++++++++++++++++++++++++++++++++++++ modalVar.html | 51 +++++++ repl.html | 29 ++++ term.html | 62 ++++++++ 6 files changed, 634 insertions(+), 1 deletion(-) create mode 100644 factory.html create mode 100644 index.html create mode 100644 modalVar.html create mode 100644 repl.html create mode 100644 term.html diff --git a/README.md b/README.md index d71cff1..83ec2ea 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# trial \ No newline at end of file +Big thanks to previous projects that made this possible: +- [Blockly@rduino](https://github.com/technologiescollege/Blockly-at-rduino) +- [BlocklyDuino](https://github.com/BlocklyDuino/BlocklyDuino) +- [Blocklino] (https://github.com/fontainejp/blocklino/) \ No newline at end of file diff --git a/factory.html b/factory.html new file mode 100644 index 0000000..81a1b72 --- /dev/null +++ b/factory.html @@ -0,0 +1,90 @@ + + + + + + The Block factory + + + + + + + + + +
+
+ The Block Factory +
+
+ + + +
+
+
+
+
+
+
+
+ Preview : + +
+
+
+
+
Visual Aspect :
+
+

+			
+
+ +
+
+

+			
+
+
+ + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..f19c7e2 --- /dev/null +++ b/index.html @@ -0,0 +1,398 @@ + + + + + + Otto Blockly + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
Logo
+ + +
+
+ + + +
+
+ +
+
+ +
+
#enter your code here
+
+ + + + + + + + + + + + + + + + + + + + + diff --git a/modalVar.html b/modalVar.html new file mode 100644 index 0000000..b0a7990 --- /dev/null +++ b/modalVar.html @@ -0,0 +1,51 @@ + + + + + + + + +
+
+
+ +
+
+
+
+

+
+ + + + +
+
+
+ + + + diff --git a/repl.html b/repl.html new file mode 100644 index 0000000..8ff8b6e --- /dev/null +++ b/repl.html @@ -0,0 +1,29 @@ + + + + + + + +
+
+ Console REPL +
+
+ +
+
+
+
+
+
+ + + + +
+
+
+ + + \ No newline at end of file diff --git a/term.html b/term.html new file mode 100644 index 0000000..145e4e5 --- /dev/null +++ b/term.html @@ -0,0 +1,62 @@ + + + + + + + +
+
+ Serial Monitor +
+
+ +
+
+
+
+
+ + + + +
+
+
+
+
+ +
+
+ +
+
+ + + +
+
+
+ + + \ No newline at end of file