-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcode-of-conduct.html
135 lines (121 loc) · 6.52 KB
/
code-of-conduct.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Code for Anchorage - Code of Conduct</title>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class='logo' href='index.html'>Code <span> for Anchorage</span></a>
<nav>
<ul>
<li>
<a href="#menu">Menu</a>
</li>
</ul>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href='index.html'>Home</a></li>
<li><a href="index.html#identity">Who We Are</a></li>
<li><a href="index.html#projects">Our Projects</a></li>
<li><a href="index.html#sponsors">Our Sponsors</a></li>
<li><a href="index.html#press">Press</a></li>
</ul>
<ul class="contact-icons">
<h5>Contact Us</h5>
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">Email Us</a></li>
<li class="icon brands solid fa-github"><a href="https://github.com/codeforanchorage">Github</a></li>
<li class="icon brands solid fa-twitter"><a href="https://twitter.com/CodeForAnc">Twitter</a></li>
<li class="icon brands solid fa-meetup"><a href="https://www.meetup.com/Code-for-Anchorage/">Meetup</a></li>
<li class="icon brands solid fa-facebook"><a href="https://www.facebook.com/codeforanc">Facebook</a></li>
</ul>
</nav>
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<header class="major">
<h1>Code of Conduct</h1>
</header>
<span class="image main"><img src="images/logo5.png" alt=""/></span>
<h2>A safe-space for everyone</h2>
<p>Code for Anchorage's focus is on serving our community through civic tech. We value the participation of each
member of our community and want all attendees to have an enjoyable and fulfilling experience.</p>
<p>Accordingly, attendees are expected to show respect and courtesy to everyone, regardless of age, gender,
sexual orientation, religious or ethnic identity, physical appearance, body size, or ability. Everyone in
attendance is required to conform to the following Code of Conduct.</p>
<p>Organizers will enforce this code throughout events; more information on reporting a Code of Conduct
violation is available below, under the heading <a href="#contact">Contact Information</a>.</p>
<h2>All Attendees</h2>
<p>Please show respect for all attendees. In particular: </p>
<ul>
<li>Offensive behavior such as verbal abuse, intimidation, or harassment will not be tolerated.</li>
<li>Remember that all our attendees are here for similar reasons, and do not make assumptions about anyone's
interests, skill level, or profession based on their appearance or background.
</li>
<li>Remember that “no means no.” If someone asks you to stop speaking about a particular subject, or to
leave them alone, please do so.
</li>
<li>Support your friends and colleagues. If you see someone behaving badly, please let them know that you're
not OK with it.
</li>
</ul>
<h2>Speakers/Presenters</h2>
<p>Please ensure that your presentation does not stigmatise, alienate, or marginalise any individual or group.
In particular: </p>
<ul>
<li>Keep any slide decks G-rated.</li>
<li>Anything beyond the occasional mild curse word is not appropriate.</li>
<li>While criticism of software, programming practices, etc. is OK, please try to offer constructive
improvements or alternatives as part of your talk. Personal criticism and ad hominem attacks are never
OK.
</li>
</ul>
<h2 id="contact">Contact Information</h2>
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please
contact one of the co-captains, Brendan and Mark.</p>
<p>The captains will be happy to help participants contact venue security or local law enforcement, provide
escorts, or otherwise assist those experiencing harassment to feel safe. We value your attendance.</p>
<p>This Code of Conduct is taken from <a href="http://anchorageprogramming.org">Anchorage Progamming
Workshop's</a> CoC for Anchorage tech events, <a
href="https://github.com/anchorageprogramming/code-of-conduct">available on GitHub</a>.</p>
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License"
style="border-width:0"
src="http://i.creativecommons.org/l/by/3.0/88x31.png"/></a>
<p>This Code of Conduct is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative
Commons Attribution 3.0 Unported License</a>.</p>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="contact-icons">
<h3>Contact</h3>
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">Email Us</a></li>
<li class="icon brands solid fa-github"><a href="https://github.com/codeforanchorage">Github</a></li>
<li class="icon brands solid fa-twitter"><a href="https://twitter.com/CodeForAnc">Twitter</a></li>
<li class="icon brands solid fa-meetup"><a href="https://www.meetup.com/Code-for-Anchorage/">Meetup</a></li>
<li class="icon brands solid fa-facebook"><a href="https://www.facebook.com/codeforanc">Facebook</a></li>
</ul>
<div class="copyright">
© Code for Anchorage 2023. All rights reserved.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>