Skip to content

Commit 3067ee1

Browse files
committed
Node Editor Experimentation
1 parent 0990ca6 commit 3067ee1

File tree

4 files changed

+49
-3
lines changed

4 files changed

+49
-3
lines changed

data/history.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
history:
2+
- date: "07 February 2026"
3+
title: "NodeFlow"
4+
description: "Visual computing platform—create and connect nodes in a visual editor."
5+
link: "/NodeEditor/"
6+
accent_color: "#009688"
7+
28
- date: "06 February 2026"
39
title: "JSON Playground"
410
description: "Explore and edit JSON with a visual JSON Explorer and playground."
5-
link: "https://codefrydev.in/JsonPlayground/"
11+
link: "/JsonPlayground/"
612
accent_color: "#F9A825"
713

814
- date: "27 January 2026"

data/home.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ categories:
1010
- name: "Noob FONT"
1111
icon: "cfd-font"
1212
url: "/font/"
13+
- name: "NodeFlow"
14+
icon: "cfd-nodeflow"
15+
url: "/NodeEditor/"
1316
- name: "Art"
1417
icon: "cfd-art"
1518
url: "/designlab/"
@@ -51,7 +54,7 @@ categories:
5154
url: "/Json2Form/"
5255
- name: "JSON Playground"
5356
icon: "cfd-jsonplayground"
54-
url: "https://codefrydev.in/JsonPlayground/"
57+
url: "/JsonPlayground/"
5558
- name: "Meta Tags"
5659
icon: "cfd-metatag"
5760
url: "/metatag/"

layouts/about-us/about-us.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@
138138

139139
<div class="about-us-container">
140140
<div class="about-us-header">
141-
<img src="/images/IconCodefrydev.svg" srcset="/images/IconCodefrydev.svg" alt="CodeFryDev logo" width="120" height="120" style="margin-bottom: 1.5rem;">
142141
<h1>About us</h1>
143142
</div>
144143

Lines changed: 38 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)