diff --git a/registry/blocks/flowchart-vertical/flowchart-vertical.html b/registry/blocks/flowchart-vertical/flowchart-vertical.html new file mode 100644 index 000000000..718d215d5 --- /dev/null +++ b/registry/blocks/flowchart-vertical/flowchart-vertical.html @@ -0,0 +1,475 @@ + + + + + + Flowchart Vertical + + + + + + + +
+
+ + + + + + + + + + + + + + +
Yes
+
Not sure
+ + +
+ Should I learn to code? +
+ + +
Yes
+
Not sure
+ + +
+
+ Start with Pythom + + + +
+
+
+ Try no-code first +
+
+ Build a personal website +
+
+ Take a free intro course +
+ + +
+ + + +
You
+
+ + +
👍
+ + +
+
+ + + + +
+ + diff --git a/registry/blocks/flowchart-vertical/registry-item.json b/registry/blocks/flowchart-vertical/registry-item.json new file mode 100644 index 000000000..9b8fa32c3 --- /dev/null +++ b/registry/blocks/flowchart-vertical/registry-item.json @@ -0,0 +1,20 @@ +{ + "$schema": "https://hyperframes.heygen.com/schema/registry-item.json", + "name": "flowchart-vertical", + "type": "hyperframes:block", + "title": "Flowchart Vertical", + "description": "Portrait animated decision tree with SVG connectors, sticky-note nodes, cursor interaction, and typing correction", + "tags": ["diagram", "flowchart", "interactive", "portrait"], + "dimensions": { + "width": 1440, + "height": 2560 + }, + "duration": 12, + "files": [ + { + "path": "flowchart-vertical.html", + "target": "compositions/flowchart-vertical.html", + "type": "hyperframes:composition" + } + ] +}