-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
246 lines (234 loc) · 13.1 KB
/
index.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<!-- Prevent viewport zoom -->
<meta name="viewport" content="initial-scale=1.0">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta http-equiv="refresh" content="0; url=http://rustbridge.com/" />
<!-- Favicon -->
<link rel="shortcut icon" href="img/rust-logo-blk.ico">
<title>RustBridge</title>
<!-- General CSS -->
<link rel="stylesheet" type="text/css" href="css/mobile-style.css">
<link rel="stylesheet" type="text/css" href="css/max-style.css">
<!-- Google Font -->
<link href='//fonts.googleapis.com/css?family=Source+Code+Pro:400,300,200,500,600,700,900' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="about">
<div class="copy">
<h1>RustBridge</h1>
<h3>Free and guided workshops in Rust – a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.</h3>
</br>
<h3>Our events are aimed at people who are underrepresented in technology and offer the opportunity to learn within a friendly, safe and sometimes fun environment.
We do this by providing rewarding learning experiences, building helpful tools as well as materials and gathering a group of awesome humans.
RustBridge is a project by the Rust Language Community Team.
</h3>
</div>
</div>
<div id="workshops" class="copy">
<h1>Upcoming Workshops</h1>
<div class="workshop-container">
<div class="workshop-box">
<img class="workshop-img" src="img/rustfest.png">
<div class="workshop-content">
<h4>When: Sunday, Sept 18th, 2016</span></h4>
<h4>Where:<a href="//co-up.de/" target="_blank" alt="Co Up Coworking, Berlin"> co.up</a>, Berlin, Germany</h4>
</br>
<p>The very first RustBridge here in Berlin: a hands-on workshop to introduce Rust to beginners with little prior programming experience.
Hosted by Martin Br:osamle, Eduard Bopp, RustFest Organiser Johann Hofmann and Hanneli Tavante.
Organised in collaboration with OpenTechSchool Berlin and part of <a href="http://www.rustfest.eu/" target="_blank" alt="Rust Fest Europe">RustFest</a>.
Participation will not be require to have RustFest Ticket: anyone is invited to come.
</p>
</br>
<h4>Don't hesitate to<a href="http://discourse.opentechschool.org/t/rustbridge-workshop-sept-18th-berlin-together-with-rustfest/1849"> Sign up!</a><h3>
</h4>
</div>
</div>
<div class="workshop-box">
<div class="workshop-content">
<h2>More to be announced.</h2>
</div>
</div>
</div>
</div>
<!-- <div id="materials">
<div class="copy">
<h2>Materials</h2>
</div>
</div>
-->
<div id="team">
<div id="team" class="copy">
<h1>Team</h1>
<div class="team-container">
<div class="team-box">
<img class="team-img" src="img/team-anouk.jpg">
<div class="team-content">
<p>Anouk Ruhaak</p>
<p>Github:<a href="//github.com/anoukruhaak" target="_blank">anoukruhaak</a></p>
</div>
</div>
<div class="team-box">
<img class="team-img" src="img/team-martin.png">
<div class="team-content">
<p>Martin Br:osamle</p>
<p>Github: <a href="//github.com/broesamle" target="_blank">broesamle</a></p>
</div>
</div>
<div class="team-box">
<img class="team-img" src="img/team-carol.jpg">
<div class="team-content">
<p>Carol (Nichols || Goulding)</p>
<p>Github: <a href="//github.com/carols10cents" target="_blank">carols10cents</a></p>
</div>
</div>
<div class="team-box">
<img class="team-img" src="img/team-johann.jpg">
<div class="team-content">
<p>Johann Hofmann</p>
<p>Github: <a href="//github.com/johannhof" target="_blank">johannhof</a></p>
</div>
</div>
</div>
<div class="team-container">
<div class="team-box">
<img class="team-img" src="img/team-erick.jpg">
<div class="team-content">
<p>Erick Tryzelaar</p>
<p>Github: <a href="//github.com/erickt" target="_blank">erickt</a></p>
</div>
</div>
<div class="team-box">
<img class="team-img" src="img/team-hanneli.png">
<div class="team-content">
<p>Hanneli Tavante</p>
<p>Github: <a href="//github.com/hannelita" target="_blank">hannelita</a></p>
</div>
</div>
<div class="team-box">
<img class="team-img" src="img/team-realtin.jpg">
<div class="team-content">
<p>anderspree</p>
<p>Github: <a href="//github.com/Realtin" target="_blank">Realtin</a></p>
</div>
</div>
<div class="team-box">
<img class="team-img" src="img/team-manish.png">
<div class="team-content">
<p>Manish Goregaokar</p>
<p>Github: <a href="//github.com/Manishearth" target="_blank">Manishearth</a></p>
</div>
</div>
</div>
<div class="team-container">
<div class="team-box">
<img class="team-img" src="img/team-florian.png">
<div class="team-content">
<p>Florian Gilcher</p>
<p>Github: <a href="//github.com/skade" target="_blank">skade</a></p>
</div>
</div>
<div class="team-box">
<img class="team-img" src="img/team-doug.jpg">
<div class="team-content">
<p>Doug Tangren</p>
<p>Github: <a href="//github.com/softprops" target="_blank">softprops</a></p>
</div>
</div>
<div class="team-box">
<img class="team-img" src="img/team-sonja.jpg">
<div class="team-content">
<p>Sonja Heinen</p>
<p>Github: <a href="//github.com/SonjaHeinen" target="_blank">SonjaHeinen</a></p>
</div>
</div>
<div class="team-box">
<img class="team-img" src="img/team-marta.jpg">
<div class="team-content">
<p>Marta Paciorkowska</p>
<p>Github: <a href="//github.com/xamebax" target="_blank">xamebax</a></p>
</div>
</div>
</div>
</div>
<div class="copy">
<h1>Code of Conduct</h1>
</br>
<li>We are committed to providing a friendly, safe and welcoming environment for all, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other similar characteristic.</li>
<li>On IRC, please avoid using overtly sexual nicknames or other nicknames that might detract from a friendly, safe and welcoming environment for all.</li>
<li>Please be kind and courteous. There’s no need to be mean or rude.</li>
<li>Respect that people have differences of opinion and that every design or implementation choice carries a trade-off and numerous costs. There is seldom a right answer.</li>
<li>Please keep unstructured critique to a minimum.
If you have solid ideas you want to experiment with, make a fork and see how it works.</li>
<li>We will exclude you from interaction if you insult, demean or harass anyone.
That is not welcome behaviour. We interpret the term “harassment” as including the definition in the Citizen Code of Conduct; if you have any lack of clarity about what might be included in that concept, please read their definition.
In particular, we don’t tolerate behavior that excludes people in socially marginalized groups.</li>
<li>Private harassment is also unacceptable. No matter who you are, if you feel you have been or are being harassed or made uncomfortable by a community member, please contact one of the channel ops or any of the Rust moderation team immediately.
Whether you’re a regular contributor or a newcomer, we care about making this community a safe place for you and we’ve got your back.</li>
<li>Likewise any spamming, trolling, flaming, baiting or other attention-stealing behaviour is not welcome.</li>
</div>
<div class="copy">
<h1>Moderation</h1>
</br>
<p>These are the policies for upholding our community’s standards of conduct.
If you feel that a thread needs moderation, please contact the <a href="//www.rust-lang.org/en-US/team.html" target="_blank" alt="Rust Moderation Team">Rust moderation team</a>.</p>
<li>Remarks that violate the Rust standards of conduct, including hateful, hurtful, oppressive, or exclusionary remarks, are not allowed. (Cursing is allowed, but never targeting another user, and never in a hateful manner.)</li>
<li>Remarks that moderators find inappropriate, whether listed in the code of conduct or not, are also not allowed.</li>
<li>Moderators will first respond to such remarks with a warning.</li>
<li>If the warning is unheeded, the user will be “kicked,” i.e., kicked out of the communication channel to cool off.</li>
<li>If the user comes back and continues to make trouble, they will be banned, i.e., indefinitely excluded.</li>
<li>Moderators may choose at their discretion to un-ban the user if it was a first offense and they offer the offended party a genuine apology.</li>
<li>If a moderator bans someone and you think it was unjustified, please take it up with that moderator, or with a different moderator, in private. Complaints about bans in-channel are not allowed.</li>
<li>Moderators are held to a higher standard than other community members. If a moderator creates an inappropriate situation, they should expect less leeway than others.</li>
</br>
<p>In the Rust community we strive to go the extra step to look out for each other.
Don’t just aim to be technically unimpeachable, try to be your best self.
In particular, avoid flirting with offensive or sensitive issues, particularly if they’re off-topic; this all too often leads to unnecessary fights, hurt feelings, and damaged trust; worse, it can drive people away from the community entirely.
And if someone takes issue with something you said or did, resist the urge to be defensive.
Just stop doing what it was they complained about and apologize.
Even if you feel you were misinterpreted or unfairly accused, chances are good there was something you could’ve communicated better — remember that it’s your responsibility to make your fellow Rustaceans comfortable.</p>
</br>
<p>
Everyone wants to get along and we are all here first and foremost because we want to talk about cool technology. You will find that people will be eager to assume good intent and forgive as long as you earn their trust.
The enforcement policies listed above apply to all official Rust venues; including official IRC channels (#rust, #rust-internals, #rust-tools, #rust-libs, #rustc, #rust-beginners, #rust-docs, #rust-community, #rust-lang, and #cargo); GitHub repositories under rust-lang, rust-lang-nursery, and rust-lang-deprecated; and all forums under rust-lang.org (users.rust-lang.org, internals.rust-lang.org). For other projects adopting the Rust Code of Conduct, please contact the maintainers of those projects for enforcement. If you wish to use this code of conduct for your own project, consider explicitly mentioning your moderation policy or making a copy with your own moderation policy so as to avoid confusion.
Adapted from the <a href="//blog.izs.me/post/30036893703/policy-on-trolling" target="_blank">Node.js Policy on Trolling</a> as well as the <a href="//contributor-covenant.org/version/1/3/0/" target="_blank">Contributor Covenant v1.3.0.</a>
</p>
</div>
</div>
<div id="news">
<div class="copy">
<h1>This week in Rust</h1>
<h2>Handpicked Rust updates, delivered to your inbox. Stay up to date with events, learning resources, and recent developments in Rust community.</h2>
<form action="//this-week-in-rust.us11.list-manage.com/subscribe/post?u=fd84c1c757e02889a9b08d289&id=0ed8b72485" method="post" novalidate>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<input type="email" name="EMAIL" class="form-control" value="Enter your email" />
<input type="submit" name="subscribe" class="btn" value="Subscribe!" />
<p>Receive a weekly newsletter, every Tuesday. Easy to unsubscribe and no spam, promise.</p>
</div>
</form>
</div>
</div>
<div id="footer">
<div class="footer-line-top"></div>
<img class="rust-logo" src="img/rust-bridge-logo.png" alt="Rust Bridge Logo">
<nav id="main">
<ul class="nav-items">
<li><a class="scroll" href="#about">RustBridge</a></li>
<li><a class="scroll" href="#workshops">Workshops</a></li>
<!-- <li><a class="scroll" href="#materials">Materials</a></li> -->
<li><a class="scroll" href="#team">Team & CoC</a></li>
<li><a class="scroll" href="#news">News</a></li>
<li><a href="mailto:[email protected]" target="_blank">Email</a></li>
</ul>
</nav>
</div>
<div class="bottom-line"></div>
<!-- jQuery library -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- overlay script -->
<script type="text/javascript" src="js/activeAnchor.js"></script>
</body>
</html>