You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Components/Home/Sections/About.tsx
+1-13
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,12 @@ export default class About extends React.Component {
8
8
<sectionid="about">
9
9
<Containersize={Sizes.medium}>
10
10
<h1>Python Pizza</h1>
11
-
<p><b>Python Pizza</b> is a micro conference organized by the Python Hamburg Community.</p>
11
+
<p><b>Python Pizza</b> is a micro conference organized by the Python Berlin Community.</p>
12
12
<p>
13
13
We bring the Python Community together for some amazing original Pizza™ and Python Talks.</p>
14
14
<p>We believe in and encourage practical sessions, in which developers share their experience and lessons from real-world projects, each talk is 10 mins long.</p>
15
15
<p>Thanks to the Python Pizza (Naples!) that started this format!</p>
Copy file name to clipboardExpand all lines: src/Components/Home/Sections/Coc.tsx
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ export default () => (
9
9
<Containersize={Sizes.medium}>
10
10
<h1>Code of conduct</h1>
11
11
<h2>Purpose</h2>
12
-
<p>Hamburg Python Pizza is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age, religion or lack thereof. </p>
12
+
<p>Berlin Python Pizza is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age, religion or lack thereof. </p>
13
13
<p>We do not tolerate harassment of conference participants in any form.</p>
14
14
<p>Sexual language and imagery is not appropriate for any conference venue, including talks.</p>
15
15
<p>We expect all community participants to abide by this Code of Conduct in all community venues—online and in-person—as well as in all one-on-one communications pertaining to community business.</p>
0 commit comments