From 7f005dc4aae96bf8d5b800bd242af806b4616fff Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sat, 12 Oct 2019 18:32:35 -0500 Subject: [PATCH] Adding new pandas logo --- web/pandas/_templates/layout.html | 1 + web/pandas/about/citing.md | 85 +++++++++++++- web/pandas/config.yml | 2 +- web/pandas/static/css/pandas.css | 8 +- web/pandas/static/img/favicon.ico | Bin 0 -> 1150 bytes web/pandas/static/img/pandas.svg | 2 +- web/pandas/static/img/pandas_mark.svg | 111 ++++++++++++++++++ web/pandas/static/img/pandas_mark_white.svg | 111 ++++++++++++++++++ web/pandas/static/img/pandas_secondary.svg | 1 + .../static/img/pandas_secondary_white.svg | 1 + web/pandas/static/img/pandas_white.svg | 1 + 11 files changed, 316 insertions(+), 7 deletions(-) create mode 100644 web/pandas/static/img/favicon.ico mode change 120000 => 100644 web/pandas/static/img/pandas.svg create mode 100644 web/pandas/static/img/pandas_mark.svg create mode 100644 web/pandas/static/img/pandas_mark_white.svg create mode 100644 web/pandas/static/img/pandas_secondary.svg create mode 100644 web/pandas/static/img/pandas_secondary_white.svg create mode 100644 web/pandas/static/img/pandas_white.svg 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 0000000000000000000000000000000000000000..0af2443dcaa3e814d631a36bdcdb1c4d070bd6ce GIT binary patch literal 1150 zcmZQzU<5(|0R|wcz>vYhz#zuJz@P!dKp~(AL>x%r1r7`hEFtW|e?r(rwxcOz1jzx# z7}3O0xM>UwtU&$$fp{0PL@1kZ1w>rP4OtwWO=bOzo(wANp$rVn$o9uFh;s*kLkit? z1_osNgE@uGL2eG_5N;1;7xDmx$?Q-zAuW*KK;j^^=qBLO-^TV#ql5W*SS!OzadPx` zu)L_~V0r$(o#m+;vHBx81QdeVg=Pk`2?unrz0hrEeV)+C@LGyk{R}7n3j=W!5bK9< z2s;DyO$=ohQ72meng8Ytr~dy3;&$ZlCt5$q{!{;BfY^W>{UHAX?V1X7vmdegLGcMn z8=y3T9RHAXB*^ao$sai5A2~fB>qi#H=YM2%l0frB-GcX)r#*ZHW<$pXzU;yd{uLA%8 literal 0 HcmV?d00001 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