This repository has been archived by the owner on Nov 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
code-of-conduct.html
158 lines (134 loc) · 5.89 KB
/
code-of-conduct.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<title>Node Girls</title>
<!-- CSS -->
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/siema.min.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-106487866-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="white" role="navigation">
<div class="nav-wrapper container">
<ul class="hide-on-med-and-down nav-list nav-list--home">
<li class="nav-list__list-item nav-list__list-item--home">
<a href="/chapters">Chapters</a>
</li>
<li class="nav-list__list-item nav-list__list-item--home">
<a href="/events">Events</a>
</li>
<li class="nav-list__logo">
<a href="/">
<img alt="Node Girls Logo" src="./images/ng-logo.svg">
</a>
</li>
<li class="nav-list__list-item nav-list__list-item--home">
<a href="/resources">Resources</a>
</li>
<li class="nav-list__list-item nav-list__list-item--home">
<a href="/about">About Us</a>
</li>
</ul>
<!--hamburger menu-->
<a class="nav-button" tabindex="0">☰</a>
<span class="nav-close" tabindex="0">☰</span>
<button class="nav-frame">
<!-- Side nav for mobile - menu links MUST BE REPEATED HERE,
hidden in non-mobile settings-->
<ul class="mobile-nav">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/chapters">Chapters</a>
</li>
<li>
<a href="/events">Events</a>
</li>
<li>
<a href="/resources">Resources</a>
</li>
<li>
<a href="/about">About Us</a>
</li>
</ul>
</button>
<button class="nav-overflow"></button>
</div>
</nav>
<main class="container">
<div class="main-container">
<h1 class="header center green-text">Code of Conduct</h1>
<p class="flow-text">We are committed to providing a safe and welcoming environment at our events. Our Code of Conduct
outlines our expectations of behaviour from attendees, hosts and sponsors.</p>
<p class="flow-text">We expect attendees to agree to abide by the <a href="https://berlincodeofconduct.org/">Berlin
Code of Conduct</a>, distributed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/Creative">Commons
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</a> license. Please read it before attending Node Girls.</p>
<p class="flow-text">If you need to report a violation of the Code of Conduct, speak to the organisers of the event
you are attending. They should be contactable via email, Twitter, and in person. More specific contact details for
reporting a violation will be shared at the event.</p>
<p class="flow-text">Organisers will respond to reports of a violation as swiftly as possible. Consequences could include
an attendee being asked to leave and banned from future events.</p>
<p class="flow-text">It is our number one priority that attendees feel happy and comfortable.</p>
</div>
</main>
<footer class="page-footer green" id="footer">
<div class="container">
<div class="row">
<div class="col l6 s12 footer__contact">
<h2 class="white-text footer__contact-title">Contact Us</h2>
<p class="white-text">If you have any questions, would like to become a mentor, sponsor an event or want to be
involved in some way, drop us a line to
<a href="mailto:[email protected]" class="footer__mailto">[email protected]</a>.</p>
</div>
<div class="col l6 s12">
<ul class="social-icons">
<li class="social-icons__icon">
<a target="_blank" class="white-text" href="https://twitter.com/nodegirls">
<i class="fa fa-twitter fa-3x"></i>
</a>
</li>
<li class="social-icons__icon">
<a target="_blank" class="white-text" href="https://github.com/node-girls/">
<i class="fa fa-github fa-3x"></i>
</a>
</li>
<li class="social-icons__icon">
<a class="white-text" href="mailto:[email protected]">
<i class="fa fa-envelope-o fa-3x"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container white-text">
Made by Node Girls, with thanks to
<a target="_blank" class="grey-text text-lighten-3" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script>
const mySiema = new Siema({ loop: true, duration: 400 })
document.querySelector('.prev-photo').addEventListener('click', () => mySiema.prev())
document.querySelector('.next-photo').addEventListener('click', () => mySiema.next())
</script>
</body>
</html>