forked from emilyuhde/cssconfbp17
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code-of-conduct.html
135 lines (120 loc) · 5.61 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>CSSConf Budapest 2017 - Code of Conduct</title>
<link rel="stylesheet" href="style.css">
<style>
@font-face{
font-family:"Foundry Gridnik";
font-weight:400;
font-style:normal;
src:url(http://2016.cssconfbp.rocks/assets/fonts/FoundryGridnik/400/FoundryGridnikRegular.woff2) format("woff2"),
url(http://2016.cssconfbp.rocks/assets/fonts/FoundryGridnik/400/FoundryGridnikRegular.woff) format("woff"),
url(http://2016.cssconfbp.rocks/assets/fonts/FoundryGridnik/400/FoundryGridnikRegular.ttf) format("truetype")
}
@font-face{
font-family:Panton;
font-weight:700;
font-style:normal;
src:url(http://2016.cssconfbp.rocks/assets/fonts/Panton/700/PantonBold.woff2) format("woff2"),
url(http://2016.cssconfbp.rocks/assets/fonts/Panton/700/PantonBold.woff) format("woff"),
url(http://2016.cssconfbp.rocks/assets/fonts/Panton/700/PantonBold.ttf) format("truetype")
}
</style>
</head>
<body class="code-of-conduct">
<nav class="🗺️">
<a class="🗣️ 🔗" data-emoji="🗣️" href="code-of-conduct.html" class="active">Code of Conduct</a>
<a class="🔗" data-emoji="📅" href="http://2016.cssconfbp.rocks">2016</a>
<a class="🔗" data-emoji="🎫" href="https://ti.to/jsconf-bp/cssconf-budapest-2017/">Tickets</a>
<a class="🔗" data-emoji="🏠" href="index.html" class="index-page-link"><span>Home</span></a>
<a class="🔗" data-emoji="🖍️" href="/style.css">Design our site for a day</a>
</nav>
<div class="overlay">
<h1 class="title">Code of Conduct</h1>
<p>
All attendees, speakers, sponsors and volunteers at CSSConf Budapest are required to
agree with the following code of conduct.
Organizers will enforce this code throughout the event. We are expecting cooperation
from all participants to help ensuring a safe environment for everybody.
</p>
<q>
<strong>Don’t be a Jerk. Be excellent.</strong>
</q>
<section>
<h2 class="subtitle">
Need Help? Contact Anikó
</h2>
<ul>
<li>Anikó Fejes</li>
<li class="🐦">
Twitter: <br><a target="_blank" href="https://twitter.com/hubudibu"><span>@hubudibu</span></a>
</li>
<li>Email: <br><a href="mailto:aniko@bpweb.io"><span>aniko@bpweb.io</span></a></li>
<li>Phone(hu): <br><a href="tel:036704262628"><span>+36 70 426 2628</span></a></li>
</ul>
</section>
<section>
<h2 class="subtitle">
The Quick Version
</h2>
<p>
CSSConf Budapest is dedicated to providing a harassment-free conference experience for
everyone, regardless of gender, sexual orientation, disability, physical appearance,
body size, race, or religion. We do not tolerate harassment of conference participants
in any form. Sexual language and imagery is not appropriate for any conference venue,
including talks, workshops, parties, Twitter and other online media. Conference participants
violating these rules may be sanctioned or expelled from the conference
*without a refund* at the discretion of the conference organizers.
</p>
</section>
<section>
<h2 class="subtitle">
The Less Quick Version
</h2>
<p>
Harassment includes offensive verbal comments related to gender, sexual orientation,
disability, physical appearance, body size, race, religion, sexual images in public spaces,
deliberate intimidation, stalking, following, harassing photography
or recording, sustained disruption of talks or other events, inappropriate physical
contact, and unwelcome sexual attention.
</p>
<p>
Participants asked to stop any harassing behavior are expected to comply immediately.
</p>
<p>
Sponsors are also subject to the anti-harassment policy. In particular, sponsors should
not use sexualized images, activities, or other material. Booth staff (including volunteers)
should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.
</p>
<p>
If a participant engages in harassing behavior, the conference organizers may take any
action they deem appropriate, including warning the offender or expulsion from the conference with no refund.
</p>
<p>
If you are being harassed, notice that someone else is being harassed, or have any other
concerns, please contact a member of conference staff immediately. Conference staff can
be identified by a yellow conference shirt with the word 'STAFF' on it.
</p>
<p>
In case you can’t find a staff member, Anikó is always there for you:
<a target="_blank" href="http://twitter.com/hubudibu"><span>@hubudibu</span></a>,
<a href="mailto:aniko@bpweb.io"><span>aniko@bpweb.io</span></a>,
<a href="tel:036704262628"><span>+36704262628</span></a>.
</p>
<p>
Conference staff will be happy to help participants contact hotel/venue security or local
law enforcement, provide escorts, or otherwise assist those experiencing harassment to
feel safe for the duration of the conference. We value your attendance.
</p>
<p>
We expect participants to follow these rules at conference and workshop venues and
conference-related social events.
</p>
</section>
</div>
</body>
</html>