-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.htm
124 lines (121 loc) · 3.09 KB
/
index.htm
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JOSA design and branding guidelines</title>
</head>
<body>
<h1>Branding guidelines for JOSA</h1>
<h2>Typography</h2>
<h3>Headers</h3>
Latin: IBM Plex Sans<br/>
Arabic: IBM Plex Sans Arabic<br/>
Downloadable from here: <a href="https://github.com/IBM/plex/tree/master/IBM-Plex-Sans-Arabic/fonts/complete">https://github.com/IBM/plex/tree/master/IBM-Plex-Sans-Arabic/fonts/complete</a>
<h3>Paragraphs</h3>
Latin: IBM Plex Sans<br/>
Arabic: IBM Plex Sans Arabic<br/>
Downloadable from here: <a href="https://github.com/IBM/plex/tree/master/IBM-Plex-Sans-Arabic/fonts/complete">https://github.com/IBM/plex/tree/master/IBM-Plex-Sans-Arabic/fonts/complete</a>
<h3>Code / Monospace</h3>
IBM Plex Mono<br/>
Downloadable from here: <a href="https://github.com/IBM/plex/tree/master/IBM-Plex-Mono/fonts/complete">https://github.com/IBM/plex/tree/master/IBM-Plex-Mono/fonts/complete</a>
<h2>Color Palette</h2>
<table>
<tr>
<td>
<span style="color:#3897c0">███</span>
</td>
<td>
<pre>#3897c0</pre>
</td>
<td>
JOSA Blue<br/>
<em>Accent color.</em>
</td>
</tr>
<tr>
<td>
<span style="color:#1a485b">███</span>
</td>
<td>
<pre>#1a485b</pre>
</td>
<td>
JOSA Dark Blue
</td>
</tr>
<tr>
<td>
<span style="color:#163e4e">███</span>
</td>
<td>
<pre>#163e4e</pre>
</td>
<td>
JOSA Very Dark Blue<br/>
<em>For footer, and inverted textual blocks.</em>
</td>
</tr>
</table>
<table>
<tr>
<td>
<span style="color:#ffffff">███</span>
</td>
<td>
<pre>#ffffff</pre>
</td>
<td>
JOSA White<br/>
<em>For backgrounds with texts and textual blocks.</em>
</td>
</tr>
<tr>
<td>
<span style="color:#f7f6f5">███</span>
</td>
<td>
<pre>#f7f6f5</pre>
</td>
<td>
JOSA Warm Grey (Light)<br/>
<em>For page background.</em>
</td>
</tr>
<tr>
<td>
<span style="color:#efedec">███</span>
</td>
<td>
<pre>#efedec</pre>
</td>
<td>
JOSA Warm Grey
</td>
</tr>
<tr>
<td>
<span style="color:#aea79f">███</span>
</td>
<td>
<pre>#aea79f</pre>
</td>
<td>
JOSA Warm Grey (Dark)<br/>
<em>For secondary outline buttons.</em>
</td>
</tr>
<tr>
<td>
<span style="color:#2e3436">███</span>
</td>
<td>
<pre>#2e3436</pre>
</td>
<td>
JOSA Black (Dark)<br/>
<em>For text.</em>
</td>
</tr>
</table>
</body>
</html>