-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathfriendly-space-policy.html
103 lines (89 loc) · 5.75 KB
/
friendly-space-policy.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta property="og:site_name" content="OHI/O @ The Ohio State University">
<meta property="og:type" content="website">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="OHI/O: Fostering a Tech Culture at Ohio State">
<meta name="keywords" content="Hackathon, OHIO, Hack, OSU, friendly, space, policy">
<meta name="author" content="OHI/O">
<title>OHI/O: Friendly Space Policy</title>
<link rel="icon" href="assets/img/favicon.ico">
<link rel="stylesheet" href="assets/css/font-awesome-4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://www.osu.edu/assets/fonts/webfonts.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-51284668-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-51284668-6');
</script>
<script src="https://use.typekit.net/fov5wnm.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<br><br><br>
<div class="content main">
<h1 class="animated flipInX"><span class="lt">OH</span><span class="bld">I/O</span><br><span class="lt">Friendly Space Policy</span>
</h1>
<p>OHI/O is dedicated to providing a harassment-free venue and experience for everyone. We do not tolerate
any form of harassment of event participants.</p>
<p>Harassment includes but is not limited to offensive verbal comments related to gender, sexual
orientation, gender identity or expression, disability, physical appearance, age, race, ethnicity,
political affiliation, national origin, or religion. Harassment also includes sexual images in public
spaces, deliberate intimidation, stalking, unwelcome following, harassing photography or recording,
sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual
attention. Participants asked to stop any harassing behavior are expected to comply immediately.</p>
<p>If a participant engages in harassing behavior, the event organizers may take any action they deem
appropriate, including warning the offender or expulsion from the event. If you are being harassed,
notice that someone else is being harassed, or have any other concerns, please contact an event
organizer immediately. Organizers can be recognized by special apparel and/or lanyards and name
badges.</p>
<p>We expect participants to follow these rules at all OHI/O events. We value your attendence!</p>
<p><span style="font-size: 70%;">Policy derived from <a class="txt-red"
href="https://wikimediafoundation.org/wiki/Friendly_space_policy" target="_blank" rel="noopener nonreferrer">Wikimedia’s friendly space policy</a>
(<a class="txt-red" href="https://creativecommons.org/licenses/by-sa/3.0/" target="_blank" rel="noopener nonreferrer">CC BY-SA 3.0</a>)</span></p>
<h2 id="contact">Contact</h2>
<p>Need to contact OHI/O? Reach out to us at <a href="mailto:[email protected]">[email protected]</a>.</p>
<!-- Footer -->
<div style="padding: 2px; width: 100%; text-align: center;">
<br><br>
<b><a href="/">Back to Home</a></b>
<br><br>
<table style="margin: 0 auto; width: 25%;">
<tr>
<td style="text-align: center;">
<a class="social-media-image" href="https://www.facebook.com/hackohio" target="_blank" rel="noopener nonreferrer">
<i class="fa fa-facebook fa-2x"></i></a>
</td>
<td style="text-align: center;">
<a class="social-media-image" href="https://twitter.com/hackohio" target="_blank" rel="noopener nonreferrer">
<i class="fa fa-twitter fa-2x"></i></a>
</td>
<td style="text-align: center;">
<a class="social-media-image" href="https://www.instagram.com/hackohio/" target="_blank" rel="noopener nonreferrer">
<i class="fa fa-instagram fa-2x"></i></a>
</td>
<td style="text-align: center;">
<a class="social-media-image"
href="https://www.youtube.com/channel/UCJJzEGEjQrpVTY3zEQS0BpA" target="_blank" rel="noopener nonreferrer">
<i class="fa fa-youtube fa-2x"></i></a>
</td>
<td style="text-align: center;">
<a class="social-media-image" href="https://medium.com/@hackohio" target="_blank" rel="noopener nonreferrer">
<i class="fa fa-medium fa-2x"></i></a>
</td>
</tr>
</table>
<br>
<a href="privacy.html" target="_blank" rel="noopener nonreferrer">Privacy Policy</a>
</div>
<br><br><br>
</div>
</body>
</html>