diff --git a/web/pandas/_templates/layout.html b/web/pandas/_templates/layout.html index fe3e4d1245d93..120058afd1190 100644 --- a/web/pandas/_templates/layout.html +++ b/web/pandas/_templates/layout.html @@ -12,6 +12,7 @@ pandas - Python Data Analysis Library + + + + + + + + + + + +### Secondary logo + + + + + + + + +### Logo mark + + + + + + + + +### Logo usage + +The pandas logo is available in full color and white accent. +The full color logo should only appear against white backgrounds. +The white accent logo should go against contrasting color background. When using the logo, please follow the next directives: -- Leave enough margin around the logo +- Primary logo should never be seen under 1 inch in size for printing and 72px for web +- The secondary logo should never be seen under 0.75 inch in size for printing and 55px for web +- Leave enough margin around the logo (leave the height of the logo in the top, bottom and both sides) - Do not distort the logo by changing its proportions - Do not place text or other elements on top of the logo + +### Colors + + + + + + + +
+ + + +
+ Blue
+ RGB: R21 G4 B88
+ HEX: #150458 +
+ + + +
+ Yellow
+ RGB: R255 G202 B0
+ HEX: #FFCA00 +
+ + + +
+ Pink
+ RGB: R231 G4 B136
+ HEX: #E70488 +
diff --git a/web/pandas/config.yml b/web/pandas/config.yml index d5c505f298437..e2a95a5039884 100644 --- a/web/pandas/config.yml +++ b/web/pandas/config.yml @@ -16,7 +16,7 @@ main: - tables - fenced_code static: - logo: # /static/img/pandas.svg + logo: /static/img/pandas_white.svg css: - /static/css/pandas.css navbar: diff --git a/web/pandas/static/css/pandas.css b/web/pandas/static/css/pandas.css index 0a227cf8d96c9..8b5905d480ac3 100644 --- a/web/pandas/static/css/pandas.css +++ b/web/pandas/static/css/pandas.css @@ -31,7 +31,7 @@ code { color: #130654; } a.navbar-brand img { - max-height: 2em; + height: 3rem; } div.card { margin: 0 0 .2em .2em !important; @@ -52,3 +52,9 @@ div.card .card-title { .navbar-dark .navbar-nav .nav-link:hover { color: white; } +table.logo td { + text-align: center; +} +table.logo img { + height: 4rem; +} diff --git a/web/pandas/static/img/favicon.ico b/web/pandas/static/img/favicon.ico new file mode 100644 index 0000000000000..0af2443dcaa3e Binary files /dev/null and b/web/pandas/static/img/favicon.ico differ diff --git a/web/pandas/static/img/pandas.svg b/web/pandas/static/img/pandas.svg deleted file mode 120000 index 2e5d3872e4845..0000000000000 --- a/web/pandas/static/img/pandas.svg +++ /dev/null @@ -1 +0,0 @@ -../../../../doc/logo/pandas_logo.svg \ No newline at end of file diff --git a/web/pandas/static/img/pandas.svg b/web/pandas/static/img/pandas.svg new file mode 100644 index 0000000000000..a7af4e4d2d401 --- /dev/null +++ b/web/pandas/static/img/pandas.svg @@ -0,0 +1 @@ +Artboard 63 \ No newline at end of file diff --git a/web/pandas/static/img/pandas_mark.svg b/web/pandas/static/img/pandas_mark.svg new file mode 100644 index 0000000000000..1451f57de198e --- /dev/null +++ b/web/pandas/static/img/pandas_mark.svg @@ -0,0 +1,111 @@ + + + + + + image/svg+xml + + + + + + + + + Artboard 61 + + + + + + + + + diff --git a/web/pandas/static/img/pandas_mark_white.svg b/web/pandas/static/img/pandas_mark_white.svg new file mode 100644 index 0000000000000..ae50bf5430c3a --- /dev/null +++ b/web/pandas/static/img/pandas_mark_white.svg @@ -0,0 +1,111 @@ + + + + + + image/svg+xml + + + + + + + + + Artboard 61 copy + + + + + + + + + diff --git a/web/pandas/static/img/pandas_secondary.svg b/web/pandas/static/img/pandas_secondary.svg new file mode 100644 index 0000000000000..e74404842e5b6 --- /dev/null +++ b/web/pandas/static/img/pandas_secondary.svg @@ -0,0 +1 @@ +Artboard 57 \ No newline at end of file diff --git a/web/pandas/static/img/pandas_secondary_white.svg b/web/pandas/static/img/pandas_secondary_white.svg new file mode 100644 index 0000000000000..86bcca57a031e --- /dev/null +++ b/web/pandas/static/img/pandas_secondary_white.svg @@ -0,0 +1 @@ +Artboard 57 copy \ No newline at end of file diff --git a/web/pandas/static/img/pandas_white.svg b/web/pandas/static/img/pandas_white.svg new file mode 100644 index 0000000000000..bc7c41651182d --- /dev/null +++ b/web/pandas/static/img/pandas_white.svg @@ -0,0 +1 @@ +Artboard 63 copy 2 \ No newline at end of file