-
Notifications
You must be signed in to change notification settings - Fork 5
Design
Bernard Mordan edited this page Mar 17, 2016
·
4 revisions
Yellow RGB: 245.226.116 HEX: F5E274
Dark Grey RGB: 46.52.63 HEX: 2E343F
Celadon RGB: 218.224.204 HEX: DAE0CC
Ochre (for greyed out icons) RGB: 198.184.119 HEX: C6B877
It is a assumed that we will have a simple, versioned, key/value store. Structure is defined in the html / templates.
{
"brand-name": "Marmalade",
"brand-primary": "#F4E17B",
"jumbotron-h1": "Showreel",
"jumbotron-lead" "Play now .icon-play"
"jumbotron-bg": "https:// uploadcare url here"
}
{
"about-h1": "About Marmalade",
"about-lead": "We're an independent film production company...",
"about-p": "We produce quality film and video content...",
"about-link": "Meet the team"
"about-link-target": "#team"
}
{
"social-h1": "Latest Tweet",
"social-link": ".icon-twitter Follow us"
}
{
"clients-h1": "Our Clients",
"clients-link": "Full client list"
}
{
"team-h1": "Meet the team",
"team-members": [
{
name: "Stu",
img: "https:// uploadcare url"
role: "Director"
}
]
}
{
"services": [
{
h1: "Services: The brief",
img: "brief.svg"
p: "We'll work closely with you to fully understand..."
}
]
}
{
"contact-h1": "Contact",
"address":["Unit 1a", "East Dulwich Rd", "London", "SE22 0LR", ]
"phone": "+44 207 5686 7896"
"email-link": "email us"
"email-target": "mailto:[email protected]"
}