From d96c6545b441117f80a7f208984d70c2fccfa809 Mon Sep 17 00:00:00 2001 From: Jonathan Daniel Date: Fri, 22 May 2020 12:22:54 +0300 Subject: [PATCH 1/2] DOC: Added nibabel's svg logo Colors change from nipy svg logo to nibabel svg logo: 1. lemonchiffon: #fdfdcb -> tan: #cec890 2. olive: #649700 -> steelblue: #2f83c8 3. darkolivegreen: #49660d -> black: #0c0f05 1 and 2 according to: https://github.com/nipy/nibabel/blob/c0ca2f87b7d7ec85715540fbb126d8970876b46e/doc/source/_static/nibabel.css Source svg: https://nipy.org/img/nipy.svg --- doc/source/_static/nibabel-logo.svg | 91 +++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 doc/source/_static/nibabel-logo.svg diff --git a/doc/source/_static/nibabel-logo.svg b/doc/source/_static/nibabel-logo.svg new file mode 100644 index 0000000000..7c0d04ee82 --- /dev/null +++ b/doc/source/_static/nibabel-logo.svg @@ -0,0 +1,91 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + From 1325a9938e5591fdb1395155d4d4878641a6154b Mon Sep 17 00:00:00 2001 From: Jonathan Daniel Date: Fri, 22 May 2020 16:17:26 +0300 Subject: [PATCH 2/2] DOC: use svg logo in header layout --- doc/source/_templates/layout.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html index e0428b2ff9..38af7175f3 100644 --- a/doc/source/_templates/layout.html +++ b/doc/source/_templates/layout.html @@ -13,9 +13,14 @@ {% endblock %} {% block header %} -
-

NiBabel

-

Access a cacophony of neuro-imaging file formats

+
+
+ +
+
+

NiBabel

+

Access a cacophony of neuro-imaging file formats

+
{% endblock %}