-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathglobal_events.html
More file actions
84 lines (76 loc) · 3.7 KB
/
global_events.html
File metadata and controls
84 lines (76 loc) · 3.7 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Rust Berlin Community Pages</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Global Event List</h1>
</header>
<section>
<h3><a id="meetup-list" class="anchor" href="#meetup-list" aria-hidden="true"><span class="octicon octicon-link"></span></a>The Rust Community event list.</h3>
<p><em>
This is currently just a port of <a href="https://github.com/rust-lang/rust/wiki/Community-User-Groups,-Meetups,-and-Events">the Wiki page</a> that we'd like to put under curation.
</em></p>
<p><em>
In the future, we'd like to curate that list. If you have suggestions, please <a href="http://github.com/rustberlin">contact us</a> or <a href="http://github.com/rustberlin/rustberlin.github.io">send a pull request</a>.
</em></p>
<p>Rust has a large and growing international community. There are a number of local user groups, meetups, and events spread around the world that are friendly to people with all skill levels. Check the <a href="https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com">Community Calendar</a> for upcoming events.</p>
<p>International:</p>
<ul>
<li><a href="https://air.mozilla.org/?tag=rust">Air Mozilla - Rust</a>: Live and archived presentations from a variety of meetups.</li>
</ul>
<p>Paris, France:</p>
<ul>
<li><a href="http://www.meetup.com/Rust-Paris/">Rust Paris</a></li>
</ul>
<p>Berlin, Germany:</p>
<ul>
<li><a href="http://www.meetup.com/Rust-Berlin/">Rust Berlin</a></li>
</ul>
<p>Skåne, Sweden:</p>
<ul>
<li><a href="http://www.meetup.com/rust-skane/">Rust Skåne</a></li>
</ul>
<p>Brooklyn, NY, USA:</p>
<ul>
<li><a href="http://brooklyn.rs/">Brooklyn.rs</a></li>
</ul>
<p>Portland, OR, USA:</p>
<ul>
<li><a href="https://groups.google.com/forum/?#!forum/pdx-rust">PDX-Rust</a></li>
</ul>
<p>San Francisco, CA, USA:</p>
<ul>
<li><a href="http://www.meetup.com/Rust-Bay-Area/">Rust Bay Area</a>: Monthly meetups that range from tutorials for new users to the innards of Rust and the Rust community libraries. Live streamed on <a href="https://air.mozilla.org">Air Mozilla</a>.</li>
<li><a href="http://www.meetup.com/SF-Rust-Hacknights/">Rust Hacknights</a></li>
</ul>
<p>Geneva, Switzerland:</p>
<ul>
<li><a href="http://www.meetup.com/rust-romandie/">Rust Romandie</a></li>
</ul>
<p>Here's a list of past meetups that haven't been active for the last few months. Why not get in contact with the organisers and get them started again?</p>
<p>London, UK:</p>
<ul>
<li><a href="http://www.meetup.com/Rust-London-User-Group/">Rust London User Group</a></li>
</ul>
<p>Pittsburgh, PA, USA:</p>
<ul>
<li><a href="http://www.meetup.com/Pittsburgh-Code-Supply/">Pittsburgh Code Supply</a></li>
</ul>
<p>Toronto, ON, Canada:</p>
<ul>
<li><a href="http://www.meetup.com/Rust-Toronto/">Rust Toronto</a></li>
</ul>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>