From 1596ccd25d9496b8432f37b45589e2d2b7537ecd Mon Sep 17 00:00:00 2001 From: franzihei Date: Mon, 13 Jul 2020 13:12:05 +0200 Subject: [PATCH] Adds brand guide and updates team calls info Co-authored-by: Alex Beregszaszi Co-authored-by: Alex Beregszaszi Co-authored-by: Leonardo Co-authored-by: Leonardo --- docs/brand-guide.rst | 84 +++++++++++++++++++++++++++++++++++++++++++ docs/contributing.rst | 6 ++-- docs/index.rst | 1 + 3 files changed, 88 insertions(+), 3 deletions(-) create mode 100644 docs/brand-guide.rst diff --git a/docs/brand-guide.rst b/docs/brand-guide.rst new file mode 100644 index 000000000..0e6400bed --- /dev/null +++ b/docs/brand-guide.rst @@ -0,0 +1,84 @@ +#################### +Solidity Brand Guide +#################### + +This brand guide features information on Solidity's brand policy and +logo usage guidelines. + +The Solidity Brand +================== + +The Solidity programming language is an open-source, community project +governed by a core team. The core team is sponsored by the `Ethereum +Foundation `_. + +This document aims to provide information about how to best use the +Solidity brand name and logo. + +We encourage you to read this document carefully before using the +brand name or the logo. Your cooperation is highly appreciated! + +Solidity Brand Name +=================== + +"Solidity" should be used to refer to the Solidity programming language +solely. + +Please do not use "Solidity": + +- To refer to any other programming language. + +- In a way that is misleading or may imply association of unrelated + modules, tools, documentation, or other resources with the Solidity + programming language. + +- In ways that confuse the community as to whether the Solidity + programming language is open-source and free to use. + +Solidity Logo License +===================== + +.. image:: https://i.creativecommons.org/l/by/4.0/88x31.png + :width: 88 + :alt: Creative Commons License + +The Solidity logo is distributed and licensed under a `Creative Commons +Attribution 4.0 International License `_. + +This is the most permissive Creative Commons license and allows reuse +and modifications for any purpose. + +You are free to: + +- **Share** — Copy and redistribute the material in any medium or format. + +- **Adapt** — Remix, transform, and build upon the material for any + purpose, even commercially. + +Under the following terms: + +- **Attribution** — You must give appropriate credit, provide a link to + the license, and indicate if changes were made. You may do so in any + reasonable manner, but not in any way that suggests the the Solidity + core team endorses you or your use. + +When using the Solidity logo, please respect the Solidity logo guidelines. + +Solidity Logo Guidelines +======================== + +.. image:: logo.svg + :width: 256 + +Please do not: + +- Change the ratio of the logo (do not stretch it or cut it). + +- Change the colors of the logo, unless it is absolutely necessary. + +Credits +======= + +This document was, in parts, derived from the `Python Software +Foundation Trademark Usage Policy `_ +and the `Rust Media Guide `_. diff --git a/docs/contributing.rst b/docs/contributing.rst index 5c9f90cbd..ab5163e11 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -27,10 +27,10 @@ Team Calls If you have issues or pull requests to discuss, or are interested in hearing what the team and contributors are working on, you can join our public team calls: -- Monday at 12pm CET -- Wednesday at 3pm CET +- Mondays at 12pm CET/CEST +- Wednesdays at 2pm CET/CEST -Both calls take place on `Google Hangouts `_. +Both calls take place on `Google Meet `_. How to Report Issues ==================== diff --git a/docs/index.rst b/docs/index.rst index b81140fe1..470fc56fe 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -137,3 +137,4 @@ Contents common-patterns.rst bugs.rst contributing.rst + brand-guide.rst