universal-web-template
Version:
An universal web proejct template - let you quickly set up a project using Handlebars, sass and ReactJS for front-end templating. It can be adopted with most modern CMS.
60 lines (59 loc) • 1.09 kB
JSON
{
"name": "Project Name",
"logo": "images/logo.png",
"home": "/",
"topheader": {
"links": [
{
"text": "Lorem ipsum dolor site",
"link": "#"
},
{
"text": "Lorem ipsum dolor site",
"link": "#"
},
{
"text": "Lorem ipsum dolor site",
"link": "#"
}
]
},
"social": [
{
"icon": "ion-android-share-alt",
"link": "#",
"text": "Share",
"show_text": false
},
{
"icon": "ion-social-rss",
"link": "#",
"text": "Subscribe",
"show_text": false
},
{
"icon": "ion-social-facebook",
"link": "#",
"text": "Facebook",
"show_text": false
},
{
"icon": "ion-social-twitter",
"link": "#",
"text": "Twitter",
"show_text": false
},
{
"icon": "ion-social-linkedin",
"link": "#",
"text": "Linkedin",
"show_text": false
},
{
"icon": "ion-social-instagram-outline",
"link": "#",
"text": "Instagram",
"show_text": false
}
]
}