@@ -33,14 +33,91 @@ If you use _pandas_ for a scientific publication, we would appreciate citations
33
33
34
34
When using the project name _ pandas_ , please use it in lower case, even at the beginning of a sentence.
35
35
36
- The official logo of _ pandas_ is :
36
+ The official logos of _ pandas_ are :
37
37
38
- ![ ] ({{ base_url }}/static/img/pandas.svg)
38
+ ### Primary logo
39
39
40
- You can download a ` svg ` version of the logo [ here] ({{ base_url }}/static/img/pandas.svg).
40
+ <table class =" table logo " >
41
+ <tr>
42
+ <td>
43
+ <img alt="" src="{{ base_url }}/static/img/pandas.svg"/>
44
+ </td>
45
+ <td style="background-color: #150458">
46
+ <img alt="" src="{{ base_url }}/static/img/pandas_white.svg"/>
47
+ </td>
48
+ </tr>
49
+ </table >
50
+
51
+ ### Secondary logo
52
+
53
+ <table class =" table logo " >
54
+ <tr>
55
+ <td>
56
+ <img alt="" src="{{ base_url }}/static/img/pandas_secondary.svg"/>
57
+ </td>
58
+ <td style="background-color: #150458">
59
+ <img alt="" src="{{ base_url }}/static/img/pandas_secondary_white.svg"/>
60
+ </td>
61
+ </tr>
62
+ </table >
63
+
64
+ ### Logo mark
65
+
66
+ <table class =" table logo " >
67
+ <tr>
68
+ <td>
69
+ <img alt="" src="{{ base_url }}/static/img/pandas_mark.svg"/>
70
+ </td>
71
+ <td style="background-color: #150458">
72
+ <img alt="" src="{{ base_url }}/static/img/pandas_mark_white.svg"/>
73
+ </td>
74
+ </tr>
75
+ </table >
76
+
77
+ ### Logo usage
78
+
79
+ The pandas logo is available in full color and white accent.
80
+ The full color logo should only appear against white backgrounds.
81
+ The white accent logo should go against contrasting color background.
41
82
42
83
When using the logo, please follow the next directives:
43
84
44
- - Leave enough margin around the logo
85
+ - Primary logo should never be seen under 1 inch in size for printing and 72px for web
86
+ - The secondary logo should never be seen under 0.75 inch in size for printing and 55px for web
87
+ - Leave enough margin around the logo (leave the height of the logo in the top, bottom and both sides)
45
88
- Do not distort the logo by changing its proportions
46
89
- Do not place text or other elements on top of the logo
90
+
91
+ ### Colors
92
+
93
+ <table class =" table " >
94
+ <tr>
95
+ <td style="text-align: center;">
96
+ <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
97
+ <circle cx="50" cy="50" r="50" fill="#150458"/>
98
+ </svg>
99
+ <br/>
100
+ <b style="color: #150458;">Blue</b><br/>
101
+ RGB: R21 G4 B88<br/>
102
+ HEX: #150458
103
+ </td>
104
+ <td style="text-align: center;">
105
+ <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
106
+ <circle cx="50" cy="50" r="50" fill="#ffca00"/>
107
+ </svg>
108
+ <br/>
109
+ <b style="color: #150458;">Yellow</b><br/>
110
+ RGB: R255 G202 B0<br/>
111
+ HEX: #FFCA00
112
+ </td>
113
+ <td style="text-align: center;">
114
+ <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
115
+ <circle cx="50" cy="50" r="50" fill="#e70488"/>
116
+ </svg>
117
+ <br/>
118
+ <b style="color: #150458;">Pink</b><br/>
119
+ RGB: R231 G4 B136<br/>
120
+ HEX: #E70488
121
+ </td>
122
+ </tr>
123
+ </table >
0 commit comments