Skip to content

code of conduct #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 104 additions & 0 deletions code_of_conduct.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href=" ">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> -->
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>Learn Teach Code</title>

<!-- Google Analytics - Global site tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118124010-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118124010-1');
</script>
<!-- Google Analytics - END -->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.4.0/dist/leaflet.css"
integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
crossorigin=""/>
<link rel="stylesheet" href="style.css">
</head>

<body>
<header>
<h1>Learn Teach Code</h1>
<h5><a href="https://join.slack.com/t/learnteachcode/shared_invite/enQtNDQ2MTM3NTk3MjMyLThlNjQzYTMzMzEwYWU1MDhmOGUyZmJmMTllZWM3MWQ1ZGU3ZDRkYzY3ZDc3YjE2YjliMTg0MjM2ZWZiMmIwYWU">Join our Slack!</a> | <a href="https://github.com/LearnTeachCode/code-coffee-compendium">Resources</a> | <a href="./code_of_conduct.html">Code of Conduct</a></h5>
</header>

<section>
<h2>Code of Conduct</h2>

<p>All participants of Learn Teach Code Community are expected to abide by our Code of Conduct, both online and during in-person events that are hosted and/or associated with <a href="https://learnteachcode.org">Learn Teach Code.</a></p>

<h3>Our Pledge</h3>
<p>In the interest of fostering an open and welcoming environment, we as moderators of <a href="https://learnteachcode.org">Learn Teach Code.</a> to make participation in our projects, events, and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.</p>

<h3>Our Standards</h3>

<p>Examples of behavior that contributes to creating a positive environment include:</p>

<ul>
<li>Using welcoming and inclusive language</li>
<li>Being respectful of differing viewpoints and experiences</li>
<li>Referring to people by their preferred pronouns and using gender-neutral pronouns when uncertain</li>
<li>Gracefully accepting constructive criticism</li>
<li>Focusing on what is best for the growth of the individual and Learn Teach Code community</li>
<li>Showing empathy towards other Learn Teach Code members</li>
</ul>

<p>Examples of unacceptable behavior by participants include:</p>
<ul>
<li>Maliciousness towards other - deliberately attempting to make others feel bad, name-calling, singling out others for derision or exclusion. For example, telling someone they’re not a real programmer or that they don’t belong at Learn Teach Code</li>
<li>Unwelcome comments regarding a person's lifestyle choices and practices, including those related to food, health, parenting, drugs, and employment.</li>
<li>The use of sexualized language or imagery and unwelcome sexual attention or advances</li>
<li>Trolling, insulting/derogatory comments, and personal or political attacks</li>
<li>Public or private harassment</li>
<li>Publishing others' private information, such as a physical or electronic address, without explicit permission</li>
<li>Being especially unpleasant - for example, if we’ve received reports from multiple LTC members or of annoying, rude, or especially distracting behavior.</li>
</ul>

<h3>Enforcement</h3>

<p>Violations of this Code of Conduct may be reported by contacting the team via the abuse report by emailing learningnerd@gmail.com. All reports will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.</p>

<p>Learn Teach Code board members reserve the right and responsibility to suspend, to remove members that are not aligned to this Code of Conduct, or to ban temporarily or permanently any members for other behaviors that they deem inappropriate, threatening, offensive, or harmful. This is how members of the board will handle misconduct:</p>
<ul>
<li><strong>Warning:</strong> A fair warning will be sent out to the violator.</li>
<li><strong>Suspension:</strong> For repetitive misconduct or behavior, the individual will be refrain from participating in any active Learn Teach Code events (virtual or in-person).</li>
</ul>

<h3>Attribution</h3>

<p>This Code of Conduct is adapted from:</p>

<ul>
<li><a href="https://dev.to/code-of-conduct">dev.to</a></li>
<li><a heref="https://www.recurse.com/code-of-conduct">Recurse Center</a></li>
<li><a heref="https://stackoverflow.com/conduct">Stack Overflow</a</li>


</ul>
</section>

<footer>
<p>
<strong>Want to get more involved with our community?</strong>
<a href="https://join.slack.com/t/learnteachcode/shared_invite/enQtNDQ2MTM3NTk3MjMyLTY5MDM1MjEwNTA4NmUzMDMwNDhlMmI2YjFhMDM1MjdhY2RmZmRlZDUyMDkxMjA0OTY5ZjNiOGE1MTE1ZmZkYzc">Join our chatroom on Slack</a> and follow us on <a href="https://twitter.com/LearnToCodeLA">Twitter</a> and <a href="https://github.com/learnteachcode">GitHub</a>!
</p>
<p>
<strong>Want to sponsor us?</strong> We're always on the lookout for more meeting spaces. Let us know if you have any suggestions or would like to sponsor us at your office!
</p>
</footer>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js"
integrity="sha512-QVftwZFqvtRNi0ZyCtsznlKSWOStnDORoefr1enyq5mVL4tmKB3S/EnC3rRJcxCPavG10IcrVGSmPh6Qw5lwrg=="
crossorigin=""></script>
<script src="custom.js"></script>
<script src="slider.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<header>
<h1>Learn Teach Code</h1>
<h5><a href="https://join.slack.com/t/learnteachcode/shared_invite/enQtNDQ2MTM3NTk3MjMyLThlNjQzYTMzMzEwYWU1MDhmOGUyZmJmMTllZWM3MWQ1ZGU3ZDRkYzY3ZDc3YjE2YjliMTg0MjM2ZWZiMmIwYWU">Join our Slack!</a> | <a href="https://github.com/LearnTeachCode/code-coffee-compendium">Resources</a> | <a href="https://hackcodeofconduct.org">Code of Conduct</a></h5>
<h5><a href="https://join.slack.com/t/learnteachcode/shared_invite/enQtNDQ2MTM3NTk3MjMyLThlNjQzYTMzMzEwYWU1MDhmOGUyZmJmMTllZWM3MWQ1ZGU3ZDRkYzY3ZDc3YjE2YjliMTg0MjM2ZWZiMmIwYWU">Join our Slack!</a> | <a href="https://github.com/LearnTeachCode/code-coffee-compendium">Resources</a> | <a href="./code_of_conduct.html">Code of Conduct</a></h5>
<p class="tagline">A community for anyone who wants to learn about computer science or programming</p>
<p>Whether you're a total beginner or a coding ninja/guru/Jedi Master, we're here to learn about computer science and programming in a fun, informal environment -- and also to provide moral support to fight the fears and frustrations that come with learning a new skill or transitioning to a new career.</p>
<p><strong><a href="https://join.slack.com/t/learnteachcode/shared_invite/enQtNDQ2MTM3NTk3MjMyLThlNjQzYTMzMzEwYWU1MDhmOGUyZmJmMTllZWM3MWQ1ZGU3ZDRkYzY3ZDc3YjE2YjliMTg0MjM2ZWZiMmIwYWU">Click here to join our chatroom on Slack!</a></strong></p>
Expand Down