base tabler

This commit is contained in:
JACS 2026-05-01 12:46:11 -05:00
parent ac2cfa9fe1
commit 0f84beacf1
1432 changed files with 28760 additions and 1 deletions

27
liquid/data/orders.json Normal file
View file

@ -0,0 +1,27 @@
[
{
"title": "Wordpress Plugins",
"subtitle": "HTML, CSS, PHP",
"color": "blue"
},
{
"title": "HTML Templates",
"subtitle": "HTML, CSS, Javascript",
"color": "red"
},
{
"title": "Mobile Apps",
"subtitle": "React Native",
"color": "green"
},
{
"title": "Back-end Plugins",
"subtitle": "Ruby, PHP",
"color": "yellow"
},
{
"title": "Other",
"subtitle": "C#, ASP.NET",
"color": "dark"
}
]