From 58cc03759ab225bfa9767cd04caf69ca014cd353 Mon Sep 17 00:00:00 2001 From: cajhne Date: Fri, 3 Jul 2020 21:30:43 +0100 Subject: Add logo resources --- docs/logo/README.md | 10 + docs/logo/josefinsans/.uuid | 1 + docs/logo/josefinsans/DESCRIPTION.en_us.html | 9 + docs/logo/josefinsans/JosefinSans-Bold.ttf | Bin 0 -> 86300 bytes docs/logo/josefinsans/JosefinSans-BoldItalic.ttf | Bin 0 -> 83100 bytes docs/logo/josefinsans/JosefinSans-Italic.ttf | Bin 0 -> 84916 bytes docs/logo/josefinsans/JosefinSans-Light.ttf | Bin 0 -> 87320 bytes docs/logo/josefinsans/JosefinSans-LightItalic.ttf | Bin 0 -> 85684 bytes docs/logo/josefinsans/JosefinSans-Regular.ttf | Bin 0 -> 87260 bytes docs/logo/josefinsans/JosefinSans-SemiBold.ttf | Bin 0 -> 87880 bytes .../josefinsans/JosefinSans-SemiBoldItalic.ttf | Bin 0 -> 84824 bytes docs/logo/josefinsans/JosefinSans-Thin.ttf | Bin 0 -> 88088 bytes docs/logo/josefinsans/JosefinSans-ThinItalic.ttf | Bin 0 -> 85420 bytes docs/logo/josefinsans/METADATA.pb | 99 +++++++++ docs/logo/josefinsans/OFL.txt | 93 +++++++++ docs/logo/setup_tools_logo_colour.svg | 227 +++++++++++++++++++++ docs/logo/setup_tools_logo_colour_1000px.png | Bin 0 -> 31520 bytes docs/logo/setup_tools_logo_colour_banner_1line.svg | 223 ++++++++++++++++++++ ...setup_tools_logo_colour_banner_1line_1000px.png | Bin 0 -> 24183 bytes .../logo/setup_tools_logo_colour_banner_2lines.svg | 224 ++++++++++++++++++++ ...etup_tools_logo_colour_banner_2lines_1000px.png | Bin 0 -> 38105 bytes docs/logo/setup_tools_logo_symbol_colour.svg | 203 ++++++++++++++++++ .../logo/setup_tools_logo_symbol_colour_1000px.png | Bin 0 -> 44239 bytes docs/logo/setup_tools_logotype_1line.svg | 169 +++++++++++++++ 24 files changed, 1258 insertions(+) create mode 100644 docs/logo/README.md create mode 100644 docs/logo/josefinsans/.uuid create mode 100644 docs/logo/josefinsans/DESCRIPTION.en_us.html create mode 100644 docs/logo/josefinsans/JosefinSans-Bold.ttf create mode 100644 docs/logo/josefinsans/JosefinSans-BoldItalic.ttf create mode 100644 docs/logo/josefinsans/JosefinSans-Italic.ttf create mode 100644 docs/logo/josefinsans/JosefinSans-Light.ttf create mode 100644 docs/logo/josefinsans/JosefinSans-LightItalic.ttf create mode 100644 docs/logo/josefinsans/JosefinSans-Regular.ttf create mode 100644 docs/logo/josefinsans/JosefinSans-SemiBold.ttf create mode 100644 docs/logo/josefinsans/JosefinSans-SemiBoldItalic.ttf create mode 100644 docs/logo/josefinsans/JosefinSans-Thin.ttf create mode 100644 docs/logo/josefinsans/JosefinSans-ThinItalic.ttf create mode 100644 docs/logo/josefinsans/METADATA.pb create mode 100644 docs/logo/josefinsans/OFL.txt create mode 100644 docs/logo/setup_tools_logo_colour.svg create mode 100644 docs/logo/setup_tools_logo_colour_1000px.png create mode 100644 docs/logo/setup_tools_logo_colour_banner_1line.svg create mode 100644 docs/logo/setup_tools_logo_colour_banner_1line_1000px.png create mode 100644 docs/logo/setup_tools_logo_colour_banner_2lines.svg create mode 100644 docs/logo/setup_tools_logo_colour_banner_2lines_1000px.png create mode 100644 docs/logo/setup_tools_logo_symbol_colour.svg create mode 100644 docs/logo/setup_tools_logo_symbol_colour_1000px.png create mode 100644 docs/logo/setup_tools_logotype_1line.svg (limited to 'docs') diff --git a/docs/logo/README.md b/docs/logo/README.md new file mode 100644 index 00000000..88e6647c --- /dev/null +++ b/docs/logo/README.md @@ -0,0 +1,10 @@ +![](setup_tools_logo_colour.svg) +### Design: + +SetupTools logo designed in 2020 by [C.Rogers](crogersmedia.com) for the SetupTools project using the Free Open Source graphics editor [Inkscape](inkscape.org). + +### Copyright: +Logo is (c) the SetupTools developers. + +### Font: +The font used is the Open Font "Josefin Sans", which is available for free under the Open Font License (OFL). diff --git a/docs/logo/josefinsans/.uuid b/docs/logo/josefinsans/.uuid new file mode 100644 index 00000000..d7e92c77 --- /dev/null +++ b/docs/logo/josefinsans/.uuid @@ -0,0 +1 @@ +922c129c-9f4c-4831-b632-c7f43be6feb0 \ No newline at end of file diff --git a/docs/logo/josefinsans/DESCRIPTION.en_us.html b/docs/logo/josefinsans/DESCRIPTION.en_us.html new file mode 100644 index 00000000..9364b249 --- /dev/null +++ b/docs/logo/josefinsans/DESCRIPTION.en_us.html @@ -0,0 +1,9 @@ +

+The idea of this typeface is to be geometric, elegant, with a vintage feeling, for use at larger sizes. +It is inspired by geometric sans serif designs from the 1920s. +The x-height is half way from baseline to cap height, an unusual proportion. +

+

+There is a sister family, Josefin Slab +

+ diff --git a/docs/logo/josefinsans/JosefinSans-Bold.ttf b/docs/logo/josefinsans/JosefinSans-Bold.ttf new file mode 100644 index 00000000..12a7ad08 Binary files /dev/null and b/docs/logo/josefinsans/JosefinSans-Bold.ttf differ diff --git a/docs/logo/josefinsans/JosefinSans-BoldItalic.ttf b/docs/logo/josefinsans/JosefinSans-BoldItalic.ttf new file mode 100644 index 00000000..4a0fc91d Binary files /dev/null and b/docs/logo/josefinsans/JosefinSans-BoldItalic.ttf differ diff --git a/docs/logo/josefinsans/JosefinSans-Italic.ttf b/docs/logo/josefinsans/JosefinSans-Italic.ttf new file mode 100644 index 00000000..1cbe036e Binary files /dev/null and b/docs/logo/josefinsans/JosefinSans-Italic.ttf differ diff --git a/docs/logo/josefinsans/JosefinSans-Light.ttf b/docs/logo/josefinsans/JosefinSans-Light.ttf new file mode 100644 index 00000000..7fe3f7be Binary files /dev/null and b/docs/logo/josefinsans/JosefinSans-Light.ttf differ diff --git a/docs/logo/josefinsans/JosefinSans-LightItalic.ttf b/docs/logo/josefinsans/JosefinSans-LightItalic.ttf new file mode 100644 index 00000000..8dc35383 Binary files /dev/null and b/docs/logo/josefinsans/JosefinSans-LightItalic.ttf differ diff --git a/docs/logo/josefinsans/JosefinSans-Regular.ttf b/docs/logo/josefinsans/JosefinSans-Regular.ttf new file mode 100644 index 00000000..ed119008 Binary files /dev/null and b/docs/logo/josefinsans/JosefinSans-Regular.ttf differ diff --git a/docs/logo/josefinsans/JosefinSans-SemiBold.ttf b/docs/logo/josefinsans/JosefinSans-SemiBold.ttf new file mode 100644 index 00000000..b67504a6 Binary files /dev/null and b/docs/logo/josefinsans/JosefinSans-SemiBold.ttf differ diff --git a/docs/logo/josefinsans/JosefinSans-SemiBoldItalic.ttf b/docs/logo/josefinsans/JosefinSans-SemiBoldItalic.ttf new file mode 100644 index 00000000..24a27d15 Binary files /dev/null and b/docs/logo/josefinsans/JosefinSans-SemiBoldItalic.ttf differ diff --git a/docs/logo/josefinsans/JosefinSans-Thin.ttf b/docs/logo/josefinsans/JosefinSans-Thin.ttf new file mode 100644 index 00000000..c54ca7f1 Binary files /dev/null and b/docs/logo/josefinsans/JosefinSans-Thin.ttf differ diff --git a/docs/logo/josefinsans/JosefinSans-ThinItalic.ttf b/docs/logo/josefinsans/JosefinSans-ThinItalic.ttf new file mode 100644 index 00000000..6840b7c2 Binary files /dev/null and b/docs/logo/josefinsans/JosefinSans-ThinItalic.ttf differ diff --git a/docs/logo/josefinsans/METADATA.pb b/docs/logo/josefinsans/METADATA.pb new file mode 100644 index 00000000..8b67716c --- /dev/null +++ b/docs/logo/josefinsans/METADATA.pb @@ -0,0 +1,99 @@ +name: "Josefin Sans" +designer: "Santiago Orozco" +license: "OFL" +category: "SANS_SERIF" +date_added: "2010-11-17" +fonts { + name: "Josefin Sans" + style: "normal" + weight: 100 + filename: "JosefinSans-Thin.ttf" + post_script_name: "JosefinSans-Thin" + full_name: "Josefin Sans Thin" + copyright: "Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name \"Josefin Sans\"." +} +fonts { + name: "Josefin Sans" + style: "italic" + weight: 100 + filename: "JosefinSans-ThinItalic.ttf" + post_script_name: "JosefinSans-ThinItalic" + full_name: "Josefin Sans Thin Italic" + copyright: "Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name \"Josefin Sans\"." +} +fonts { + name: "Josefin Sans" + style: "normal" + weight: 300 + filename: "JosefinSans-Light.ttf" + post_script_name: "JosefinSans-Light" + full_name: "Josefin Sans Light" + copyright: "Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name \"Josefin Sans\"." +} +fonts { + name: "Josefin Sans" + style: "italic" + weight: 300 + filename: "JosefinSans-LightItalic.ttf" + post_script_name: "JosefinSans-LightItalic" + full_name: "Josefin Sans Light Italic" + copyright: "Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name \"Josefin Sans\"." +} +fonts { + name: "Josefin Sans" + style: "normal" + weight: 400 + filename: "JosefinSans-Regular.ttf" + post_script_name: "JosefinSans-Regular" + full_name: "Josefin Sans Regular" + copyright: "Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name \"Josefin Sans\"." +} +fonts { + name: "Josefin Sans" + style: "italic" + weight: 400 + filename: "JosefinSans-Italic.ttf" + post_script_name: "JosefinSans-Italic" + full_name: "Josefin Sans Italic" + copyright: "Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name \"Josefin Sans\"." +} +fonts { + name: "Josefin Sans" + style: "normal" + weight: 600 + filename: "JosefinSans-SemiBold.ttf" + post_script_name: "JosefinSans-SemiBold" + full_name: "Josefin Sans SemiBold" + copyright: "Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name \"Josefin Sans\"." +} +fonts { + name: "Josefin Sans" + style: "italic" + weight: 600 + filename: "JosefinSans-SemiBoldItalic.ttf" + post_script_name: "JosefinSans-SemiBoldItalic" + full_name: "Josefin Sans SemiBold Italic" + copyright: "Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name \"Josefin Sans\"." +} +fonts { + name: "Josefin Sans" + style: "normal" + weight: 700 + filename: "JosefinSans-Bold.ttf" + post_script_name: "JosefinSans-Bold" + full_name: "Josefin Sans Bold" + copyright: "Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name \"Josefin Sans\"." +} +fonts { + name: "Josefin Sans" + style: "italic" + weight: 700 + filename: "JosefinSans-BoldItalic.ttf" + post_script_name: "JosefinSans-BoldItalic" + full_name: "Josefin Sans Bold Italic" + copyright: "Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name \"Josefin Sans\"." +} +subsets: "latin" +subsets: "latin-ext" +subsets: "menu" +subsets: "vietnamese" diff --git a/docs/logo/josefinsans/OFL.txt b/docs/logo/josefinsans/OFL.txt new file mode 100644 index 00000000..6586a7e3 --- /dev/null +++ b/docs/logo/josefinsans/OFL.txt @@ -0,0 +1,93 @@ +Copyright (c) 2010, Santiago Orozco (hi@typemade.mx) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/docs/logo/setup_tools_logo_colour.svg b/docs/logo/setup_tools_logo_colour.svg new file mode 100644 index 00000000..7eae8fc3 --- /dev/null +++ b/docs/logo/setup_tools_logo_colour.svg @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/docs/logo/setup_tools_logo_colour_1000px.png b/docs/logo/setup_tools_logo_colour_1000px.png new file mode 100644 index 00000000..c25a23b9 Binary files /dev/null and b/docs/logo/setup_tools_logo_colour_1000px.png differ diff --git a/docs/logo/setup_tools_logo_colour_banner_1line.svg b/docs/logo/setup_tools_logo_colour_banner_1line.svg new file mode 100644 index 00000000..d6dc9aac --- /dev/null +++ b/docs/logo/setup_tools_logo_colour_banner_1line.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/docs/logo/setup_tools_logo_colour_banner_1line_1000px.png b/docs/logo/setup_tools_logo_colour_banner_1line_1000px.png new file mode 100644 index 00000000..d1604289 Binary files /dev/null and b/docs/logo/setup_tools_logo_colour_banner_1line_1000px.png differ diff --git a/docs/logo/setup_tools_logo_colour_banner_2lines.svg b/docs/logo/setup_tools_logo_colour_banner_2lines.svg new file mode 100644 index 00000000..991577fb --- /dev/null +++ b/docs/logo/setup_tools_logo_colour_banner_2lines.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/docs/logo/setup_tools_logo_colour_banner_2lines_1000px.png b/docs/logo/setup_tools_logo_colour_banner_2lines_1000px.png new file mode 100644 index 00000000..89370a9d Binary files /dev/null and b/docs/logo/setup_tools_logo_colour_banner_2lines_1000px.png differ diff --git a/docs/logo/setup_tools_logo_symbol_colour.svg b/docs/logo/setup_tools_logo_symbol_colour.svg new file mode 100644 index 00000000..2936cbb5 --- /dev/null +++ b/docs/logo/setup_tools_logo_symbol_colour.svg @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/docs/logo/setup_tools_logo_symbol_colour_1000px.png b/docs/logo/setup_tools_logo_symbol_colour_1000px.png new file mode 100644 index 00000000..e0c36fc1 Binary files /dev/null and b/docs/logo/setup_tools_logo_symbol_colour_1000px.png differ diff --git a/docs/logo/setup_tools_logotype_1line.svg b/docs/logo/setup_tools_logotype_1line.svg new file mode 100644 index 00000000..dbb9c1de --- /dev/null +++ b/docs/logo/setup_tools_logotype_1line.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + -- cgit v1.2.1