-
Notifications
You must be signed in to change notification settings - Fork 0
/
code-of-conduct.html
107 lines (107 loc) · 4.89 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="meta-ogg-image.png" />
<title>NodeSchool Valencia</title>
<meta name="description" content="NodeSchool Valencia. Open source workshops that teach web software skills.">
<link href="https://fonts.googleapis.com/css?family=Noticia+Text:400,700" rel="stylesheet">
<style type="text/css">
* {
margin: 0;
padding: 0;
overflow: auto;
font-family: 'Noticia Text', Helvetica, sans-serif;
font-weight: 400;
color: #2E2E2E;
}
body {
background-image: url(https://ralabs.org/wp-content/uploads/2023/10/image-18.png);
background-size: cover;
background-position: bottom center;
height: 100vh;
}
.wrapper {
background-size: 25%;
background-position: 0 -100px;
background-color: rgba(249, 249, 249, 0.89);
background-blend-mode: multiply;
height: 100vh;
}
.title {
font-size: 1.625rem;
width: 80%;
max-width: 1000px;
margin: 0 auto;
padding-top: 100px;
}
@media screen and (max-width: 500px) {
.title {
padding-top: 30px;
}
}
.title__logo {
width: 350px;
margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
.title__logo {
width: 100%;
}
}
.code_of_conduct h1 {
margin-bottom: 10px;
}
.code_of_conduct p,
.code_of_conduct ul {
font-size: 1rem;
line-height: 1.5em;
}
.code_of_conduct p {
margin-bottom: 10px;
}
.code_of_conduct p b {
font-weight: 700;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="title">
<a href="//nodeschool.io/valencia">
<img class="title__logo" src="//nodeschool.io/images/schoolhouse.svg" alt="nodeschool logo">
</a>
<div class="code_of_conduct">
<h1>Code of Conduct</h1>
<p>
We, the organizers of <b>NodeSchool Valencia</b>, are dedicated to providing a harassment-free community for everyone, regardless of sex, gender identity or expression, sexual orientation, disability, physical appearance, age, body size, race, nationality, or religious beliefs. We do not tolerate harassment of community members in any form. Participants violating these rules may be sanctioned or expelled from the community at the discretion of the organizers of <b>NodeSchool Valencia</b>.
</p>
<p>
Harassment includes offensive verbal or written comments related to sex, gender identity or expression, sexual orientation, disability, physical appearance, age, body size, race, nationality, or religious beliefs, deliberate intimidation, threats, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention. Sexual language and imagery is not appropriate for any events at <b>NodeSchool Valencia</b> meetups or in any related communication channels. Community members asked to stop any harassing behavior are expected to comply immediately. Sponsors and presenters are also subject to the anti-harassment policy.
</p>
<p>
If a community member engages in harassing behavior, the organizers of <b>NodeSchool Valencia</b> may take any action they deem appropriate, including warning the offender or expulsion from the community. If you are being harassed, notice that someone else is being harassed, or have any concerns, please contact an organizer immediately.
</p>
<br/>
<p>
<b>NodeSchool Valencia</b>
</p>
<ul>
<li><b>Organizers:</b> Roman Rodomansky (fb)</li>
<li><b>Meetup URL:</b> TBD</li>
</ul>
<br/>
<p>
If you have questions or feedback about this Code of Conduct please contact one of the organizers.
</p>
<p>
The organizers of the above communities developed this Code of Conduct to govern their respective events and communication channels. We used <a href="http://www.meetup.com/pdxpython/pages/Code_of_Conduct/">PDX Python's anti-harassment policy</a> and the <a href="http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy">Geek Feminism Conference anti-harassment policy</a> as a starting point. This Code of Conduct, like its inspirations, is licensed under the <a href="http://creativecommons.org/publicdomain/zero/1.0/">Creative Commons Zero license.</a>
</p>
</div>
</div>
</div>
</body>
</html>