mp-design-system 1.0.4 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/build/arc.abe174a6.svg +1 -0
- package/dist/build/concentric.465e6b4d.svg +1 -0
- package/dist/build/crystal.8300dbe3.svg +1 -0
- package/dist/build/{dots-pattern.1b95f054.svg → dots-pattern.1bae0e23.svg} +1 -1
- package/dist/build/js/app.js +1 -1
- package/dist/build/js/app.js.map +1 -1
- package/dist/build/scss/library.css +1 -1
- package/dist/build/scss/library.css.map +1 -1
- package/dist/build/scss/main.css +1 -1
- package/dist/build/scss/main.css.map +1 -1
- package/package.json +1 -1
- package/src/_data/config.js +1 -1
- package/src/_headers +9 -0
- package/src/_includes/components/card/card.config.js +10 -6
- package/src/_includes/components/component/preview-cards-three-alt.njk +1 -1
- package/src/_includes/components/component/preview-cards-three.njk +1 -1
- package/src/_includes/components/component/preview-cards-two.njk +1 -1
- package/src/_includes/components/component/preview-content-width.njk +1 -1
- package/src/_includes/components/component/preview-default.njk +1 -1
- package/src/_includes/components/component/preview-form.njk +1 -1
- package/src/_includes/components/dynamic-form/dynamic-form.config.js +16 -0
- package/src/_includes/components/dynamic-form/dynamic-form.njk +319 -0
- package/src/_includes/components/dynamic-form/dynamic-form.scss +77 -0
- package/src/_includes/components/dynamic-form/macro.njk +5 -0
- package/src/_includes/components/header/header.config.js +30 -0
- package/src/_includes/components/header/header.njk +15 -0
- package/src/_includes/components/input/combobox.njk +17 -0
- package/src/_includes/components/input/combobox.scss +31 -0
- package/src/_includes/components/input/combox.config.js +49 -0
- package/src/_includes/components/input/input.config.js +1 -1
- package/src/_includes/components/input/input.njk +0 -2
- package/src/_includes/components/input/macro.njk +14 -10
- package/src/_includes/components/input/radio.scss +9 -0
- package/src/_includes/components/off-canvas/macro.njk +5 -0
- package/src/_includes/components/off-canvas/off-canvas.config.js +28 -0
- package/src/_includes/components/off-canvas/off-canvas.njk +28 -0
- package/src/{assets/scss/objects → _includes/components/off-canvas}/off-canvas.scss +21 -4
- package/src/_includes/includes/color-swatches.njk +220 -0
- package/src/_includes/includes/system-footer.njk +1 -1
- package/src/_includes/library-navigation/brand-nav.njk +3 -2
- package/src/_includes/navigation/store.njk +29 -0
- package/src/_includes/system.njk +1 -1
- package/src/assets/js/app.js +2 -0
- package/src/assets/js/imports/combobox.js +66 -0
- package/src/assets/js/imports/off-canvas.js +195 -74
- package/src/assets/scss/components/index.scss +1 -0
- package/src/assets/scss/library.scss +4 -2
- package/src/assets/scss/objects/index.scss +0 -1
- package/src/assets/svg/arc.svg +1 -1
- package/src/assets/svg/concentric.svg +1 -1
- package/src/assets/svg/crystal.svg +1 -1
- package/src/assets/svg/dots-pattern.svg +1 -1
- package/src/brand/colors.njk +2 -216
- package/src/brand/index.njk +7 -6
- package/src/brand/requirements.md +98 -0
- package/src/brand/{downloads.njk → resources.njk} +15 -1
- package/src/index.njk +13 -10
- package/src/quickstart.md +41 -0
- package/dist/build/arc.a8e07ecd.svg +0 -1
- package/dist/build/concentric.05eaed9c.svg +0 -1
- package/dist/build/crystal.a90c9e1f.svg +0 -1
- package/src/brand/basics.md +0 -36
- package/src/checklist.md +0 -71
- package/src/patterns/off-canvas.njk +0 -42
package/src/brand/colors.njk
CHANGED
@@ -9,6 +9,7 @@ status: 'In production'
|
|
9
9
|
|
10
10
|
{% from "components/alert/macro.njk" import alert %}
|
11
11
|
{% from "components/prose/macro.njk" import prose, markdown %}
|
12
|
+
{% from "includes/color-swatches.njk" import swatches %}
|
12
13
|
|
13
14
|
<div class="u-flow--l">
|
14
15
|
|
@@ -27,222 +28,7 @@ Step 0 is the 'default' shade for each color."
|
|
27
28
|
|
28
29
|
</div>
|
29
30
|
|
30
|
-
{
|
31
|
-
{
|
32
|
-
name: 'MP Petrol',
|
33
|
-
key: 'Petrol',
|
34
|
-
steps: [
|
35
|
-
{
|
36
|
-
name: "-1",
|
37
|
-
hex: '003039',
|
38
|
-
cmyk: '93.65.57.57',
|
39
|
-
pantone: 'PAN 547'
|
40
|
-
},
|
41
|
-
{
|
42
|
-
name: 0,
|
43
|
-
hex: '005461',
|
44
|
-
cmyk: '93.54.49.27',
|
45
|
-
pantone: 'PAN 3165'
|
46
|
-
},
|
47
|
-
{
|
48
|
-
name: 1,
|
49
|
-
hex: '3d7b87',
|
50
|
-
cmyk: '78.39.40.08'
|
51
|
-
},
|
52
|
-
{
|
53
|
-
name: 2,
|
54
|
-
hex: 'bfd3d6',
|
55
|
-
cmyk: '24.09.13.00'
|
56
|
-
},
|
57
|
-
{
|
58
|
-
name: 3,
|
59
|
-
hex: 'ebf1f2',
|
60
|
-
cmyk: '06.02.03.00'
|
61
|
-
}
|
62
|
-
]
|
63
|
-
},
|
64
|
-
{
|
65
|
-
name: 'MP Blue',
|
66
|
-
key: 'Blue',
|
67
|
-
steps: [
|
68
|
-
{
|
69
|
-
name: "-1",
|
70
|
-
hex: '00758c',
|
71
|
-
cmyk: '89.42.35.07'
|
72
|
-
},
|
73
|
-
{
|
74
|
-
name: 0,
|
75
|
-
hex: '00a2c2',
|
76
|
-
cmyk: '77.17.17.00',
|
77
|
-
pantone: 'PAN 312'
|
78
|
-
},
|
79
|
-
{
|
80
|
-
name: 1,
|
81
|
-
hex: '47bcd3',
|
82
|
-
cmyk: '64.04.15.00'
|
83
|
-
},
|
84
|
-
{
|
85
|
-
name: 2,
|
86
|
-
hex: 'c2e9f0',
|
87
|
-
cmyk: '22.00.05.00'
|
88
|
-
},
|
89
|
-
{
|
90
|
-
name: 3,
|
91
|
-
hex: 'ebf8fa',
|
92
|
-
cmyk: '06.00.01.00'
|
93
|
-
}
|
94
|
-
]
|
95
|
-
},
|
96
|
-
{
|
97
|
-
name: 'MP Green',
|
98
|
-
key: 'Green',
|
99
|
-
steps: [
|
100
|
-
{
|
101
|
-
name: "-1",
|
102
|
-
hex: '0e7a0e',
|
103
|
-
cmyk: '87.27.100.16'
|
104
|
-
},
|
105
|
-
{
|
106
|
-
name: 0,
|
107
|
-
hex: '13aa13',
|
108
|
-
cmyk: '81.04.100.01',
|
109
|
-
pantone: 'PAN 354'
|
110
|
-
},
|
111
|
-
{
|
112
|
-
name: 1,
|
113
|
-
hex: '55c255',
|
114
|
-
cmyk: '66.00.89.00'
|
115
|
-
},
|
116
|
-
{
|
117
|
-
name: 2,
|
118
|
-
hex: 'c6ebc6',
|
119
|
-
cmyk: '22.00.28.00'
|
120
|
-
},
|
121
|
-
{
|
122
|
-
name: 3,
|
123
|
-
hex: 'ecf8ec',
|
124
|
-
cmyk: '06.00.08.00'
|
125
|
-
}
|
126
|
-
]
|
127
|
-
},
|
128
|
-
{
|
129
|
-
name: 'MP Rubine',
|
130
|
-
key: 'Red',
|
131
|
-
steps: [
|
132
|
-
{
|
133
|
-
name: 0,
|
134
|
-
hex: 'ce0058',
|
135
|
-
cmyk: '14.100.50.2',
|
136
|
-
pantone: 'PAN Rubine Red'
|
137
|
-
}
|
138
|
-
]
|
139
|
-
},
|
140
|
-
{
|
141
|
-
name: 'MP Charcoal',
|
142
|
-
key: 'Grey',
|
143
|
-
steps: [
|
144
|
-
|
145
|
-
{
|
146
|
-
name: "-1",
|
147
|
-
hex: '1c1c1c',
|
148
|
-
cmyk: '00.00.00.95'
|
149
|
-
},
|
150
|
-
{
|
151
|
-
name: 0,
|
152
|
-
hex: '333333',
|
153
|
-
cmyk: '00.00.00.91',
|
154
|
-
pantone: 'PAN 447'
|
155
|
-
},
|
156
|
-
{
|
157
|
-
name: 1,
|
158
|
-
hex: '959595',
|
159
|
-
cmyk: '00.00.00.70'
|
160
|
-
},
|
161
|
-
{
|
162
|
-
name: 2,
|
163
|
-
hex: 'cecece',
|
164
|
-
cmyk: '00.00.00.22'
|
165
|
-
},
|
166
|
-
{
|
167
|
-
name: 3,
|
168
|
-
hex: 'efefef',
|
169
|
-
cmyk: '00.00.00.08'
|
170
|
-
}
|
171
|
-
]
|
172
|
-
},
|
173
|
-
{
|
174
|
-
name: 'MP Utility Gold',
|
175
|
-
key: 'Utility-Orange',
|
176
|
-
steps: [
|
177
|
-
|
178
|
-
{
|
179
|
-
name: "-1",
|
180
|
-
hex: 'AE7809',
|
181
|
-
cmyk: '29.51.100.10'
|
182
|
-
},
|
183
|
-
{
|
184
|
-
name: 0,
|
185
|
-
hex: 'F2A60D',
|
186
|
-
cmyk: '04.38.100.00'
|
187
|
-
},
|
188
|
-
{
|
189
|
-
name: 1,
|
190
|
-
hex: 'F6BF51',
|
191
|
-
cmyk: '03.26.79.00'
|
192
|
-
},
|
193
|
-
{
|
194
|
-
name: 2,
|
195
|
-
hex: 'FCEAC5',
|
196
|
-
cmyk: '01.07.25.00'
|
197
|
-
},
|
198
|
-
{
|
199
|
-
name: 3,
|
200
|
-
hex: 'FEF8EC',
|
201
|
-
cmyk: '00.02.06.00'
|
202
|
-
}
|
203
|
-
]
|
204
|
-
},
|
205
|
-
{
|
206
|
-
name: 'MP Utility Blue',
|
207
|
-
key: 'Utility-Blue',
|
208
|
-
steps: [
|
209
|
-
{
|
210
|
-
name: 0,
|
211
|
-
hex: '006daf',
|
212
|
-
cmyk: '86.48.3.5'
|
213
|
-
}
|
214
|
-
]
|
215
|
-
}
|
216
|
-
] %}
|
217
|
-
|
218
|
-
<div class="u-flow--2xs">
|
219
|
-
{% for color in colors %}
|
220
|
-
<h3 class="c-h c-h--step-1">{{ color.name }}</h3>
|
221
|
-
<div class="c-library__swatch-grid c-library__swatch-grid--has-labels ">
|
222
|
-
{% for step in color.steps %}
|
223
|
-
{% set classname %}
|
224
|
-
{{- 'c-library__swatch'}}{# Let's build a string #}
|
225
|
-
{{ 'u-bg-'+color.key | slug}}{# Set the background color to color.key -#}
|
226
|
-
{{ '-step-'+step.name if step.name!=0 }} {# If it's not step zero, add the -step-x suffix -#}
|
227
|
-
{# Set the text color to white, or a dark color #}
|
228
|
-
{{ 'u-'+color.key|slug+'-step--1' if (step.name==2) or (step.name==3) else 'u-white' -}}
|
229
|
-
{% endset %}
|
230
|
-
<div class="{{classname}}">
|
231
|
-
<span>Step {{step.name}}</span>
|
232
|
-
</div>
|
233
|
-
<table class="c-table">
|
234
|
-
<tbody>
|
235
|
-
<tr><td>Hex</td><td>#{{step.hex | upper}}</td></tr>
|
236
|
-
<tr><td>CMYK</td><td>{{step.cmyk}}</td></tr>
|
237
|
-
<tr class="{{ "u-petrol-step-3" if not step.pantone }}">
|
238
|
-
<td>Pantone</td><td>{{step.pantone if step.pantone}}</td>
|
239
|
-
</tr>
|
240
|
-
</tbody>
|
241
|
-
</table>
|
242
|
-
{% endfor %}
|
243
|
-
</div>
|
244
|
-
{% endfor%}
|
245
|
-
</div>
|
31
|
+
{{ swatches({ print:true }) }}
|
246
32
|
|
247
33
|
{{ markdown({
|
248
34
|
content: "# When to use color
|
package/src/brand/index.njk
CHANGED
@@ -14,7 +14,7 @@ tags: brand
|
|
14
14
|
{% set content %}
|
15
15
|
A brand is defined by what a company does, not just what it says or shows. It means keeping our promises to our stakeholders, proving to them that Malvern Panalytical will always do its best to deliver what they need, when they need it. Successful brands never take their stakeholders for granted.
|
16
16
|
|
17
|
-
|
17
|
+
|
18
18
|
{% endset %}
|
19
19
|
|
20
20
|
<div class="u-flow--l">
|
@@ -23,6 +23,7 @@ To strengthen Malvern Panalytical’s market position, we must ensure consistent
|
|
23
23
|
}) }}
|
24
24
|
|
25
25
|
<div class="o-grid o-grid--of-three-late">
|
26
|
+
|
26
27
|
{{ card({
|
27
28
|
theme: {
|
28
29
|
layout: 'single',
|
@@ -33,11 +34,11 @@ To strengthen Malvern Panalytical’s market position, we must ensure consistent
|
|
33
34
|
title: 'Quick start'
|
34
35
|
},
|
35
36
|
body: {
|
36
|
-
content: '<p>
|
37
|
+
content: '<p>How to ensure your design meets our brand guidelines</p>'
|
37
38
|
},
|
38
39
|
footer: {
|
39
40
|
cta: {
|
40
|
-
link: '/
|
41
|
+
link: '/quickstart',
|
41
42
|
label: 'Read more'
|
42
43
|
}
|
43
44
|
}
|
@@ -50,14 +51,14 @@ To strengthen Malvern Panalytical’s market position, we must ensure consistent
|
|
50
51
|
border: true
|
51
52
|
},
|
52
53
|
header: {
|
53
|
-
title: '
|
54
|
+
title: 'Resources'
|
54
55
|
},
|
55
56
|
body: {
|
56
|
-
content: '<p>Download our
|
57
|
+
content: '<p>Download our UI design kit, logo, and more.</p>'
|
57
58
|
},
|
58
59
|
footer: {
|
59
60
|
cta: {
|
60
|
-
link: '/brand/
|
61
|
+
link: '/brand/resources',
|
61
62
|
label: 'Read more'
|
62
63
|
}
|
63
64
|
}
|
@@ -0,0 +1,98 @@
|
|
1
|
+
---
|
2
|
+
title: Digital brand requirements
|
3
|
+
layout: content-page
|
4
|
+
sidebar: brand
|
5
|
+
status: 'Ready'
|
6
|
+
version: 1.0.0
|
7
|
+
tags: brand
|
8
|
+
date: 2023-06-23
|
9
|
+
---
|
10
|
+
|
11
|
+
{% alert 'warning' %}
|
12
|
+
#### Branding, the hard way
|
13
|
+
We **strongly** recommend following the two-step [quick start guide](/quickstart) to ensure your website is on brand.
|
14
|
+
|
15
|
+
If you're unable to follow those steps, then you must be able to meet all of the requirements on this page. Any designs produced this way must be approved by the Malvern Panalytical marketing department.
|
16
|
+
{% endalert %}
|
17
|
+
|
18
|
+
# Text
|
19
|
+
#### Body text
|
20
|
+
- Our font is [Inter Regular](/brand/typography).
|
21
|
+
- Text is colored MP Charcoal (#333333).
|
22
|
+
- 18px font size.
|
23
|
+
- 160% line height for paragraphs, or 120% for shorter pieces of text.
|
24
|
+
- 1em gap between paragraphs.
|
25
|
+
- Text is generally left-aligned - we don't often use center-aligned text.
|
26
|
+
- Large blocks of text should be between 50-75 characters wide. This translates to 30-50 em.
|
27
|
+
- We write in American English using [sentence case](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage).
|
28
|
+
|
29
|
+
#### Headings
|
30
|
+
- Headings use **Inter Bold**.
|
31
|
+
- H1 size is 54px.
|
32
|
+
- 120% line height.
|
33
|
+
- -0.3em letter spacing (a.k.a kerning).
|
34
|
+
|
35
|
+
#### Links
|
36
|
+
- Links are colored [MP Utility Blue](/brand/colors) and underlined to help them stand out from normal text.
|
37
|
+
|
38
|
+
---
|
39
|
+
|
40
|
+
# Layout
|
41
|
+
#### Spacing
|
42
|
+
- All spaces (padding, margins, etc) are multiples of 18px.
|
43
|
+
- The standard space between elements within a group is 36px - try this first.
|
44
|
+
- Reduce visual clutter by using space to separate items, rather than lines or boxes. Don't be afraid of white space!
|
45
|
+
|
46
|
+
#### Responsive
|
47
|
+
- All designs must be mobile friendly, either responsive of adaptive.
|
48
|
+
- Mobile-first design is encouraged.
|
49
|
+
|
50
|
+
#### Background
|
51
|
+
- Use a plain white background, with a splash of color to emphasise important elements.
|
52
|
+
- Where a coloured background is needed, use MP Petrol step 3 (#BFD3D6).
|
53
|
+
- Use background images rarely. We prefer text on flat backgrounds for legibility.
|
54
|
+
- Background patterns may be used but must be subtle, and science-themed.
|
55
|
+
|
56
|
+
---
|
57
|
+
|
58
|
+
# Color and imagery
|
59
|
+
#### Color palette
|
60
|
+
- For full details of our color palette see our [Colors](/brand/colors) page.
|
61
|
+
- No other colors may be used unless discussed with the Malvern Panalytical marketing team.
|
62
|
+
|
63
|
+
#### Images
|
64
|
+
- Stay away from stock photography where possible.
|
65
|
+
- Use bold, colorful photographs with shallow depth of field.
|
66
|
+
- Where photography is not suitable, flat isometric-style [illustrations](/brand/illustration) may be used.
|
67
|
+
|
68
|
+
#### Icons
|
69
|
+
- Use our approved [icon set](/components/iconography).
|
70
|
+
- Icons add visual noise; use them sparingly.
|
71
|
+
- Don't use icons inside buttons.
|
72
|
+
|
73
|
+
---
|
74
|
+
|
75
|
+
# Core elements
|
76
|
+
#### Buttons
|
77
|
+
{% button 'Primary button' '#' %}
|
78
|
+
{% button 'Secondary button' '#' 'c-button--blue' %}
|
79
|
+
{% button 'Tertiary button' '#' 'c-button--outline-green' %}
|
80
|
+
- Primary buttons are always colored MP Green (#13AA13). Please use this color sparingly, for the most important elements on the page.
|
81
|
+
- Secondary buttons may be colored MP Blue (#00A2C2), or outlined.
|
82
|
+
- The font is Inter Bold, 18px.
|
83
|
+
- 6px border-radius.
|
84
|
+
- Padding is 0.777em (vertical) and 1.5em (horizontal).
|
85
|
+
- Hover style: use the step -1 shade (e.g. a green button goes from MP Green 0 to MP Green -1)
|
86
|
+
|
87
|
+
#### Input fields
|
88
|
+
- 13.5px padding.
|
89
|
+
- Border: 1px MP Petrol step 3 (#BFD3D6).
|
90
|
+
- Border color is MP Petrol (#005461) when focused.
|
91
|
+
|
92
|
+
---
|
93
|
+
|
94
|
+
# Examples
|
95
|
+
|
96
|
+
{% alert 'info' %}
|
97
|
+
Coming soon
|
98
|
+
{% endalert %}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
title:
|
2
|
+
title: Resources
|
3
3
|
layout: content-page
|
4
4
|
sidebar: brand
|
5
5
|
status: 'Ready'
|
@@ -9,6 +9,16 @@ tags: brand
|
|
9
9
|
{% from "components/card/macro.njk" import card %}
|
10
10
|
{% from "components/twi/macro.njk" import twi %}
|
11
11
|
|
12
|
+
{% set content %}
|
13
|
+
## UI design kit
|
14
|
+
|
15
|
+
Franklin is available as a UI design kit in Figma. It contains text and color styles, grids and spacing, icons, and a complete library of components.
|
16
|
+
|
17
|
+
Visit our profile at [figma.com/@malpan](https://www.figma.com/@malpan) and duplicate the project to add it to your account. You can then use Franklin in your own designs.
|
18
|
+
|
19
|
+
The Figma project is updated regularly to keep it in line with the CSS/JS/HTML version of Franklin. Also every [component](/components) page on this site has a link to its Figma counterpart.
|
20
|
+
{% endset %}
|
21
|
+
|
12
22
|
<div class="u-flow--l u-margin-top-xl">
|
13
23
|
|
14
24
|
{{ twi({
|
@@ -45,4 +55,8 @@ icon: 'file'
|
|
45
55
|
icon: "file"
|
46
56
|
}) }}
|
47
57
|
|
58
|
+
<hr>
|
59
|
+
|
60
|
+
{{ markdown({ content: content }) }}
|
61
|
+
|
48
62
|
</div>
|
package/src/index.njk
CHANGED
@@ -26,8 +26,8 @@ renderData:
|
|
26
26
|
},
|
27
27
|
footer: {
|
28
28
|
cta: {
|
29
|
-
link: '/
|
30
|
-
label: 'Read the
|
29
|
+
link: '/quickstart',
|
30
|
+
label: 'Read the quick start guide'
|
31
31
|
}
|
32
32
|
}
|
33
33
|
}) }}
|
@@ -94,21 +94,24 @@ renderData:
|
|
94
94
|
</div>
|
95
95
|
|
96
96
|
{% set content %}
|
97
|
-
## What is
|
97
|
+
## What is Franklin?
|
98
98
|
|
99
|
-
|
99
|
+
Franklin is Malvern Panalytical's **design system** for web-based marketing materials.
|
100
100
|
|
101
|
-
|
101
|
+
## What's a design system?
|
102
|
+
|
103
|
+
A set of brand guidelines and a library of HTML/CSS/JS components. Using this system is the quickest and easiest way to ensure your website or web-app is on brand.
|
104
|
+
|
105
|
+
The [Design Systems Handbook](https://www.designbetter.co/design-systems-handbook) by InVision is a great (free) way to learn more about design systems.
|
102
106
|
{% endset %}
|
103
107
|
|
104
108
|
{% set latest %}
|
105
109
|
## Latest updates
|
106
|
-
#####
|
110
|
+
##### V1.1.0 - June 2023
|
107
111
|
|
108
|
-
- Add
|
109
|
-
-
|
110
|
-
- Add
|
111
|
-
- Update event card styles
|
112
|
+
- Add off-canvas pattern for mobile
|
113
|
+
- Update disabled input styles
|
114
|
+
- Add header component variants: blog and store
|
112
115
|
- Misc. fixes
|
113
116
|
{% endset %}
|
114
117
|
|
@@ -0,0 +1,41 @@
|
|
1
|
+
---
|
2
|
+
title: Quick start
|
3
|
+
layout: content-page
|
4
|
+
sidebar: brand
|
5
|
+
status: 'Ready'
|
6
|
+
version: 1.0.2
|
7
|
+
tags: brand
|
8
|
+
date: 2023-06-23
|
9
|
+
---
|
10
|
+
|
11
|
+
When you're building a public-facing website it's important to follow our brand guidelines. With Franklin we've created a simple two-step process to help you stay on brand, accessible, and mobile friendly - no matter what technology you use under the hood.
|
12
|
+
|
13
|
+
## The easy way
|
14
|
+
|
15
|
+
**1:**
|
16
|
+
Copy these two lines of code into your web page:
|
17
|
+
|
18
|
+
```html
|
19
|
+
<link rel="stylesheet" href="https://unpkg.com/mp-design-system@latest/dist/build/scss/main.css" />
|
20
|
+
|
21
|
+
<script src="https://unpkg.com/mp-design-system@latest/dist/build/js/app.js"></script>
|
22
|
+
```
|
23
|
+
|
24
|
+
**2:**
|
25
|
+
Simply use the appropriate HTML and class attributes when building your site. For example, the `c-button` class will give you a perfect, on-brand button:
|
26
|
+
|
27
|
+
```html
|
28
|
+
<a class="c-button c-button--inline" href="#">Click me</a>
|
29
|
+
```
|
30
|
+
|
31
|
+
{% button 'Click me' '/components/button' %}
|
32
|
+
|
33
|
+
We have guidelines for [layout](/components/grid), [typography](/components/typography), [spacing](/components/flow), and a list of [utility classes](/components/utilities) to help you build the perfect design. And for larger page elements, we have [a library of ready-made components](/components).
|
34
|
+
|
35
|
+
You can find full details on our [installation](/components/installation) page.
|
36
|
+
|
37
|
+
---
|
38
|
+
|
39
|
+
## The hard way
|
40
|
+
|
41
|
+
If you're unable to comply with the two steps above, you'll need to style your website to match Franklin as closely as possible. Please see [Requirements](/brand/requirements) for complete details.
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 693 671" opacity=".075"><g clip-path="url('#a')"><path stroke="#3D7B87" d="M388.57 203.44c40.74 9.94 66.77 48.93 58.38 88.2-8.38 39.27-48.05 64.23-89.3 56.67"/><path stroke="#3D7B87" d="M402.01 140.47c2.72.35 5.43.82 8.15 1.4 56.13 11.98 91.68 68.3 79.4 125.79-12.27 57.5-67.72 94.39-123.84 82.4a98.78 98.78 0 0 1-8.01-2.04"/><path stroke="#3D7B87" d="M432.3-1.42c3.09.5 6.18 1.08 9.27 1.74 97.39 20.78 159.62 115.91 139.01 212.47-20.6 96.55-116.27 157.98-213.65 137.19a183 183 0 0 1-9.17-2.2"/><path stroke="#3D7B87" d="M359.04 347.92c50.87 14.25 81.93 69.05 69.9 125.41-9.2 43.08-41 75.04-78.8 84.26"/><path stroke="#3D7B87" d="M358.75 349.03a75.38 75.38 0 0 1-15.33 143.5m472.91-210.11c-136.88 72.26-297.27 99.23-458.69 65.9"/><path stroke="#3D7B87" d="M710.4 603.24c-92.04-125.65-211.68-216.14-352.29-256"/><path stroke="#3D7B87" d="M730.15 434.78c20.26-94.9-46.81-189.74-149.9-211.75-103.1-22-203.05 37.17-223.31 132.09-20.26 94.9 46.8 189.74 149.9 211.75 103.1 22 203.05-37.17 223.3-132.09Z"/><path stroke="#3D7B87" d="M565.63 393.51c11.4-53.42-25.74-106.7-83.05-118.93-57.32-12.24-112.98 21.23-124.38 74.65-11.41 53.43 25.74 106.7 83.05 118.94 57.31 12.23 112.98-21.23 124.38-74.66Z"/><path stroke="#3D7B87" d="M507.87 381.04c8.07-37.81-18.83-75.68-60.2-84.5-41.36-8.84-81.37 14.74-89.44 52.55-8.08 37.81 18.82 75.68 60.19 84.51 41.36 8.83 81.38-14.75 89.45-52.56Z"/><path stroke="#3D7B87" d="M668.34-16.28c-164.89 90.43-279.7 223.03-314.5 386.05-34.6 162.08 15.29 329 127.5 478.23"/><path stroke="#3D7B87" d="M482.38 560.08c20.96-98.17-37.75-193.87-131.07-213.79-93.33-19.92-186 43.46-206.95 141.63-20.96 98.18 37.75 193.87 131.07 213.8 93.33 19.92 186-43.47 206.95-141.64Z"/><circle cx="545.73" cy="65.7" r="6.7" fill="#3D7B87" transform="rotate(12.05 545.73 65.7)"/><circle cx="6.7" cy="6.7" r="6.7" fill="#3D7B87" transform="scale(1 -1) rotate(-12.05 -2911.17 -1076.64)"/><ellipse cx="4.94" cy="7.18" fill="#3D7B87" rx="4.94" ry="7.18" transform="scale(1 -1) rotate(-20.98 183.75 -1296.01)"/><ellipse cx="4.74" cy="6.4" fill="#3D7B87" rx="4.74" ry="6.4" transform="scale(1 -1) rotate(-12.05 187.9 -2125.37)"/><ellipse cx="4.06" cy="9.03" fill="#3D7B87" rx="4.06" ry="9.03" transform="scale(1 -1) rotate(31.69 1029.73 -24.26)"/><ellipse cx="2.8" cy="5.82" fill="#3D7B87" rx="2.8" ry="5.82" transform="scale(1 -1) rotate(31.69 867.17 203.72)"/><ellipse cx="4.06" cy="9.03" fill="#3D7B87" rx="4.06" ry="9.03" transform="scale(1 -1) rotate(16.08 1654.79 57.2)"/><ellipse cx="163.88" cy="128.11" fill="#3D7B87" rx="4.48" ry="9.03" transform="rotate(-120.9 163.88 128.11)"/><ellipse cx="274.03" cy="67.48" fill="#3D7B87" rx="4.48" ry="9.03" transform="rotate(-113.38 274.03 67.48)"/><ellipse cx="367.21" cy="92.23" fill="#3D7B87" rx="3.39" ry="7.31" transform="rotate(-99.19 367.2 92.23)"/><ellipse cx="3.98" cy="6.65" fill="#3D7B87" rx="3.98" ry="6.65" transform="scale(1 -1) rotate(3.39 8253.05 -219.92)"/><ellipse cx="3.48" cy="6.68" fill="#3D7B87" rx="3.48" ry="6.68" transform="scale(1 -1) rotate(24.86 1254.69 -215.22)"/><ellipse cx="3.76" cy="7.12" fill="#3D7B87" rx="3.76" ry="7.12" transform="scale(1 -1) rotate(49.8 674.95 -223)"/><ellipse cx="4.06" cy="9.03" fill="#3D7B87" rx="4.06" ry="9.03" transform="scale(1 -1) rotate(-24.75 -733 -411.39)"/><ellipse cx="4.06" cy="7.93" fill="#3D7B87" rx="4.06" ry="7.93" transform="scale(1 -1) rotate(-38.06 -261.45 -309.48)"/><ellipse cx="4.06" cy="9.03" fill="#3D7B87" rx="4.06" ry="9.03" transform="scale(1 -1) rotate(2.61 7685.98 3177.5)"/><ellipse cx="3.46" cy="6.72" fill="#3D7B87" rx="3.46" ry="6.72" transform="scale(1 -1) rotate(-.91 -18651.2 -141.87)"/><ellipse cx="19.17" cy="224.95" fill="#3D7B87" rx="3.55" ry="6.9" transform="rotate(23.2 19.17 224.95)"/><ellipse cx="9.33" cy="256.03" fill="#3D7B87" rx="3.65" ry="7.09" transform="rotate(12.05 9.33 256.03)"/><ellipse cx="4.06" cy="9.03" fill="#3D7B87" rx="4.06" ry="9.03" transform="scale(1 -1) rotate(36.8 698.44 97.73)"/><ellipse cx="4.91" cy="9.03" fill="#3D7B87" rx="4.91" ry="9.03" transform="scale(1 -1) rotate(35.4 868.22 142.26)"/><ellipse cx="4.91" cy="7.64" fill="#3D7B87" rx="4.91" ry="7.64" transform="scale(1 -1) rotate(44.07 803.06 63.23)"/><ellipse cx="4.06" cy="9.03" fill="#3D7B87" rx="4.06" ry="9.03" transform="scale(1 -1) rotate(-38.32 -292.24 -370.78)"/><ellipse cx="4.06" cy="9.03" fill="#3D7B87" rx="4.06" ry="9.03" transform="scale(1 -1) rotate(-51.58 -121.02 -356.51)"/><ellipse cx="4.06" cy="9.03" fill="#3D7B87" rx="4.06" ry="9.03" transform="scale(1 -1) rotate(-62.45 6.86 -343.71)"/><ellipse cx="5.46" cy="9.03" fill="#3D7B87" rx="5.46" ry="9.03" transform="scale(1 -1) rotate(-77.71 94.75 -297.43)"/><ellipse cx="4.79" cy="4.88" fill="#3D7B87" rx="4.79" ry="4.88" transform="scale(1 -1) rotate(-12.05 -2589.61 -1403.38)"/><ellipse cx="4.79" cy="4.88" fill="#3D7B87" rx="4.79" ry="4.88" transform="scale(1 -1) rotate(-12.05 -2137.24 -1615.32)"/><ellipse cx="4.79" cy="4.88" fill="#3D7B87" rx="4.79" ry="4.88" transform="scale(1 -1) rotate(-12.05 -2683.45 -1973.08)"/><ellipse cx="482.54" cy="126.94" fill="#3D7B87" rx="4.79" ry="4.88" transform="rotate(12.05 482.54 126.94)"/><ellipse cx="4.79" cy="4.88" fill="#3D7B87" rx="4.79" ry="4.88" transform="matrix(.978 .2088 .2088 -.978 446 631.9)"/><ellipse cx="584.07" cy="149.46" fill="#3D7B87" rx="4.79" ry="4.88" transform="rotate(12.05 584.07 149.46)"/><ellipse cx="6.52" cy="6.65" fill="#3D7B87" rx="6.52" ry="6.65" transform="scale(1 -1) rotate(-12.05 -2495.49 -1899.88)"/><ellipse cx="452.09" cy="161.39" fill="#3D7B87" rx="4.78" ry="5.77" transform="rotate(-44.35 452.09 161.39)"/><ellipse cx="6.52" cy="6.65" fill="#3D7B87" rx="6.52" ry="6.65" transform="matrix(.978 .2088 .2088 -.978 335.3 496.36)"/><ellipse cx="416.1" cy="214.01" fill="#3D7B87" rx="6.52" ry="6.65" transform="rotate(12.05 416.1 214.01)"/><ellipse cx="5.02" cy="6.18" fill="#3D7B87" rx="5.02" ry="6.18" transform="scale(1 -1) rotate(-26.41 -907.55 -1119.88)"/><ellipse cx="489.75" cy="225.01" fill="#3D7B87" rx="5.02" ry="6.18" transform="rotate(-2.31 489.75 225.01)"/><ellipse cx="5.32" cy="5.42" fill="#3D7B87" rx="5.32" ry="5.42" transform="scale(1 -1) rotate(-12.05 -2090.56 -1998.83)"/><ellipse cx="439.92" cy="243.88" fill="#3D7B87" rx="5.32" ry="5.42" transform="rotate(12.05 439.92 243.88)"/><ellipse cx="2.84" cy="5.27" fill="#3D7B87" rx="2.84" ry="5.27" transform="scale(1 -1) rotate(-8.31 -2220.86 -1682.37)"/><ellipse cx="232.75" cy="289.48" fill="#3D7B87" rx="2.84" ry="5.27" transform="rotate(15.8 232.75 289.48)"/><ellipse cx="7.5" cy="11.35" fill="#3D7B87" rx="7.5" ry="11.35" transform="scale(1 -1) rotate(-12.05 -2451.83 -2523.91)"/><ellipse cx="578.22" cy="223.89" fill="#3D7B87" rx="5.02" ry="4.58" transform="rotate(12.05 578.22 223.89)"/><ellipse cx="3.54" cy="6.98" fill="#3D7B87" rx="3.54" ry="6.98" transform="scale(1 -1) rotate(-31.41 -745.42 -1273.8)"/><ellipse cx="650.64" cy="251.96" fill="#3D7B87" rx="3.54" ry="6.98" transform="rotate(-7.3 650.64 251.96)"/><ellipse cx="5.42" cy="4.43" fill="#3D7B87" rx="5.42" ry="4.43" transform="matrix(.978 .2088 .2088 -.978 473.24 473)"/><ellipse cx="532.6" cy="301.26" fill="#3D7B87" rx="5.42" ry="4.31" transform="rotate(12.05 532.6 301.26)"/><ellipse cx="6.7" cy="5.11" fill="#3D7B87" rx="6.7" ry="5.11" transform="scale(1 -1) rotate(-30.78 -529.84 -1189.83)"/><ellipse cx="565.93" cy="358.88" fill="#3D7B87" rx="6.7" ry="5.11" transform="rotate(-6.68 565.93 358.88)"/><ellipse cx="5.16" cy="4.6" fill="#3D7B87" rx="5.16" ry="4.6" transform="scale(1 -1) rotate(-47.05 -293.12 -1016.12)"/><ellipse cx="5.44" cy="3.86" fill="#3D7B87" rx="5.44" ry="3.86" transform="scale(1 -1) rotate(-43.96 -292.56 -955.94)"/><ellipse cx="622.7" cy="350.92" fill="#3D7B87" rx="5.95" ry="4.22" transform="rotate(-15.38 622.7 350.92)"/><ellipse cx="4.89" cy="4.1" fill="#3D7B87" rx="4.89" ry="4.1" transform="scale(1 -1) rotate(-88.1 -9.93 -434.95)"/><ellipse cx="445.81" cy="297.26" fill="#3D7B87" rx="4.89" ry="4.1" transform="rotate(-64 445.8 297.26)"/><ellipse cx="8.53" cy="6.01" fill="#3D7B87" rx="8.53" ry="6.01" transform="scale(-1 1) rotate(78.34 -489.68 -34.66)"/><ellipse cx="487.64" cy="276.67" fill="#3D7B87" rx="8.53" ry="6.01" transform="rotate(-77.57 487.64 276.67)"/><ellipse cx="8.53" cy="6.01" fill="#3D7B87" rx="8.53" ry="6.01" transform="scale(-1 1) rotate(59.21 -595.82 -237.03)"/><ellipse cx="504.69" cy="362.53" fill="#3D7B87" rx="8.53" ry="6.01" transform="rotate(-96.69 504.69 362.53)"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h693v671H0z"/></clipPath></defs></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="641" height="1012" opacity=".075" fill="none"><circle cx="641" cy="506" r="80" stroke="#004157"/><circle cx="641" cy="506" r="20" stroke="#004157"/><circle cx="641" cy="506" r="160" stroke="#004157"/><circle cx="641" cy="506" r="240" stroke="#004157"/><circle cx="641" cy="506" r="320" stroke="#004157"/><circle cx="641" cy="506" r="400" stroke="#004157"/><circle cx="641" cy="506" r="480" stroke="#004157"/><circle cx="641" cy="506" r="560" stroke="#004157"/><circle cx="641" cy="506" r="640" stroke="#004157"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 523 666" opacity=".075"><g clip-path="url('#a')"><path stroke="#3D7B87" d="m74 183 62-61 81 14 20 76-62 62-81-15-20-76Zm78 304-20-77"/><path stroke="#3D7B87" d="m93 259-62 61 20 77 82 14 62-62-19-76M91 548l62-62 81 15 20 75-62 62-82-15-19-75Zm146-335 82 14 62-62-20-76-82-15-62 62m59 228 62-62 82 14 20 76-62 62-82-15-20-75Zm0 0-82-14"/><path stroke="#3D7B87" d="m296 439-63 62m145-48 20 77-62 61-83-14m127-411 82 14 62-62-19-76-83-15-62 62m79 304 82 14 63-62-20-76-82-14-63 61m43-137 20 76m-144 48-20-77"/><path stroke="#3D7B87" d="m521 406 20 77-62 61-82-14"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 205 131)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 263 359)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 268 68)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 327 295)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 306 221)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 364 449)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 324 585)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 181 631)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 60 179)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 121 405)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 125 115)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 183 343)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 39 390)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 161 269)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 19 315)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 223 494)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 80 541)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 347 84)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 407 311)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 410 22)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 470 249)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 449 175)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 508 401)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 465 539)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 493 36)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 225 205)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 284 433)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 241 571)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 98 618)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 81 253)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 141 481)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 369 158)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 428 385)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 385 523)"/><circle cx="9.9" cy="9.9" r="9.9" fill="#3D7B87" transform="matrix(1 -.33 .24 .91 511 113)"/><path stroke="#3D7B87" d="m41 177 23 4m69-66-6-21m73 572-6-22m82-576-5-21m72 572-5-22m82-576-6-21m73 572-6-22M0 314l23 4m37 222 23 4M510 36l39-37M85 649l18-17M27 420l17-17"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h523v666H0z"/></clipPath></defs></svg>
|
package/src/brand/basics.md
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: The basics of our digital brand
|
3
|
-
description: A simple style guide for getting started with Malvern Panalytical's Franklin design system
|
4
|
-
layout: content-page
|
5
|
-
sidebar: brand
|
6
|
-
tags: brand
|
7
|
-
version: 0.0.0
|
8
|
-
status: 'Development'
|
9
|
-
---
|
10
|
-
|
11
|
-
## Text
|
12
|
-
- Our font is [Inter](/brand/typography).
|
13
|
-
- Text is colored MP Charcoal (#333333).
|
14
|
-
- 18px font size.
|
15
|
-
- We write in American English using [sentence case](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage).
|
16
|
-
|
17
|
-
## Buttons
|
18
|
-
{% button 'Primary button' '#' %}
|
19
|
-
{% button 'Secondary button' '#' 'c-button--blue' %}
|
20
|
-
{% button 'Tertiary button' '#' 'c-button--outline-green' %}
|
21
|
-
- Primary buttons are always colored MP Green (#13AA13). Please use this color sparingly, for the most important elements on the page.
|
22
|
-
- Secondary buttons may be colored MP Blue (#00A2C2), or outlined.
|
23
|
-
- The font is Inter Bold, 18px.
|
24
|
-
- 6px border-radius.
|
25
|
-
- Padding is 0.777em (horizontal) and 1.5em (vertical).
|
26
|
-
|
27
|
-
## Layout
|
28
|
-
- Use a plain white background, with a splash of color to emphasise important elements.
|
29
|
-
- Reduce visual clutter by using space to separate items, rather than lines or boxes. Don't be afraid of white space!
|
30
|
-
- Text is most comfortable to read when it's between 50-75 characters wide. This translates to 30-50 em.
|
31
|
-
|
32
|
-
## More details
|
33
|
-
- [Fonts and typography](../typography)
|
34
|
-
- [Colors](../colors)
|
35
|
-
- [Buttons](/components/button)
|
36
|
-
- [Tone of voice](/content)
|
package/src/checklist.md
DELETED
@@ -1,71 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Franklin compatibility checklist
|
3
|
-
layout: content-page
|
4
|
-
sidebar: components
|
5
|
-
---
|
6
|
-
|
7
|
-
We use a variety of digital marketing platforms, each with different styling capabilities. We created this design system to bring these platforms together under a single look and feel, but unfortunately not all of them are able to follow the guidelines to the letter.
|
8
|
-
|
9
|
-
When evaluating a new platform, we should aim to ensure they are capable of following the Franklin style as closely as possible.
|
10
|
-
|
11
|
-
Platforms can be categorized into three groups:
|
12
|
-
|
13
|
-
1. Full design system users
|
14
|
-
2. Medium users
|
15
|
-
3. Basic users
|
16
|
-
|
17
|
-
With 1 being the most customizable and 3 the least. More customization allows closer alignment with Franklin.
|
18
|
-
|
19
|
-
## Checklist
|
20
|
-
To qualify as a **Medium** user, a platform must be able to:
|
21
|
-
|
22
|
-
<div>
|
23
|
-
<input type="checkbox" class="c-checkbox" name="inter-font" id="inter-font" value="" />
|
24
|
-
<label for="inter-font">Use the Inter font, either installed in the project or linked via Google Fonts</label>
|
25
|
-
</div>
|
26
|
-
<div>
|
27
|
-
<input type="checkbox" class="c-checkbox" name="html" id="html" value="" />
|
28
|
-
<label for="html">Build bespoke HTML components following Franklin examples</label>
|
29
|
-
</div>
|
30
|
-
<div>
|
31
|
-
<input type="checkbox" class="c-checkbox" name="css" id="css" value="" />
|
32
|
-
<label for="css">Write custom CSS & JS to identically replicate Franklin</label>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
Additionally, they can be considered **Full** users if they can:
|
36
|
-
|
37
|
-
<div>
|
38
|
-
<input type="checkbox" class="c-checkbox" name="cdn" id="cdn" value="" />
|
39
|
-
<label for="cdn">Consume Franklin's CSS and JavaScript via CDN links</label>
|
40
|
-
</div>
|
41
|
-
<div>
|
42
|
-
<input type="checkbox" class="c-checkbox" name="interface" id="interface" value="" />
|
43
|
-
<label for="interface">Style all elements of the interface</label>
|
44
|
-
</div>
|
45
|
-
|
46
|
-
If the platform can’t qualify as a Medium user, they are a **Basic** user. Typically, with Basic platforms there is no ability to write custom HTML, CSS, or JS. Visual customization is limited to e.g. changing colors and picking from predefined templates.
|
47
|
-
|
48
|
-
### Example questions
|
49
|
-
Could the platform incorporate our main header navigation by using the HTML defined at: <https://brand.malvernpanalytical.com/components/header/#component-code>?
|
50
|
-
How about tabs, as defined at: <https://brand.malvernpanalytical.com/components/tabs/#component-code>?
|
51
|
-
|
52
|
-
### Examples of each type
|
53
|
-
Full:
|
54
|
-
- Malvern Panalytical website
|
55
|
-
- Materials Talks blog
|
56
|
-
- Careers website
|
57
|
-
|
58
|
-
Medium:
|
59
|
-
- Bizzabo event pages
|
60
|
-
- OneWelcome login screen
|
61
|
-
|
62
|
-
Basic:
|
63
|
-
- Salesforce customer portal
|
64
|
-
- Bizzabo agenda pages
|
65
|
-
|
66
|
-
### Notes
|
67
|
-
More detailed instructions on consuming Franklin’s CSS and JS can be found at <https://brand.malvernpanalytical.com/components/installation>.
|
68
|
-
|
69
|
-
Example HTML for nearly every component is available at <https://brand.malvernpanalytical.com/components>.
|
70
|
-
|
71
|
-
Documentation is currently a bit lacking for Medium users – e.g. there’s no simple way to supply compiled CSS for their reference, and the uncompiled Sass is likely overcomplicated for their needs. I’m happy to talk through everything they need, but we should aim to document this more thoroughly.
|