Skip to content

Commit a6ac0a3

Browse files
committed
json to Form
1 parent f969f02 commit a6ac0a3

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

data/home.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ data:
6060
- name: "CSV"
6161
icon: "cfd-csv"
6262
url: "/CSV/"
63+
- name: "Json2Form"
64+
icon: "cfd-json"
65+
url: "/Json2Form/"
6366

6467
- name: "Meta Tags"
6568
icon: "cfd-metatag"

public/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@
202202
"name": "CSV",
203203
"url": "http:\/\/localhost:1313\/CSV\/"
204204
},
205+
{
206+
"@type": "CreativeWork",
207+
"name": "Json2Form",
208+
"url": "http:\/\/localhost:1313\/Json2Form\/"
209+
},
205210
{
206211
"@type": "CreativeWork",
207212
"name": "Meta Tags",
@@ -345,6 +350,11 @@ <h4 style="align-items: center;">Tools, Games, Art, Animation</h4>
345350
<span>CSV</span>
346351
</button>
347352

353+
<button class="neumorphic hapticButton" onclick="window.location.href='\/Json2Form\/'">
354+
<img src="images/home/cfd-json.svg" alt="cfd-json" class="button-icon">
355+
<span>Json2Form</span>
356+
</button>
357+
348358
<button class="neumorphic hapticButton" onclick="window.location.href='\/metatag\/'">
349359
<img src="images/home/cfd-metatag.svg" alt="cfd-metatag" class="button-icon">
350360
<span>Meta Tags</span>

static/images/home/cfd-json.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)