From b7c2e2b49ca2db77051410bed87f034306222b42 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Thu, 4 Nov 2021 02:39:55 +0000 Subject: Rename logo files --- docs/conf.py | 5 +- docs/images/README.rst | 106 ++++ docs/images/banner-640x320.png | Bin 0 -> 15763 bytes docs/images/banner-640x320.svg | 101 ++++ docs/images/banner-negative-640x320.png | Bin 0 -> 18004 bytes docs/images/banner-negative-640x320.svg | 109 ++++ docs/images/logo-demo-editable-inkscape.png | Bin 0 -> 90174 bytes docs/images/logo-demo-editable-inkscape.svg | 888 ++++++++++++++++++++++++++++ docs/images/logo-editable-inkscape.png | Bin 0 -> 13249 bytes docs/images/logo-editable-inkscape.svg | 150 +++++ docs/images/logo-inline-negative.png | Bin 0 -> 8985 bytes docs/images/logo-inline-negative.svg | 105 ++++ docs/images/logo-inline.png | Bin 0 -> 8216 bytes docs/images/logo-inline.svg | 97 +++ docs/images/logo-negative.png | Bin 0 -> 14594 bytes docs/images/logo-negative.svg | 106 ++++ docs/images/logo-over-white.png | Bin 0 -> 13915 bytes docs/images/logo-over-white.svg | 106 ++++ docs/images/logo-symbol-only.png | Bin 0 -> 8506 bytes docs/images/logo-symbol-only.svg | 46 ++ docs/images/logo-text-only.png | Bin 0 -> 4705 bytes docs/images/logo-text-only.svg | 85 +++ docs/images/logo.png | Bin 0 -> 13208 bytes docs/images/logo.svg | 98 +++ docs/index.rst | 2 +- docs/logo/README.rst | 106 ---- docs/logo/banner-github.png | Bin 15763 -> 0 bytes docs/logo/banner-github.svg | 101 ---- docs/logo/banner-negative-github.png | Bin 18004 -> 0 bytes docs/logo/banner-negative-github.svg | 109 ---- docs/logo/banner-negative.png | Bin 8985 -> 0 bytes docs/logo/banner-negative.svg | 105 ---- docs/logo/banner.png | Bin 8216 -> 0 bytes docs/logo/banner.svg | 97 --- docs/logo/demo-editable-inkscape.png | Bin 90174 -> 0 bytes docs/logo/demo-editable-inkscape.svg | 888 ---------------------------- docs/logo/editable-inkscape.png | Bin 13249 -> 0 bytes docs/logo/editable-inkscape.svg | 150 ----- docs/logo/paths-negative.png | Bin 14594 -> 0 bytes docs/logo/paths-negative.svg | 106 ---- docs/logo/paths-over-white.png | Bin 13915 -> 0 bytes docs/logo/paths-over-white.svg | 106 ---- docs/logo/paths.png | Bin 13208 -> 0 bytes docs/logo/paths.svg | 98 --- docs/logo/symbol-only.png | Bin 8506 -> 0 bytes docs/logo/symbol-only.svg | 46 -- docs/logo/text-only.png | Bin 4705 -> 0 bytes docs/logo/text-only.svg | 85 --- 48 files changed, 2000 insertions(+), 2001 deletions(-) create mode 100644 docs/images/README.rst create mode 100644 docs/images/banner-640x320.png create mode 100644 docs/images/banner-640x320.svg create mode 100644 docs/images/banner-negative-640x320.png create mode 100644 docs/images/banner-negative-640x320.svg create mode 100644 docs/images/logo-demo-editable-inkscape.png create mode 100644 docs/images/logo-demo-editable-inkscape.svg create mode 100644 docs/images/logo-editable-inkscape.png create mode 100644 docs/images/logo-editable-inkscape.svg create mode 100644 docs/images/logo-inline-negative.png create mode 100644 docs/images/logo-inline-negative.svg create mode 100644 docs/images/logo-inline.png create mode 100644 docs/images/logo-inline.svg create mode 100644 docs/images/logo-negative.png create mode 100644 docs/images/logo-negative.svg create mode 100644 docs/images/logo-over-white.png create mode 100644 docs/images/logo-over-white.svg create mode 100644 docs/images/logo-symbol-only.png create mode 100644 docs/images/logo-symbol-only.svg create mode 100644 docs/images/logo-text-only.png create mode 100644 docs/images/logo-text-only.svg create mode 100644 docs/images/logo.png create mode 100644 docs/images/logo.svg delete mode 100644 docs/logo/README.rst delete mode 100644 docs/logo/banner-github.png delete mode 100644 docs/logo/banner-github.svg delete mode 100644 docs/logo/banner-negative-github.png delete mode 100644 docs/logo/banner-negative-github.svg delete mode 100644 docs/logo/banner-negative.png delete mode 100644 docs/logo/banner-negative.svg delete mode 100644 docs/logo/banner.png delete mode 100644 docs/logo/banner.svg delete mode 100644 docs/logo/demo-editable-inkscape.png delete mode 100644 docs/logo/demo-editable-inkscape.svg delete mode 100644 docs/logo/editable-inkscape.png delete mode 100644 docs/logo/editable-inkscape.svg delete mode 100644 docs/logo/paths-negative.png delete mode 100644 docs/logo/paths-negative.svg delete mode 100644 docs/logo/paths-over-white.png delete mode 100644 docs/logo/paths-over-white.svg delete mode 100644 docs/logo/paths.png delete mode 100644 docs/logo/paths.svg delete mode 100644 docs/logo/symbol-only.png delete mode 100644 docs/logo/symbol-only.svg delete mode 100644 docs/logo/text-only.png delete mode 100644 docs/logo/text-only.svg (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index c55af0bd..06a61a8c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,16 +101,15 @@ default_role = 'any' # HTML theme html_theme = 'furo' -html_static_path = ['logo'] +html_logo = "images/logo.png" +html_static_path = ['images'] html_theme_options = { "sidebar_hide_name": True, - "light_logo": "paths.png", "light_css_variables": { "color-brand-primary": "#336790", # "blue" "color-brand-content": "#336790", }, - "dark_logo": "paths-negative.png", "dark_css_variables": { "color-brand-primary": "#E5B62F", # "yellow" "color-brand-content": "#E5B62F", diff --git a/docs/images/README.rst b/docs/images/README.rst new file mode 100644 index 00000000..e1dddc1d --- /dev/null +++ b/docs/images/README.rst @@ -0,0 +1,106 @@ +:orphan: + +======= +Artwork +======= + +.. figure:: logo-over-white.svg + :align: center + + Setuptools logo, designed in 2021 by `Anderson Bravalheri`_ + +Elements of Design +================== + +The main colours of the design are a dark pastel azure (``#336790``) and a pale +orange (``#E5B62F``), referred in this document simply as "blue" and "yellow" +respectively. The text uses the *Monoid* typeface, an open source webfont that +was developed by Andreas Larsen and contributors in 2015 and is distributed +under the MIT or SIL licenses (more information at +https://github.com/larsenwork/monoid) + + +Usage +===== + +The preferred way of using the setuptools logo is over a white (or light) +background. Alternatively, the following options can be considered, depending +on the circumstances: + +- *"negative"* design - for dark backgrounds (e.g. website displayed in "dark + mode"): the white colour (``#FFFFFF``) of the background and the "blue" + (``#336790``) colour of the design can be swapped. +- *"monochrome"* - when colours are not available (e.g. black and white printed + media): a completely black or white version of the logo can also be used. +- *"banner"* mode: the symbol and text can be used alongside depending on the + available space. + +The following image illustrate these alternatives: + +.. image:: logo-demo-editable-inkscape.png + :align: center + +Please refer to the SVG files in the `setuptools repository`_ for the specific +shapes and proportions between the elements of the design. + + +Working with the Design +======================= + +The `setuptools repository`_ contains a series of vector representations of the +design under the ``docs/images`` directory. These representations can be +manipulated via any graphic editor that support SVG files, +however the free and open-source software Inkscape_ is recommended for maximum +compatibility. + +When selecting the right file to work with, file names including +``editable-inkscape`` indicate "more editable" elements (e.g. editable text), +while the others prioritise SVG paths for maximum reproducibility. + +Also notice that you might have to `install the correct fonts`_ to be able to +visualise or edit some of the designs. + + +License +======= + + +This logo, design variations or a modified version may be used by anyone to +refer to setuptools, but does not indicate endorsement by the project. + +Redistribution, usage and derivative works are permitted under the same license +used by the setuptools software (MIT): + +.. code-block:: text + + Copyright (c) Anderson Bravalheri + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. + + THE USAGE OF THIS LOGO AND ARTWORK DOES NOT INDICATE ENDORSEMENT BY THE + SETUPTOOLS PROJECT. + +Whenever possible, please make the image a link to +https://github.com/pypa/setuptools. + + +.. _Anderson Bravalheri: https://github.com/abravalheri +.. _Inkscape: https://inkscape.org +.. _setuptools repository: https://github.com/pypa/setuptools +.. _install the correct fonts: https://wiki.inkscape.org/wiki/Installing_fonts diff --git a/docs/images/banner-640x320.png b/docs/images/banner-640x320.png new file mode 100644 index 00000000..ce7f99f2 Binary files /dev/null and b/docs/images/banner-640x320.png differ diff --git a/docs/images/banner-640x320.svg b/docs/images/banner-640x320.svg new file mode 100644 index 00000000..8222f645 --- /dev/null +++ b/docs/images/banner-640x320.svg @@ -0,0 +1,101 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/banner-negative-640x320.png b/docs/images/banner-negative-640x320.png new file mode 100644 index 00000000..c0126f8b Binary files /dev/null and b/docs/images/banner-negative-640x320.png differ diff --git a/docs/images/banner-negative-640x320.svg b/docs/images/banner-negative-640x320.svg new file mode 100644 index 00000000..fd5535fd --- /dev/null +++ b/docs/images/banner-negative-640x320.svg @@ -0,0 +1,109 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/logo-demo-editable-inkscape.png b/docs/images/logo-demo-editable-inkscape.png new file mode 100644 index 00000000..70ca467b Binary files /dev/null and b/docs/images/logo-demo-editable-inkscape.png differ diff --git a/docs/images/logo-demo-editable-inkscape.svg b/docs/images/logo-demo-editable-inkscape.svg new file mode 100644 index 00000000..45969b11 --- /dev/null +++ b/docs/images/logo-demo-editable-inkscape.svg @@ -0,0 +1,888 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + SETUP + TOOLS + + + + + + + + + + + + + + + + + SETUP + TOOLS + + + + + + + + + + + + + + + + + + + SETUP + TOOLS + + + + + + + + + + + + + + + + + + + + SETUP + TOOLS + + + + + + + + + + + + + + + + + + + + SETUP + TOOLS + + + + + + + + + + + + + + + + + + + SETUP + TOOLS + + + + + + + + + + + + + + + + + + + + + SETUP + TOOLS + + + + + + + + + + + + + + + + + + + SETUP + TOOLS + + + + + + diff --git a/docs/images/logo-editable-inkscape.png b/docs/images/logo-editable-inkscape.png new file mode 100644 index 00000000..09036fcc Binary files /dev/null and b/docs/images/logo-editable-inkscape.png differ diff --git a/docs/images/logo-editable-inkscape.svg b/docs/images/logo-editable-inkscape.svg new file mode 100644 index 00000000..1b323a5d --- /dev/null +++ b/docs/images/logo-editable-inkscape.svg @@ -0,0 +1,150 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + SETUP + TOOLS + + + + diff --git a/docs/images/logo-inline-negative.png b/docs/images/logo-inline-negative.png new file mode 100644 index 00000000..6718373f Binary files /dev/null and b/docs/images/logo-inline-negative.png differ diff --git a/docs/images/logo-inline-negative.svg b/docs/images/logo-inline-negative.svg new file mode 100644 index 00000000..deed96e6 --- /dev/null +++ b/docs/images/logo-inline-negative.svg @@ -0,0 +1,105 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/logo-inline.png b/docs/images/logo-inline.png new file mode 100644 index 00000000..33e0e484 Binary files /dev/null and b/docs/images/logo-inline.png differ diff --git a/docs/images/logo-inline.svg b/docs/images/logo-inline.svg new file mode 100644 index 00000000..11ab7df7 --- /dev/null +++ b/docs/images/logo-inline.svg @@ -0,0 +1,97 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/logo-negative.png b/docs/images/logo-negative.png new file mode 100644 index 00000000..c025f4fd Binary files /dev/null and b/docs/images/logo-negative.png differ diff --git a/docs/images/logo-negative.svg b/docs/images/logo-negative.svg new file mode 100644 index 00000000..23a553d3 --- /dev/null +++ b/docs/images/logo-negative.svg @@ -0,0 +1,106 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/logo-over-white.png b/docs/images/logo-over-white.png new file mode 100644 index 00000000..60bbff30 Binary files /dev/null and b/docs/images/logo-over-white.png differ diff --git a/docs/images/logo-over-white.svg b/docs/images/logo-over-white.svg new file mode 100644 index 00000000..3ae3968e --- /dev/null +++ b/docs/images/logo-over-white.svg @@ -0,0 +1,106 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/logo-symbol-only.png b/docs/images/logo-symbol-only.png new file mode 100644 index 00000000..9cf13f8f Binary files /dev/null and b/docs/images/logo-symbol-only.png differ diff --git a/docs/images/logo-symbol-only.svg b/docs/images/logo-symbol-only.svg new file mode 100644 index 00000000..febdb3e4 --- /dev/null +++ b/docs/images/logo-symbol-only.svg @@ -0,0 +1,46 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/docs/images/logo-text-only.png b/docs/images/logo-text-only.png new file mode 100644 index 00000000..0c5500ba Binary files /dev/null and b/docs/images/logo-text-only.png differ diff --git a/docs/images/logo-text-only.svg b/docs/images/logo-text-only.svg new file mode 100644 index 00000000..a59731d4 --- /dev/null +++ b/docs/images/logo-text-only.svg @@ -0,0 +1,85 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/logo.png b/docs/images/logo.png new file mode 100644 index 00000000..3f821254 Binary files /dev/null and b/docs/images/logo.png differ diff --git a/docs/images/logo.svg b/docs/images/logo.svg new file mode 100644 index 00000000..103d294f --- /dev/null +++ b/docs/images/logo.svg @@ -0,0 +1,98 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/index.rst b/docs/index.rst index 52e097be..67ac0e7d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,4 +1,4 @@ -.. image:: logo/banner-github.svg +.. image:: logo/banner-640x320.svg :align: center Documentation diff --git a/docs/logo/README.rst b/docs/logo/README.rst deleted file mode 100644 index b42eaf79..00000000 --- a/docs/logo/README.rst +++ /dev/null @@ -1,106 +0,0 @@ -:orphan: - -======= -Artwork -======= - -.. figure:: paths-over-white.svg - :align: center - - Setuptools logo, designed in 2021 by `Anderson Bravalheri`_ - -Elements of Design -================== - -The main colours of the design are a dark pastel azure (``#336790``) and a pale -orange (``#E5B62F``), referred in this document simply as "blue" and "yellow" -respectively. The text uses the *Monoid* typeface, an open source webfont that -was developed by Andreas Larsen and contributors in 2015 and is distributed -under the MIT or SIL licenses (more information at -https://github.com/larsenwork/monoid) - - -Usage -===== - -The preferred way of using the setuptools logo is over a white (or light) -background. Alternatively, the following options can be considered, depending -on the circumstances: - -- *"negative"* design - for dark backgrounds (e.g. website displayed in "dark - mode"): the white colour (``#FFFFFF``) of the background and the "blue" - (``#336790``) colour of the design can be swapped. -- *"monochrome"* - when colours are not available (e.g. black and white printed - media): a completely black or white version of the logo can also be used. -- *"banner"* mode: the symbol and text can be used alongside depending on the - available space. - -The following image illustrate these alternatives: - -.. image:: demo-editable-inkscape.png - :align: center - -Please refer to the SVG files in the `setuptools repository`_ for the specific -shapes and proportions between the elements of the design. - - -Working with the Design -======================= - -The `setuptools repository`_ contains a series of vector representations of the -design under the ``docs/logo`` directory. These representations can be -manipulated via any graphic editor that support SVG files, -however the free and open-source software Inkscape_ is recommended for maximum -compatibility. - -When selecting the right file to work with, file names including -``editable-inkscape`` indicate "more editable" elements (e.g. editable text), -while the others prioritise SVG paths for maximum reproducibility. - -Also notice that you might have to `install the correct fonts`_ to be able to -visualise or edit some of the designs. - - -License -======= - - -This logo, design variations or a modified version may be used by anyone to -refer to setuptools, but does not indicate endorsement by the project. - -Redistribution, usage and derivative works are permitted under the same license -used by the setuptools software (MIT): - -.. code-block:: text - - Copyright (c) Anderson Bravalheri - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to - deal in the Software without restriction, including without limitation the - rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - sell copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS - IN THE SOFTWARE. - - THE USAGE OF THIS LOGO AND ARTWORK DOES NOT INDICATE ENDORSEMENT BY THE - SETUPTOOLS PROJECT. - -Whenever possible, please make the image a link to -https://github.com/pypa/setuptools. - - -.. _Anderson Bravalheri: https://github.com/abravalheri -.. _Inkscape: https://inkscape.org -.. _setuptools repository: https://github.com/pypa/setuptools -.. _install the correct fonts: https://wiki.inkscape.org/wiki/Installing_fonts diff --git a/docs/logo/banner-github.png b/docs/logo/banner-github.png deleted file mode 100644 index ce7f99f2..00000000 Binary files a/docs/logo/banner-github.png and /dev/null differ diff --git a/docs/logo/banner-github.svg b/docs/logo/banner-github.svg deleted file mode 100644 index 8222f645..00000000 --- a/docs/logo/banner-github.svg +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/logo/banner-negative-github.png b/docs/logo/banner-negative-github.png deleted file mode 100644 index c0126f8b..00000000 Binary files a/docs/logo/banner-negative-github.png and /dev/null differ diff --git a/docs/logo/banner-negative-github.svg b/docs/logo/banner-negative-github.svg deleted file mode 100644 index fd5535fd..00000000 --- a/docs/logo/banner-negative-github.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/logo/banner-negative.png b/docs/logo/banner-negative.png deleted file mode 100644 index 6718373f..00000000 Binary files a/docs/logo/banner-negative.png and /dev/null differ diff --git a/docs/logo/banner-negative.svg b/docs/logo/banner-negative.svg deleted file mode 100644 index deed96e6..00000000 --- a/docs/logo/banner-negative.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/logo/banner.png b/docs/logo/banner.png deleted file mode 100644 index 33e0e484..00000000 Binary files a/docs/logo/banner.png and /dev/null differ diff --git a/docs/logo/banner.svg b/docs/logo/banner.svg deleted file mode 100644 index 11ab7df7..00000000 --- a/docs/logo/banner.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/logo/demo-editable-inkscape.png b/docs/logo/demo-editable-inkscape.png deleted file mode 100644 index 70ca467b..00000000 Binary files a/docs/logo/demo-editable-inkscape.png and /dev/null differ diff --git a/docs/logo/demo-editable-inkscape.svg b/docs/logo/demo-editable-inkscape.svg deleted file mode 100644 index 45969b11..00000000 --- a/docs/logo/demo-editable-inkscape.svg +++ /dev/null @@ -1,888 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - SETUP - TOOLS - - - - - - - - - - - - - - - - - SETUP - TOOLS - - - - - - - - - - - - - - - - - - - SETUP - TOOLS - - - - - - - - - - - - - - - - - - - - SETUP - TOOLS - - - - - - - - - - - - - - - - - - - - SETUP - TOOLS - - - - - - - - - - - - - - - - - - - SETUP - TOOLS - - - - - - - - - - - - - - - - - - - - - SETUP - TOOLS - - - - - - - - - - - - - - - - - - - SETUP - TOOLS - - - - - - diff --git a/docs/logo/editable-inkscape.png b/docs/logo/editable-inkscape.png deleted file mode 100644 index 09036fcc..00000000 Binary files a/docs/logo/editable-inkscape.png and /dev/null differ diff --git a/docs/logo/editable-inkscape.svg b/docs/logo/editable-inkscape.svg deleted file mode 100644 index 1b323a5d..00000000 --- a/docs/logo/editable-inkscape.svg +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - SETUP - TOOLS - - - - diff --git a/docs/logo/paths-negative.png b/docs/logo/paths-negative.png deleted file mode 100644 index c025f4fd..00000000 Binary files a/docs/logo/paths-negative.png and /dev/null differ diff --git a/docs/logo/paths-negative.svg b/docs/logo/paths-negative.svg deleted file mode 100644 index 23a553d3..00000000 --- a/docs/logo/paths-negative.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/logo/paths-over-white.png b/docs/logo/paths-over-white.png deleted file mode 100644 index 60bbff30..00000000 Binary files a/docs/logo/paths-over-white.png and /dev/null differ diff --git a/docs/logo/paths-over-white.svg b/docs/logo/paths-over-white.svg deleted file mode 100644 index 3ae3968e..00000000 --- a/docs/logo/paths-over-white.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/logo/paths.png b/docs/logo/paths.png deleted file mode 100644 index 3f821254..00000000 Binary files a/docs/logo/paths.png and /dev/null differ diff --git a/docs/logo/paths.svg b/docs/logo/paths.svg deleted file mode 100644 index 103d294f..00000000 --- a/docs/logo/paths.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/logo/symbol-only.png b/docs/logo/symbol-only.png deleted file mode 100644 index 9cf13f8f..00000000 Binary files a/docs/logo/symbol-only.png and /dev/null differ diff --git a/docs/logo/symbol-only.svg b/docs/logo/symbol-only.svg deleted file mode 100644 index febdb3e4..00000000 --- a/docs/logo/symbol-only.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/docs/logo/text-only.png b/docs/logo/text-only.png deleted file mode 100644 index 0c5500ba..00000000 Binary files a/docs/logo/text-only.png and /dev/null differ diff --git a/docs/logo/text-only.svg b/docs/logo/text-only.svg deleted file mode 100644 index a59731d4..00000000 --- a/docs/logo/text-only.svg +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.1