initial import

This commit is contained in:
tlinkner 2018-06-20 21:38:13 -04:00
parent 09ca392d36
commit 6cb3690e37
304 changed files with 36492 additions and 0 deletions

46
design-source/data/nav.json Executable file
View file

@ -0,0 +1,46 @@
{
"mainnav": [
{
"label": "Services",
"href": "#",
"state": ""
},
{
"label": "Work",
"href": "#",
"state": ""
},
{
"label": "Initiatives",
"href": "#",
"state": ""
},
{
"label": "About",
"href": "#",
"state": "is-active",
"children": [
{
"label": "Team",
"href": "#",
"state": "is-active"
},
{
"label": "Events",
"href": "#",
"state": ""
}
]
},
{
"label": "Insights",
"href": "#",
"state": ""
},
{
"label": "Contact",
"href": "#",
"state": ""
}
]
}

5
design-source/data/site.json Executable file
View file

@ -0,0 +1,5 @@
{
"site": {
"title": "Agaric"
}
}