-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcode-of-conduct.html
More file actions
107 lines (96 loc) · 4.53 KB
/
code-of-conduct.html
File metadata and controls
107 lines (96 loc) · 4.53 KB
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
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-48MT94PRBG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-48MT94PRBG');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Code of Conduct</title>
<meta name="Description" content="Macc Tech - our Code of Conduct" />
<meta name="Keywords" content="Macc, Tech, Code of Conduct" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1, user-scalable=yes" />
<meta name="HandheldFriendly" content="true" />
<meta name="Copyright" content="© 2016 - 2026 Macc Tech" />
<link rel="stylesheet" type="text/css" href="/css/stylesheet.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@MaccTech">
<meta name="twitter:creator" content="@MaccTech">
<meta name="twitter:title" content="Macc Tech - our Code of Conduct">
<meta name="twitter:description" content="Macc Tech - our Code of Conduct">
<meta name="twitter:image:src" content="/images/macc-tech-logo-1000.png">
<meta property="og:title" content="Macc Tech - our Code of Conduct" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://macctech.co.uk/" />
<meta property="og:image" content="https://macctech.co.uk/images/macc-tech-logo-1000.png" />
<meta property="og:description" content="Macc Tech - our Code of Conduct" />
<meta property="og:site_name" content="Macc Tech" />
<meta property="fb:admins" content="930155763784117" />
<meta itemprop="name" content="Macc Tech">
<meta itemprop="description" content="Macc Tech - our Code of Conduct">
<meta itemprop="image" content="https://macctech.co.uk/images/macc-tech-logo-1000.png">
</head>
<body>
<div class="page">
<section id="main">
<section id="content">
<header></header>
<nav>
<a href="/">Home</a> • <a href="/events">Events</a> • <a href="/venues">Venues</a> • <a href="/code-of-conduct">Code of Conduct</a>
</nav>
<section id="contentDiv">
<section class="left-aligned-section max-width-section auto-width bold-links">
<h1>
Code of Conduct
</h1>
<p>
<strong>Macc Tech</strong> organizes events with the goal of fostering a respectful, friendly, enjoyable, and inclusive environment for everyone involved.
</p>
<hr>
<h2>In our meetings we ask everyone to:</h2>
<ul>
<li>Be aware of others</li>
<li>Be friendly and patient</li>
<li>Be welcoming and respectful</li>
<li>Be open to all questions and viewpoints</li>
<li>Be understanding of differences</li>
<li>Be kind and considerate to others</li>
</ul>
<p>
<strong>Macc Tech</strong> maintains a zero-tolerance policy for the following behaviors in all aspects of the event:
</p>
<ul>
<li>
Any disruptive, disrespectful, or degrading conduct toward others, including messages, images, or interactions, in any form and in any location.
</li>
<li>
Harassment or discrimination based on age, ancestry, citizenship, color, family or medical care leave, gender identity or expression, immigration status, marital status, medical condition, national origin, physical or mental disability, political affiliation, protected veteran or military status, race, ethnicity, religion, sex (including pregnancy), sexual orientation, or any other characteristic protected by applicable local laws, regulations, and ordinances.
</li>
</ul>
<p>
We encourage everyone to help foster a welcoming and safe atmosphere.
</p>
<p>
If you witness any concerns, harassment, or disruptive activity, please report it to venue staff, the event host or owner, or the nearest event staff member.
</p>
<hr>
<div class="clear"></div>
<p>If you have a concern, or wish to discuss further, please contact us via email:</p>
<p id="pEmailAddress"></p>
</section>
</section>
<footer>
© 2016 - <span id="spanCurrentYear"></span> Macc Tech
</footer>
</section>
</section>
</div>
<script src="/scripts/scripts.js"></script>
</body>
</html>