Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit c23d5b0

Browse files
committed
fix colour code
1 parent 25c4e05 commit c23d5b0

2 files changed

Lines changed: 185 additions & 177 deletions

File tree

Lines changed: 107 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,111 @@
11
{
2-
"hero": {
3-
"title": "Our <span>brand</span> assets",
4-
"text": "Learn how to use all the foundational elements of our brand, from colour to tone of voice, across product and marketing"
5-
},
6-
"logo": {
7-
"suptitle": "Taiko Logo",
8-
"button": "Download logo",
9-
"logos": [
10-
{
11-
"id": 1,
12-
"img": "/img/brand/taiko.zip",
13-
"background": "#F3F3F3"
14-
}, {
15-
"id": 2,
16-
"img": "/img/brand/logo-pw.svg",
17-
"background": "#10151B"
18-
}, {
19-
"id": 3,
20-
"img": "/img/brand/logo-ww.svg",
21-
"background": "#E81899"
22-
}, {
23-
"id": 4,
24-
"img": "/img/brand/logo-pw.svg",
25-
"background": "url(/img/brand/logo-background-1.jpg)",
26-
"backgroundImage": "url(/img/brand/background.jpg)"
27-
}
2+
"hero": {
3+
"title": "Our <span>brand</span> assets",
4+
"text": "Learn how to use all the foundational elements of our brand, from colour to tone of voice, across product and marketing"
5+
},
6+
"logo": {
7+
"suptitle": "Taiko Logo",
8+
"button": "Download logo",
9+
"logos": [
10+
{
11+
"id": 1,
12+
"img": "/img/brand/taiko.zip",
13+
"background": "#F3F3F3"
14+
},
15+
{
16+
"id": 2,
17+
"img": "/img/brand/logo-pw.svg",
18+
"background": "#10151B"
19+
},
20+
{
21+
"id": 3,
22+
"img": "/img/brand/logo-ww.svg",
23+
"background": "#E81899"
24+
},
25+
{
26+
"id": 4,
27+
"img": "/img/brand/logo-pw.svg",
28+
"background": "url(/img/brand/logo-background-1.jpg)",
29+
"backgroundImage": "url(/img/brand/background.jpg)"
30+
}
31+
]
32+
},
33+
"colorPalette": {
34+
"suptitle": "Color palette",
35+
"colors": [
36+
{
37+
"title": "Primary",
38+
"items": [
39+
{ "name": "Taiko Pink", "color": "#E81899" },
40+
{ "name": "Deep Gray", "color": "#0C101B" }
2841
]
29-
},
30-
"colorPalette": {
31-
"suptitle": "Color palette",
32-
"colors": [
33-
{
34-
"title": "Primary",
35-
"items": [
36-
{ "name": "Taiko Pink", "color": "#E91898" },
37-
{ "name": "Deep Gray", "color": "#0C101B" }
38-
]
39-
}, {
40-
"title": "Secondary",
41-
"items": [
42-
{ "name": "", "color": "#5D07C8" },
43-
{ "name": "", "color": "#6ECFB0" },
44-
{ "name": "", "color": "#FC6264" },
45-
{ "name": "", "color": "#FFE2A0" }
46-
]
47-
}
42+
},
43+
{
44+
"title": "Secondary",
45+
"items": [
46+
{ "name": "", "color": "#5D07C8" },
47+
{ "name": "", "color": "#6ECFB0" },
48+
{ "name": "", "color": "#FC6264" },
49+
{ "name": "", "color": "#FFE2A0" }
4850
]
49-
},
50-
"topography": {
51-
"suptitle": "Typography",
52-
"title": "We use the following typefaces to communicate as a brand",
53-
"downloadFont": "Download font",
54-
"list": [
55-
{
56-
"title": "Clash Grotesk",
57-
"text": "Our display font is clear and bold. Use it for short and sweet headlines.<br/><br/>The typeface can be a loud and proud hero or a humble supporting actor for all sorts of designs"
58-
}, {
59-
"title": "Public Sans",
60-
"text": "We use Public Sans on most occasions. It’s clean and legible as headings and body copy."
61-
}
51+
}
52+
]
53+
},
54+
"topography": {
55+
"suptitle": "Typography",
56+
"title": "We use the following typefaces to communicate as a brand",
57+
"downloadFont": "Download font",
58+
"list": [
59+
{
60+
"title": "Clash Grotesk",
61+
"text": "Our display font is clear and bold. Use it for short and sweet headlines.<br/><br/>The typeface can be a loud and proud hero or a humble supporting actor for all sorts of designs"
62+
},
63+
{
64+
"title": "Public Sans",
65+
"text": "We use Public Sans on most occasions. It’s clean and legible as headings and body copy."
66+
}
67+
],
68+
"fonts": [
69+
{
70+
"title": "Primary",
71+
"fontFamily": "Clash Grotesk",
72+
"font": "/img/brand/fonts-grotesk.svg",
73+
"variants": [
74+
{
75+
"name": "Clash Grotesk Semibold",
76+
"weight": 600
77+
},
78+
{
79+
"name": "Clash Grotesk Medium",
80+
"weight": 500
81+
}
6282
],
63-
"fonts": [
64-
{
65-
"title": "Primary",
66-
"fontFamily": "Clash Grotesk",
67-
"font": "/img/brand/fonts-grotesk.svg",
68-
"variants": [
69-
{
70-
"name": "Clash Grotesk Semibold",
71-
"weight": 600
72-
}, {
73-
"name": "Clash Grotesk Medium",
74-
"weight": 500
75-
}
76-
],
77-
"url": "/files/ClashGrotesk.zip"
78-
},
79-
{
80-
"title": "Secondary",
81-
"fontFamily": "Public Sans",
82-
"font": "/img/brand/fonts-sans.svg",
83-
"variants": [
84-
{
85-
"name": "Public Sans Bold",
86-
"weight": 700
87-
}, {
88-
"name": "Public Sans Medium",
89-
"weight": 500
90-
}, {
91-
"name": "Public Sans Regular",
92-
"weight": 400
93-
}
94-
],
95-
"url": "/files/PublicSans.zip"
96-
}
97-
]
98-
},
99-
"brandBook": {
100-
"title": "Our brand book",
101-
"button": "Download brand book"
102-
}
103-
}
83+
"url": "/files/ClashGrotesk.zip"
84+
},
85+
{
86+
"title": "Secondary",
87+
"fontFamily": "Public Sans",
88+
"font": "/img/brand/fonts-sans.svg",
89+
"variants": [
90+
{
91+
"name": "Public Sans Bold",
92+
"weight": 700
93+
},
94+
{
95+
"name": "Public Sans Medium",
96+
"weight": 500
97+
},
98+
{
99+
"name": "Public Sans Regular",
100+
"weight": 400
101+
}
102+
],
103+
"url": "/files/PublicSans.zip"
104+
}
105+
]
106+
},
107+
"brandBook": {
108+
"title": "Our brand book",
109+
"button": "Download brand book"
110+
}
111+
}

0 commit comments

Comments
 (0)