Skip to content

Commit

Permalink
add wip project
Browse files Browse the repository at this point in the history
add cinnalyticsUrl
fix text
  • Loading branch information
TimurRin committed May 12, 2024
1 parent 73e9040 commit c8e7eb3
Showing 1 changed file with 31 additions and 5 deletions.
36 changes: 31 additions & 5 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"header": {
"image": "https://avatars.githubusercontent.com/u/10585405?s=32",
"title": "TIMUR MOZIEV",
"subtitle": "Node.js Enthusiast"
"subtitle": "software / game / web developer"
},
"sections": [
{
Expand All @@ -24,7 +24,7 @@
]
},
{
"title": "NODE.JS APPS",
"title": "NODE.JS-BASED APPS",
"items": [
{
"name": "CF Meta",
Expand All @@ -41,6 +41,13 @@
}
]
},
{
"name": "Cinnalytics",
"image": "https://avatars.githubusercontent.com/u/74613738?s=32",
"text": "simple analytics server",
"links": [],
"extra": "WIP"
},
{
"name": "data2sqlite",
"image": "https://avatars.githubusercontent.com/u/74613738?s=32",
Expand Down Expand Up @@ -71,6 +78,13 @@
}
]
},
{
"name": "Limelink",
"image": "img/limelink.png",
"text": "knowledge base and task manager",
"links": [],
"extra": "WIP"
},
{
"name": "SnapServe",
"image": "https://avatars.githubusercontent.com/u/74613738?s=32",
Expand All @@ -83,6 +97,10 @@
{
"text": "npm",
"url": "https://www.npmjs.com/package/snapserve"
},
{
"text": "sample plugin",
"url": "https://github.com/cinnabar-forge/snapserve-wonka"
}
]
},
Expand Down Expand Up @@ -121,10 +139,17 @@
}
]
},
{
"name": "CF Markup",
"image": "https://avatars.githubusercontent.com/u/74613738?s=32",
"text": ".cftm format spec and tools",
"links": [],
"extra": "WIP"
},
{
"name": "CF SQLite3",
"image": "https://avatars.githubusercontent.com/u/74613738?s=32",
"text": "async sqlite3 wrapper",
"text": "sqlite3 wrapper",
"links": [
{
"text": "github",
Expand Down Expand Up @@ -244,7 +269,7 @@
]
},
{
"name": "CV",
"name": "CV / Resume",
"image": "https://avatars.githubusercontent.com/u/10585405?s=32",
"links": [
{
Expand Down Expand Up @@ -273,5 +298,6 @@
}
]
}
]
],
"cinnalyticsUrl": "https://analytics.cinnabar.ru/analytics"
}

0 comments on commit c8e7eb3

Please sign in to comment.