Proposed data.json - SeanMcP/johannes GitHub Wiki

The following is a new format for data.json:

{
    "meta": {
        "company": "Johannes Ltd. Co."
    },
    "content": [
        {
            "type": "address",
            "data": {
                "formattedAddress": "5600 Spalding Dr #921501<br>Peachtree Corners, GA 30010"
            },
            "options": {
                "backgroundColor": "white",
                "map": "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3308.893925900155!2d-84.2254919!3d33.9695658!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f5a101a1690a4f%3A0x67b69573bb2a2a50!2s5600+Spalding+Dr%2C+Norcross%2C+GA+30092!5e0!3m2!1sen!2sus!4v1537063006151",
                "textAlign": "center"
            }
        },
        {
            "type": "contact",
            "data": {
                "email": "[email protected]",
                "title": "Contact us",
                "message": "Use the form below to send us an email. We'd love to hear from you!"
            }
        },
        {
            "type": "hero",
            "data": {
                "background": "https://placebear.com/g/800/800",
                "title": "<h1>Making a difference</h1>",
                "tag": "<p>You can do amazing things; you just need somewhere to begin.</p>",
                "action": {
                    "text": "Start here",
                    "href": "https://github.com"
                }
            },
            "options": {
                "textAlign": "center",
                "color": "white"
            }
        },
        {
            "type": "hours",
            "data": {
                "sunday": "Closed",
                "monday": "9:00-5:00",
                "tuesday": "9:00-5:00",
                "wednesday": "11:00-7:00",
                "thursday": "9:00-5:00",
                "friday": "9:00-5:00",
                "saturday": "10:00-2:00"
            },
            "options": {
                "backgroundColor": "orange",
                "mode": "dark",
                "textAlign": "center"
            }
        },
        {
            "type": "social",
            "data": {
                "twitter": "https://twitter.com/mcpcodes",
                "linkedin": "https://linkedin.com/company/mcpdesign",
                "instagram": "https://instagram.com/mcp.design",
                "facebook": "https://facebook.com/mcpdesignga"
            },
            "options": {
                "mode": "light",
                "size": "2x"
            }
        },
        {
            "type": "text",
            "data": {
                "html": "<h1>Johannes Ltd. Co.</h1>"
            },
            "options": {
                "backgroundColor": "white"
            }
        }
    ],
    "theme": {
        "styles": {
            "backgroundColor": "#333",
            "fontFamily": "Helvetica, Arial, sans-serif"
        },
        "variables": {
            "colorPrimary": "orange",
            "colorSecondary": "gold",
            "contentBackground": "white"
        }
    }
}
⚠️ **GitHub.com Fallback** ⚠️