-
Notifications
You must be signed in to change notification settings - Fork 2
/
logo-usage-guidelines.html
443 lines (310 loc) · 15.7 KB
/
logo-usage-guidelines.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!doctype html>
<html>
<head>
<title>Solid Logo Usage Guidelines · Solid</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link
rel="shortcut icon"
type="image/x-icon"
href="/favicon.ico?"
/>
<link rel="stylesheet" href="/assets/css/main.css" />
</head>
<body>
<header>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img
src="/assets/img/solid-emblem.svg"
alt="[Solid logo]"
/>
</a>
<a class="is-hidden-mobile navbar-item navbar-brand-name is-uppercase is-size-4" href="/">
Solid
</a>
</div>
<div class="navbar-menu">
<div class="navbar-end">
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/use-solid"
>使用Solid</a>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/for-developers"
>开发人员</a>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/for-enterprises"
>企业</a>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/faqs"
>常见问题</a>
</div>
</div>
</nav>
</header>
<div id="draft-warning"></div>
<script>
if (document.location.hostname === 'localhost' || document.location.hostname === 'solid.github.io') {
const draftWarningElement = document.getElementById('draft-warning')
draftWarningElement.innerHTML = `
<div class="message is-danger is-large" role="alert">
<div class="message-body">
You are currently viewing a draft version of the Solid website. If you are looking for reliable information, visit the live site at <a href="https://solidproject.org/logo-usage-guidelines" title="The official Solid website">SolidProject.org</a>.
</div>
</div>
`;
}
</script>
<nav id="breadcrumb" class="breadcrumb">
<div class="container">
<ul>
<li>
<a href="/">
Home
</a>
</li>
<li>
<a href="">
Solid Logo Usage Guidelines
</a>
</li>
</ul>
</div>
</nav>
<main>
<div class="container">
<div class="columns">
<div class="column is-two-thirds">
<article class="section content">
<h1 id="introduction">Introduction</h1>
<p>These guidelines are to help you when representing the Solid brand in apps, communications, content, events, projects or assets. They incorporate guidance for visual elements such as logos, colours, typography, iconography and graphic devices. There is also guidance for writing such as tone and format. These guidelines are intended for digital application. For more specific print guidelines please contact <a href="https://github.com/Mitzi-Laszlo">Mitzi László</a> for further guidance.</p>
<h2 id="why-do-we-need-brand-guidelines">Why do we need brand guidelines?</h2>
<p>As a defined entity, Solid has an identity. The more consistent that identity is the easier it is to be identified and identify with. While the Solid brand may appear in a range of different places for very different purposes, by following these guidelines you will be helping to retain that consistency and build a stronger identity.</p>
<h2 id="for-app-developers">For app developers</h2>
<p>Please use these guidelines for any instances where you are looking to reference Solid. In particular, please pay notice to the guidelines on logo and colour usage as well as how to refer to Solid and its key elements in text.</p>
<h2 id="for-event-organisers-or-communicationscontent-creators">For event organisers or communications/content creators</h2>
<p>If you are looking to create Solid communications, collateral or content please follow all aspects of these guidelines. For guidance on creating user interfaces, videos, animation or sound please contact <a href="https://github.com/Mitzi-Laszlo">Mitzi László</a> for further guidance.
___</p>
<h1 id="values">Values</h1>
<p>Solid has core values that should be embodied in everything that it represents or represents it: Interoperability, Self-determination, Equal access, Sourcing, Public Value, Connecting</p>
<h1 id="logo">Logo</h1>
<p>There is one single Solid logo with two different applications:</p>
<p><img src="https://avatars3.githubusercontent.com/u/14262490?v=3&s=200" alt="Solid Logo" /></p>
<p><strong>Contained</strong></p>
<p>Lettermark within a solid hex shape</p>
<p>Usage: can be used on any flat colour or overlaid on an image. Not to be used on complex patterns or in close proximity to other logos, typography or graphic elements.</p>
<p><strong>Outlined</strong></p>
<p>Lettermark within an outline hex shape</p>
<p>Usage: only to be used on solid Royal Lavender (<code class="highlighter-rouge">#7C4DFF</code>) background. Not to be used in close proximity to other logos, typography or graphic elements.
___</p>
<h1 id="colour">Colour</h1>
<h2 id="primary">Primary</h2>
<p><strong>Royal Lavender</strong> - <code class="highlighter-rouge">#7C4DFF</code>, <code class="highlighter-rouge">R124 G77 B255</code>
Usage: in conjunction with outlined Solid logo as a key branding element e.g. mastheads, footers and for primary CTA buttons. Not to be used as a fill within Avoid using numerous times in any one environment.</p>
<h2 id="secondary">Secondary</h2>
<p><strong>Geyser Grey</strong> - <code class="highlighter-rouge">#DAE0E6</code>, <code class="highlighter-rouge">R218 G224 B230</code>
Usage: core functionality and signposting e.g. icons and secondary buttons/controls. Avoid use in content.</p>
<h2 id="tertiary">Tertiary</h2>
<p><strong>Calatina Blue</strong> - <code class="highlighter-rouge">#083575</code>, <code class="highlighter-rouge">R8 G53 B117</code>
Usage: for background fills, UI functionality, dividers, illustration</p>
<p><strong>Flamengo Pink</strong> - <code class="highlighter-rouge">#FF6969</code>, <code class="highlighter-rouge">R255 G105 B105</code>
Usage: for background fills and illustration.</p>
<h2 id="utility-colours">Utility colours</h2>
<p><strong>Header Blue</strong> - <code class="highlighter-rouge">#354866</code>, <code class="highlighter-rouge">R53 G72 B102</code>
Usage: all non header copy. Avoid using for anything else.</p>
<p><strong>Body Grey</strong> - <code class="highlighter-rouge">#666666</code>, <code class="highlighter-rouge">R102 G102 B102</code>
Usage: all non header copy. Avoid using for anything else.</p>
<p><strong>Warning Orange</strong> - <code class="highlighter-rouge">#FFA600</code>, <code class="highlighter-rouge">R255 G166 B0</code>
Usage: for warning messages only</p>
<p><strong>Error Red</strong> - <code class="highlighter-rouge">#D0021B</code>, <code class="highlighter-rouge">R208 G2 B27</code>
Usage: for error messaging only
___</p>
<h1 id="typography">Typography</h1>
<p>The Solid brand features two typefaces:</p>
<p><strong>Volkhov</strong></p>
<p>Usage: headlines, sub headlines, buttons, pull quotes</p>
<p><strong>Neue Einstellung</strong></p>
<p>Usage: body copy, links, controls, labels
___</p>
<h1 id="iconography">Iconography</h1>
<p>Solid uses icons provided by <a href="https://fontawesome.com">Font Awesome</a>. This is not only for ease but also to ensure icons are as usable/accessible as possible.
___</p>
<h1 id="gradients">Gradients</h1>
<p>Solid has one gradient which combines the Primary (Royal Lavender) and Secondary (Deep Sky Blue, Cerulean Blue) colours in equal parts (33/33/33)</p>
<p>Usage: as a background or as an overlay to a greyscale image. It should not be used in the logo, typography, icons or graphics.
___</p>
<h1 id="graphic-elements">Graphic elements</h1>
<p><strong>Solid hex pattern</strong></p>
<p>Usage: only to be used as an unbroken background fill and not to be incorporated into content or graphics.
___</p>
<h1 id="written-tone">Written tone</h1>
<p>When writing for Solid communications or content you should look to adhere to the following tone of voice principles:</p>
<h2 id="clear">Clear</h2>
<p>Being instantly understood by anyone, be they technically-minded or not, is fundamental to ensuring Solid meets its core values (see above). This means describing things in terms everyone will understand and avoiding jargon or ambiguous abbreviation/acronyms. Any terminology which isn’t in the vocabulary of the majority of people.</p>
<h2 id="honest">Honest</h2>
<p>Being true to what anything is and what it delivers is key to ensuring Solid always remains genuine and trustworthy. Avoid using any embellishment or describing Solid in excessively glowing terms. Accuracy of information is also key to achieving this and the integrity of what Solid says should be protected at all times. Solid should be candid with the truth but at the same time avoid being frank or outspoken.</p>
<h2 id="open">Open</h2>
<p>Solid should always be welcoming and approachable in its tone and language - anyone should be made to feel like they can be part of the community. It should always be generous with what it shares and never feel like it is withholding information. Solid should avoid doctrine and being overly-directive in favour of offering guidance and advice.
___</p>
<h1 id="written-format">Written format</h1>
<p><strong>Solid</strong> and <strong>Pod</strong> should always be always be capitalised and never written in all-caps.</p>
<p><strong>WebID</strong> is semi-capitalised.</p>
<p>General writing should always be sentence case and avoid all non-standard capitalisation. For example, ‘internet’ and ‘web’ are decapitalised .</p>
<p>British spelling, the serial comma, and the generic ‘they’ is used to specify a person of unknown gender on the website copy and mailing list.</p>
</article>
</div>
<aside id="sidebar" class="column is-one-third is-hidden-mobile section">
<div class="menu is-large">
<ul class="menu-list">
<li><a href="#introduction">Introduction</a>
<ul>
<li><a href="#why-do-we-need-brand-guidelines">Why do we need brand guidelines?</a></li>
<li><a href="#for-app-developers">For app developers</a></li>
<li><a href="#for-event-organisers-or-communicationscontent-creators">For event organisers or communications/content creators</a></li>
</ul>
</li>
<li><a href="#values">Values</a></li>
<li><a href="#logo">Logo</a></li>
<li><a href="#colour">Colour</a>
<ul>
<li><a href="#primary">Primary</a></li>
<li><a href="#secondary">Secondary</a></li>
<li><a href="#tertiary">Tertiary</a></li>
<li><a href="#utility-colours">Utility colours</a></li>
</ul>
</li>
<li><a href="#typography">Typography</a></li>
<li><a href="#iconography">Iconography</a></li>
<li><a href="#gradients">Gradients</a></li>
<li><a href="#graphic-elements">Graphic elements</a></li>
<li><a href="#written-tone">Written tone</a>
<ul>
<li><a href="#clear">Clear</a></li>
<li><a href="#honest">Honest</a></li>
<li><a href="#open">Open</a></li>
</ul>
</li>
<li><a href="#written-format">Written format</a></li>
</ul>
</div>
</aside>
</div>
</div>
</main>
<footer id="footer" class="footer">
<div class="container">
<div class="columns">
<div class="column">
<ul>
<li>
<a class="title is-size-5" href="/">首页</a>
</li>
<li>
<a class="is-size-5" href="/use-solid">使用Solid</a>
</li>
<li>
<a class="is-size-5" href="/implement">实现Solid</a>
</li>
<li>
<a class="is-size-5" href="/team">团队</a>
</li>
<li>
<a class="is-size-5" href="/faqs">常见问题</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<span class="title is-size-5">最新消息</span>
</li>
<li>
<a class="is-size-5" href="/this-week-in-solid">Solid本周</a>
</li>
<li>
<a class="is-size-5" href="/press">新闻</a>
</li>
<li>
<a class="is-size-5" href="/events">Solid事件</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<a class="title is-size-5" href="/for-developers">开发人员</a>
</li>
<li>
<a class="is-size-5" href="/for-developers/apps">写应用</a>
</li>
<li>
<a class="is-size-5" href="/for-developers/pod-server">运行Pod服务</a>
</li>
<li>
<a class="is-size-5" href="/funding">资金</a>
</li>
<li>
<a class="is-size-5" href="https://forum.solidproject.org">论坛</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<span class="title is-size-5">更多</span>
</li>
<li>
<a class="is-size-5" href="/standardisation">标准化</a>
</li>
<li>
<a class="is-size-5" href="/license">许可</a>
</li>
<li>
<a class="is-size-5" href="/logo-usage-guidelines">图标使用指南</a>
</li>
<li>
<a class="is-size-5" href="https://github.com/solid/solidproject.org/issues/new">网站反馈</a>
</li>
</ul>
</div>
</div>
</div>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img
src="/assets/img/solid-emblem.svg"
alt="[Solid logo]"
/>
</a>
<a class="navbar-item" href="mailto:[email protected]">
</a>
<a class="navbar-item" href="https://github.com/solid/" title="Solid on GitHub">
<span class="image is-24x24">
<img
src="/assets/img/fontawesome-free-5.11.2-web/svgs/brands/github.svg"
alt="GitHub"
class="brand-icon"
/>
</span>
</a>
<a class="navbar-item" href="https://twitter.com/project_solid" title="Solid on Twitter">
<span class="image is-24x24">
<img
src="/assets/img/fontawesome-free-5.11.2-web/svgs/brands/twitter.svg"
alt="Twitter"
class="brand-icon"
/>
</span>
</a>
</div>
</nav>
</footer>
</body>
</html>