{"version":3,"file":"component---src-pages-code-of-conduct-js-edfc0eb2d21963cc7739.js","mappings":"8LAGMA,EAAS,CAAC,SAAU,SAAU,cAAe,eAUtCC,EAAsB,WACjC,IAAMC,EAAWC,EAAAA,cAAoB,CAAEC,GAAI,EAAGC,MAAO,IAC/CC,GAAIC,EAAAA,EAAAA,YAAWL,GAEfM,EAAe,SAAC,GAAD,iBAAmB,GAAnB,EAAGC,EAAH,EAAGA,MAAOC,EAAV,EAAUA,KAAV,OACnBC,GAAAA,CAAW,YAAD,cAEKD,IAAiBJ,EAAED,MAVrB,EAAI,EAAI,QAAU,SAQrB,cAGKI,GAhBD,SAACJ,GACjB,OAAOL,EAAOK,EAAQL,EAAOY,QAeHC,CAAUP,EAAED,UAoBtC,MAAO,CAjBP,WACE,IAAIS,EAAY,GAOhB,OALIR,EAAEF,GAAK,GAAM,IACfU,EAAYN,IACZF,EAAED,OAAS,GAEbC,EAAEF,IAAM,EACDU,GAGT,YAA2C,IAAD,aAAJ,GAAI,EAApBL,EAAoB,EAApBA,MAAOC,EAAa,EAAbA,KACrBI,EAAYN,EAAa,CAAEC,MAAAA,EAAOC,KAAAA,IAExC,OADAJ,EAAED,OAAS,EACJS,M,6DC2IX,UA7KsB,WACpB,IAASC,GAAgBd,EAAAA,EAAAA,KAAzB,GACA,OACE,gBAAC,IAAD,CACEe,MAAM,kBACNC,SAAS,mBACTC,MAAM,gBAEN,sBAAIJ,UAAWC,EAAa,CAAEN,MAAO,SAAUC,KAAM,UAArD,sCAGA,wTAMA,yBACE,oEAEF,wCACA,8CACA,qCACW,qBAAGS,KAAK,4BAAR,SADX,IACwD,2BADxD,UAES,qBAAGA,KAAK,2BAAR,oBAFT,IAEgE,2BAFhE,+BAKA,2PAMA,sDACA,sBAAIL,UAAWC,KAAf,4BACA,ybAQA,6LAKA,qTAOA,uCACA,oOAKA,+DACA,0BACE,oHAIA,yFACA,0IAKF,yCACA,kHAIA,uRAMA,iJAIA,sBAAID,UAAWC,KAAf,cACA,wEACA,0BACE,8OAMA,4DACA,6EACA,gEACA,2EACA,4DACA,wDACA,yFAEF,0CACA,iIAIA,0BACE,0BACE,uCADF,sCAC2D,2BAD3D,kDAIA,0BACE,qCADF,gFAKF,sBAAID,UAAWC,KAAf,sBACA,+KAKA,qCACA,gZAQA,4FACmE,IACjE,qBAAGI,KAAK,uEAAR,gBAIF,oCACA,iQAMA,qFAC4D,IAC1D,qBAAGA,KAAK,yDAAR,8BAIF,yCACA,6DACoC,IAClC,qBAAGA,KAAK,0BAAR,aAFF,IAEkD,IAChD,qBAAGA,KAAK,6BAAR,uBAHF,IAG+D,IAC7D,qBAAGA,KAAK,wEAAR,0BAJF,gBAOgB,IACd,qBAAGA,KAAK,8DAAR,kBARF,KAWI,qBAAGA,KAAK,uCAAR,WAXJ,QAWmE,IACjE,qBAAGA,KAAK,iCAAR,8BAZF","sources":["webpack://2020.jsconfbp.com/./src/hooks/useHeadingDecorator.js","webpack://2020.jsconfbp.com/./src/pages/code-of-conduct.js"],"sourcesContent":["import React, { useContext } from 'react'\nimport classnames from 'classnames'\n\nconst colors = ['purple', 'orange', 'lightpurple', 'lightorange']\n\nconst pickColor = (count) => {\n return colors[count % colors.length]\n}\n\nconst pickSide = (count) => {\n return count % 2 > 0 ? 'right' : 'left'\n}\n\nexport const useHeadingDecorator = () => {\n const headings = React.createContext({ h2: 0, count: 0 })\n const h = useContext(headings)\n\n const setClassName = ({ color, side } = {}) =>\n classnames(\n `decorated`,\n `decorated-${side || pickSide(h.count)}`,\n `decorated-${color || pickColor(h.count)}`\n )\n\n function setDefaultClasses() {\n let className = ''\n\n if (h.h2 % 2 === 0) {\n className = setClassName()\n h.count += 1\n }\n h.h2 += 1\n return className\n }\n\n function setClasses({ color, side } = {}) {\n const className = setClassName({ color, side })\n h.count += 1\n return className\n }\n\n return [setDefaultClasses, setClasses]\n}\n","import React from 'react'\nimport Layout from '../components/Layout'\nimport { useHeadingDecorator } from '../hooks/useHeadingDecorator'\n\nconst CodeOfConduct = () => {\n const [, getClassName] = useHeadingDecorator()\n return (\n \n

\n Code of Conduct of JSConf Budapest\n

\n

\n All attendees, speakers, sponsors and volunteers at JSConf Budapest are\n required to agree with the following code of conduct. Organizers will\n enforce this code throughout the event. We are expecting cooperation\n from all participants to help ensuring a safe environment for everybody.\n

\n

\n tl;dr: Don’t be a Jerk. Be excellent!\n

\n

Need help?

\n

Contact Szabolcs!

\n

\n Twitter: @_nec
\n Email: nec@jsconfbp.com
\n Phone (HU): +36 70 389 1288\n

\n

\n Conference staff will be happy to help participants contact hotel/venue\n security or local law enforcement, provide escorts, or otherwise assist\n those experiencing harassment to feel safe for the duration of the\n conference.\n

\n

We value your attendance.

\n

Purpose of this document

\n

\n JSConf Budapest is dedicated to providing a harassment-free conference\n experience for everyone, regardless of gender, sexual orientation,\n disability, physical appearance, body size, race, or religion. We do not\n tolerate harassment of conference participants in any form. Sexual\n language and imagery is not appropriate for any conference venue,\n including talks, workshops, parties, Twitter and other online media.\n

\n

\n Conference participants violating these rules may be sanctioned or\n expelled from the conference without a refund at the discretion of the\n conference organizers.\n

\n

\n Sponsors are also subject to the anti-harassment policy. In particular,\n sponsors should not use sexualized images, activities, or other\n material. Booth staff (including volunteers) should not use sexualized\n clothing/uniforms/costumes, or otherwise create a sexualized\n environment.\n

\n

Reporting

\n

\n If someone makes you or anyone else feel unsafe or unwelcome, please\n report it as soon as possible. If you see or hear someone do something,\n that might violate this Code of Conduct, please report it.\n

\n

You can make a personal report by:

\n \n

Enforcement

\n

\n Participants asked to stop any harassing behavior are expected to comply\n immediately.\n

\n

\n If a participant engages in harassing behaviour, event organisers retain\n the right to take any actions to keep the event a welcoming environment\n for all participants. This includes warning the offender or expulsion\n from the conference with no refund.\n

\n

\n We expect participants to follow these rules at conference and workshop\n venues and conference-related social events.\n

\n

Harassment

\n

Harassment includes, but is not limited to:

\n \n

Photo policy

\n

\n We will have colored lanyards for attendees to indicate their comfort\n level with being photographed:\n

\n \n

Inclusive language

\n

\n In our commitment to a harassment-free and inclusive environment we\n strongly believe it's important to pay attention to harmful language\n patterns.\n

\n

Ableism

\n

\n Words like \"crazy\", \"dumb\", \"insane\" or \"lame\" are examples of ableist\n language, devaluating people who have physical or mental disabilities.\n Its appearance often stems not from any intentional desire to offend,\n but from our innate sense of what it means to be normal. These words can\n be avoided by using more fitting, clearer descriptions of what we want\n to communicate.\n

\n

\n To find out more about ableism and replacement terms please read{' '}\n \n this guide.\n \n

\n

Sexism

\n

\n Using gendered terms like \"dude\" or \"guys\" to address a mixed-gendered\n group of people contributes to furthering exclusion of underrepresented\n individuals. We strongly advise avoiding gendered pronouns as well as\n gendered terms.\n

\n

\n For more information please familiarise yourself with the{' '}\n \n Geek Feminism wiki guide.\n \n

\n

Attribution

\n

\n This Code of Conduct was based on{' '}\n JSConf EU,{' '}\n CSSConf / JSConf AU,{' '}\n \n The Geek Feminism wiki\n \n , the work of{' '}\n \n Valerie Aurora\n \n , WeAllJS, and{' '}\n Conference Code of Conduct.\n

\n \n )\n}\n\nexport default CodeOfConduct\n"],"names":["colors","useHeadingDecorator","headings","React","h2","count","h","useContext","setClassName","color","side","classnames","length","pickColor","className","getClassName","title","pathName","image","href"],"sourceRoot":""}