-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
61 lines (50 loc) · 2.84 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
<!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>Rust Berlin Community Pages</h1>
</header>
<section>
<h2>
<a id="welcome-" class="anchor" href="#welcome" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome the Rust Berlin Community Pages.
</h2>
<img src="images/underconstruction.gif"/>
<p>This page is under construction.</p>
<p>Welcome to the Rust Berlin Community Pages. It is a resource currently managed and curated by the Rust Berlin User Group. We try to document the Rust community at large, so pull requests are welcome.</p>
<p>We meet weekly, at irregular days of the week, see our <a href="http://www.meetup.com/Rust-Berlin/">Meetup</a> page for details.</p>
<p>Searching for a meetup in your area? Check our <a href="global_events.html">global events list</a></p>
<p>Searching for people willing to introduce Rust to your meetup or company? Check our <a href="speakers.html">global speakers list</a>.</p>
<p>Interested in running a user or learners group? Contact us on `#rust-community` on IRC or just send us a message on the <a href="http://github.com/RustBerlin/rustberlin.github.io/issues">Issue Tracker</a>.</p>
<h2>
Getting started with Rust
</h2>
<p>
Be sure to check out the <a href="http://www.rust-lang.org/">official website</a>!
</p>
<ol>
<li>Install Rust on your machine: <a href="http://www.rust-lang.org/install.html">http://www.rust-lang.org/install.html</a></li>
<li>Work your way through <a href="http://doc.rust-lang.org/book/">the book</a> and <a href="http://rustbyexample.com/index.html">Rust by Example</a></li>
<li>Find a cool project to hack on. Here are a few suggestions:
<ul>
<li>Solve a problem on Project Euler</li>
<li>Ask someone at your local meetup if (s)he has a project and needs contributors (you'd be surprised how many do!)</li>
<li>Contribute to the ecosystem by writing your own library and submitting it to <a href="https://crates.io">Cargo</a></li>
</ul>
</li>
</ol>
</section>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>