This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
forked from GDGTC/gdgtc-site-polymer
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathabout.html
53 lines (43 loc) · 2.3 KB
/
about.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
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<script src="components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="components/font-roboto/roboto.html">
<link rel="import" href="components/core-animation/core-animation.html">
<link rel="import" href="components/core-animation/core-animation-group.html">
<link rel="import" href="custom_components/chapter-about.html">
<link rel="import" href="custom_components/footer.html">
<style shim-shadowdom>
body {
font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
margin: 0;
padding: 24px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
}
</style>
</head>
<body unresolved>
<chapter-about yearFounded="2008"></chapter-about>
<div class="block" id="section-2">
<h2 class="page-header">
Harassment Policy [Don't be a Jerk.]
</h2>
<p>
GDG Twin Cities prides itself on being an open, respectful, and inclusive community. That means jerky behavior isn’t allowed at GDG meetings. Because we know that it’s not obvious to everyone, here’s a reminder of the things we don’t allow: jokes or offensive comments about sex/sexuality/race/religion/nationality/body size, showing porn in public, touching people uninvited, or continuing to interact with someone after they’ve asked you to stop. Continuous jerky behavior may result in getting expelled from the meeting or GDG Chapter.
</p>
<p>
If someone is bothering you, please tell any GDG-TC Organizers immediately and they will take care of it. We want to maintain GDG Twin Cities’s awesomeness.
</p>
<p><a href="conduct.html">read our full anti harassment policy here.</a>
</div> <!-- end block -->
<page-footer></page-footer>
</body>
</html>