Merge pull request #6 from Hacking-in-Parallel-Berlin-22/tobias/add_coc

add coc
tobias/add_privacy
Leif Niemczik 2022-11-30 17:19:42 +01:00 committed by GitHub
commit 58c472f48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 67 additions and 1 deletions

View File

@ -40,6 +40,9 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
<li>
<a href='/resources/'>Resources</a>
</li>
<li>
<a href='/coc/'>CoC</a>
</li>
</ul>
<Socials additionalClass='mobile-only' />
</nav>
@ -132,7 +135,7 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
transform: translateX(100vw);
transition: transform 0.25s ease-in-out;
z-index: 10;
@supports (height: 100dvh) {
height:100dvh;
padding:2rem;

63
src/pages/coc/index.astro Normal file
View File

@ -0,0 +1,63 @@
---
import Layout from '../../layouts/Layout.astro'
---
<Layout title='coc'>
<main>
<article>
<h1>Code of Conduct</h1>
<p>
This CoC for Hacking in Parallel - Berlin (HiP-Berlin) is adapted from the <a
href='https://events.ccc.de/congress/2017/wiki/index.php/Code_Of_Conduct'>37c3 CoC</a>.
</p>
<h3>Intro</h3>
<p>
This is not a CoC in the anglo-american sense of the word. It appeals to a sense of right rather than trying to instill that sense.
This digital handout can be understood as a guide on how to express your own behaviours in order to make this event the most enjoyable as it can be for every lifeform present. It also a brief guide for where to direct your attention when things are to the contrary.
</p>
<h3>A galactic Congress welcomes all lifeforms</h3>
<p>
If you have experienced the distinct feeling of "Wow!" when you took part in your first Congress, you know: There's the outside world, and then there's events like Congress. At HiP-Berlin we want everyone to feel the "Wow!".
</p>
<p>
We want a vastness of space that promotes tolerance, curiosity, fun, open-minded communication, respect, friendliness, and cooperation.
</p>
<p>
Unlike conventional conferences, whose alienated visitors come expecting to receive full service for a fee paid upon entry, HiP-Berlin is an event run only by volunteers. The entire event is organized by people who contribute their time, their energy, their own ticket price, and who spend their holiday to make the event happen. Visiting HiP-Berlin means to participate rather than assuming everything will be taken care of for you. This means everybody attending HiP-Berlin shares the responsibility to avoid violating the event's sense of safety, security, and enjoyability for all.
</p>
<p>
The very soul of HiP-Berlin is: Be excellent to each other.
</p>
<p>
HiP-Berlin follows in the footsteps of Chaos events, which carry years of liberal and tolerant tradition while encouraging everyone to enjoy technology and culture. The tradition includes a strong value of continuous improvement.
</p>
<p>
HiP-Berlin is a galactic organization welcoming all sentient lifeforms -- as such, providing a safe, secure, and enjoyable experience for everybody attending the event. Lifeforms not ascending to this level of dignity are not welcome.
</p>
<p>
We stand for freedom of expression and the acuity of listening. While engaged in expressing and listenting, it is important to be excellent to each other.
</p>
<p>
Since HiP-Berlin is the sum of its participants, we count on all of us. If you experience a violation of our principles, act responsibly, and encourage other participants around to be equally responsible. Respond by either contacting the appropriate teams directly, or by asking a HiP-Berlin volunteer to do so. Volunteers are called "Engels" at Chaos events and can be recognized by their smiling dedication and badge insignia.
</p>
<p>
During the ~500 strong HiP-Berlin conference, some things may require intervention or attention. HiP-Berlin teams are at the ready to deal with disease, harassment, violence, fire hazards, or personal crises. Our volunteers are available in person around the clock to assist in matters of safety and security.
</p>
<p>
If you are unable to solve a problem, or if you feel you should not solve a problem yourself, then maybe others around you can help. If not, then let a volunteer know immediately.
</p>
<h3>
The following is a more detailed introduction to teams that make HiP-Berlin a safe, secure, enjoyable, and open event for all
</h3>
<p>
The Awareness Team provides a point of contact for people to process experiences, resolve conflicts, and to create a safe and enjoyable atmosphere for all.
</p>
<p>
The Safety and Security Team is tasked with preventing behavioral conflicts and their escalation. This team is also responsible for preventing hazards. They are a friendly and firm reminder of our principles. They may expel misbehaving lifeforms if an exceptional situation warrants it.
</p>
<p>
The CERT (Chaos Emergency Response Team) consists of people who will help in case of sickness and minor injuries, and will call professional help if needed. The CERT provides aid in all situations and emergencies that require professional attention. The CERT is also tasked with fire prevention, as well as ensuring that escape path codes are observed.
</p>
</article>
</main>
</Layout>