├── LICENSE ├── README.rst ├── applications ├── posters │ └── RFW_Poster_50x70cm_210917_AA_PMS7466C_Black.pdf ├── printable_flyer_2sided │ ├── robot_framework_high.pdf │ └── robot_framework_low.pdf └── stickers │ └── RFW_Stickers_180103_PMS7466+Black.pdf ├── color └── robot-framework-color-palette.ase ├── logo ├── robot-framework-cmyk.pdf ├── robot-framework-rgb.pdf ├── robot-framework-white.png ├── robot-framework.png └── robot-framework.svg ├── presentations ├── RFW_PowerPoint_Example.pptx ├── RFW_PowerPoint_Template_BLACK.potx └── RFW_PowerPoint_Template_White.potx └── robot-framework-brand-guidelines.pdf /LICENSE: -------------------------------------------------------------------------------- 1 | Robot Framework Visual Identity License 2 | Version 2.0 – 4 June 2025 3 | 4 | Copyright © Robot Framework ry (Robot Framework Foundation). All rights reserved. 5 | 6 | 1. Definitions 7 | “Licensed Materials” means the Robot Framework name, trademarks, word marks, logotypes, icons, colour palettes, slide templates, and any other brand or visual identity assets that are made available in the repository located at [https://github.com/robotframework/visual-identity](https://github.com/robotframework/visual-identity) (or its successor). 8 | “Robot Framework” means the open‑source test‑automation project whose governing body is the Robot Framework ry (Robot Framework Foundation) (RFF). 9 | “You” and “Your” means any individual or legal entity exercising the rights granted below. 10 | 11 | 2. Grant of licence 12 | Subject to the terms of this Licence, RFF hereby grants You a worldwide, royalty‑free, non‑exclusive, non‑transferable, revocable licence to reproduce and display the Licensed Materials solely for the following Permitted Uses: 13 | (a) to link to, refer to, or otherwise fairly describe Robot Framework in any medium; 14 | (b) to create presentations, blog posts, documentation, or other content whose primary purpose is to educate about, advocate for, or otherwise support Robot Framework; 15 | (c) to print the Licensed Materials on t‑shirts, stickers, or other swag that is distributed for free (not sold) within the Robot Framework community; and 16 | (d) any other use that has been expressly authorised in writing by RFF. 17 | 18 | 3. Conditions 19 | 3.1. Integrity. The Licensed Materials must be used in un‑altered form. Purely technical resizing is permitted, provided the aspect ratio is preserved and all elements remain clearly legible. 20 | 3.2. Attribution. Where practicable, You must include the following notice (or a local‑language equivalent) in a manner appropriate to the medium: 21 | “Robot Framework® and its visual identity are registered trademarks of the Robot Framework ry (Robot Framework Foundation), used with permission.” 22 | 3.3. Non‑endorsement. You must not use the Licensed Materials in any manner that suggests Robot Framework or RFF is the source of, author of, or otherwise endorses Your product or service. 23 | 3.4. No confusing similarity. You must not integrate the Licensed Materials, or any confusingly similar marks, into the name, logo, or branding of Your own software, company, product, domain name, or other offering. 24 | 3.5. Relating to Robot Framework. The Licensed Materials must not be used in contexts unrelated to Robot Framework. 25 | 26 | 4. Prohibited uses 27 | Except to the extent expressly permitted in Section 2, You must not: 28 | (a) modify, recolour, distort, or create derivative works of the Licensed Materials; 29 | (b) sell, license, or otherwise commercialise products or services that prominently feature the Licensed Materials; 30 | (c) combine the Licensed Materials with any other trade mark so as to create a composite mark; 31 | (d) use the Licensed Materials in connection with unlawful, deceptive, or defamatory content; or 32 | (e) register or attempt to register any trade mark, domain name, social‑media handle, or company name containing “Robot Framework” or any confusingly similar term. 33 | 34 | 5. Permission for additional uses 35 | If You wish to make any use of the Licensed Materials not permitted by this Licence, You must obtain prior written consent from RFF by contacting: 36 | [executive.director@robotframework.org](mailto:executive.director@robotframework.org) 37 | 38 | 6. Revocation and termination 39 | RFF may revoke this Licence (in whole or in part) at any time upon written notice if RFF determines, in its sole discretion, that Your use violates this Licence or could harm the reputation or goodwill of Robot Framework. Upon termination or revocation, You must promptly discontinue all use of the Licensed Materials and, where feasible, remove them from any materials under Your control. 40 | 41 | 7. Trademark ownership 42 | Robot Framework® is a registered trade mark of RFF. Nothing in this Licence transfers any ownership of, or rights in, the Licensed Materials or any associated goodwill. All rights not expressly granted are reserved. 43 | 44 | 8. Disclaimer of warranties 45 | THE LICENSED MATERIALS ARE PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF NONINFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. 46 | 47 | 9. Limitation of liability 48 | IN NO EVENT SHALL RFF BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM OR IN CONNECTION WITH THE LICENSED MATERIALS OR THIS LICENCE. 49 | 50 | 10. Governing law and venue 51 | This Licence is governed by, and construed in accordance with, the laws of Finland, without regard to its conflict‑of‑law rules. Any dispute arising out of or relating to this Licence shall be subject to the exclusive jurisdiction of the courts located in Helsinki, Finland. 52 | 53 | — End of Licence — 54 | -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | Robot Framework visual identity 2 | =============================== 3 | 4 | This repository contains guidelines and assets related to Robot 5 | Framework's visual identity used, for example, at 6 | http://robotframework.org. `Robot Framework shop 7 | `_ also has gear using this design. 8 | 9 | .. contents:: 10 | :local: 11 | 12 | Logo 13 | ---- 14 | 15 | Robot Framework logo is available in various formats: 16 | 17 | - `PNG `_ for web 18 | - `White PNG `_ also for web 19 | - `PDF with CMYK `_ for print 20 | - `PDF with RGB `_ for digital display 21 | - `SVG `_ 22 | 23 | Brand guidelines 24 | ---------------- 25 | 26 | `Robot Framework brand guidelines `_ 27 | documents the brand and graphic principles of Robot Framework. The 28 | document covers what colors and fonts to use, how to use the logo, and 29 | so on. Use it as a reference to ensure that the identity remains clear 30 | and consistent regardless of the media. 31 | 32 | Applications 33 | ------------ 34 | 35 | Various applications of the visual identity can be found in the 36 | `applications `_ folder. These applications feature 37 | things such as print-ready originals for `posters `_ 38 | and `stickers `_. 39 | 40 | Color palette 41 | ------------- 42 | 43 | The `color palette `_ 44 | contains colors documented in the brand guidelines in Adobe's ASE 45 | format. 46 | 47 | Copyrights and license 48 | ---------------------- 49 | 50 | Copyright holder for all this content is `Robot Framework Foundation 51 | `_. 52 | 53 | See `LICENSE `_ for the license details. 54 | 55 | All rights reserved. 56 | 57 | Credits 58 | ------- 59 | 60 | Robot Framework's visual identity has been designed by `Anssi Arte 61 | `_. 62 | 63 | Robot Framework two-sided flyer has been designed by `Tanja Pelkonen 64 | `_. 65 | -------------------------------------------------------------------------------- /applications/posters/RFW_Poster_50x70cm_210917_AA_PMS7466C_Black.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/applications/posters/RFW_Poster_50x70cm_210917_AA_PMS7466C_Black.pdf -------------------------------------------------------------------------------- /applications/printable_flyer_2sided/robot_framework_high.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/applications/printable_flyer_2sided/robot_framework_high.pdf -------------------------------------------------------------------------------- /applications/printable_flyer_2sided/robot_framework_low.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/applications/printable_flyer_2sided/robot_framework_low.pdf -------------------------------------------------------------------------------- /applications/stickers/RFW_Stickers_180103_PMS7466+Black.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/applications/stickers/RFW_Stickers_180103_PMS7466+Black.pdf -------------------------------------------------------------------------------- /color/robot-framework-color-palette.ase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/color/robot-framework-color-palette.ase -------------------------------------------------------------------------------- /logo/robot-framework-cmyk.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/logo/robot-framework-cmyk.pdf -------------------------------------------------------------------------------- /logo/robot-framework-rgb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/logo/robot-framework-rgb.pdf -------------------------------------------------------------------------------- /logo/robot-framework-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/logo/robot-framework-white.png -------------------------------------------------------------------------------- /logo/robot-framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/logo/robot-framework.png -------------------------------------------------------------------------------- /logo/robot-framework.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml -------------------------------------------------------------------------------- /presentations/RFW_PowerPoint_Example.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/presentations/RFW_PowerPoint_Example.pptx -------------------------------------------------------------------------------- /presentations/RFW_PowerPoint_Template_BLACK.potx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/presentations/RFW_PowerPoint_Template_BLACK.potx -------------------------------------------------------------------------------- /presentations/RFW_PowerPoint_Template_White.potx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/presentations/RFW_PowerPoint_Template_White.potx -------------------------------------------------------------------------------- /robot-framework-brand-guidelines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotframework/visual-identity/6619a70a18da1150d1bfb0ad064e249bdeb39b93/robot-framework-brand-guidelines.pdf --------------------------------------------------------------------------------