diff --git a/code-of-conduct.html b/code-of-conduct.html index a55f3de..41dc834 100644 --- a/code-of-conduct.html +++ b/code-of-conduct.html @@ -30,8 +30,12 @@
We want this to be a fun, pleasant, and harassment-free experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, ethnicity, national origin, religion, or place of employment. We do not tolerate harassment or intimidation of participants in any form. Nor do we allow ad hominem attacks, meaning attacks on a person's character rather than the substance of their argument. While disagreements do happen, we expect our community to be kind and professional.
+We want this to be a friendly, pleasant, and harassment-free experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, ethnicity, national origin, religion, or place of employment.
+We do not tolerate harassment or intimidation of participants in any form. Nor do we allow ad hominem attacks, meaning attacks on a person's character rather than the substance of their argument. While disagreements do happen, we expect our community to be kind and professional.
A core tenet of accessibility and disability rights is "Nothing About Us Without Us". This is one area that is non-negotiable in our community. Therefore, it is accepted that someone may be asked to stop promoting a product, service, or idea that dismisses gathering of feedback from people with disabilities.
+ +Do not make product announcements (solicitations) in channels other than #announcements
, even if they are open source. You are still welcome to have accessibility discussions in content channels as long as they are not product or service advertisements. See our full solicitation policy below.
Participants asked to stop any harassing or inappropriate behavior are expected to comply immediately.
Participants should not change their handle or create a new one to avoid accountability for past actions. Also, if someone has been banned from the group they are not allowed to rejoin under a different email address, name, etc.
@@ -40,8 +44,8 @@It is important to recognize that accessibility professionals in this Slack community are providing their time and expertise for free. For this reason, we ask that participants follow these guidelines when requesting labor or promoting a product or service:
#announcements
channel. This applies equally to commercial products and services, as well as those that are fully or partially open-source.#surveys
channel. When posting a survey, please respect participants' desire for transparency around how their personal information will be used, by including all of the following:
+ #announcements
channel. This applies equally to commercial products and services, as well as those that are fully or partially open-source.#surveys
channel. When posting a survey, please respect participants' desire for transparency around how their personal information will be used, by including all of the following:
We have dedicated channels for individuals who are looking for work and individuals or organizations who are hiring:
#job-career-chat
.#job-board
.Please do not make product announcements (solicitations) in channels other than #announcements. Service solicitations must be limited to #job-career-chat
or #freelance. You are still welcome to have accessibility discussions in content channels as long as they are not product or service advertisements.
Failure to adhere to our solicitation policies after 3 notices will result in a permanent ban.
diff --git a/css/style.css b/css/style.css index 41ac51a..21b4181 100644 --- a/css/style.css +++ b/css/style.css @@ -43,6 +43,10 @@ main h2 { margin-bottom: 35px; border-bottom: solid 1px #ccc; } +main h3 { + font-size: 1.25em; + margin: 25px 0; +} .alert { margin: 35px; diff --git a/css/style.scss b/css/style.scss index 0c93ae4..2faf570 100644 --- a/css/style.scss +++ b/css/style.scss @@ -46,6 +46,10 @@ main { margin-bottom: 35px; border-bottom: solid 1px #ccc;; } + h3 { + font-size: 1.25em; + margin: 25px 0; + } } .alert {