-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
95 lines (88 loc) · 3.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Rust Community Team</title>
<meta name="keywords" content="Rust, Rust programming language, rustlang, rust-lang, Mozilla Rust">
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="style.css">
</head>
<body class="container">
<a href="https://github.com/rust-community/rust-community.github.io">
<img class="ribbon" style="display: none" src="forkme.png" alt="Fork me on GitHub" width="298" height="298">
</a>
<header>
<ul class="row menu">
<li class="col-xs-12 col-md-2">
<a href="/index.html">
<img src='logo.png' height="128" alt="Rust Community Team logo" />
</a>
</li>
<li class="col-xs-12 col-md-10">
<h1>Rust Community Team</h1>
</li>
<li class="col-xs-12 col-md-10">
<h2><a href="http://blog.community.rs">Our Blog</a></h2>
<h2><a href="/resources/">Resources</a></h2>
<h2><a href="https://www.rust-lang.org/en-US/team.html#Community-team">Team</a></h2>
<h2><a href="https://www.rust-lang.org/en-US/conduct.html">Conduct</a></h2>
</li>
</ul>
</header>
<div class="row install-row">
<div class="col-md-8">
<p class="pitch">
The Rust Community team is dedicated to bringing new people into the
Rust Programming Language's community,
and helping established Rust communities thrive.
</p>
</div>
</div>
<div class="row code-row">
<div class="col-md-6">
<h2>The Community Team</h2>
<ul>
<li>Was <a href="https://internals.rust-lang.org/t/announcing-the-community-subteam/2248">announced</a> in June 2015</li>
<li>Exists to help:
<ul>
<li>Create and curate reusable community materials</li>
<li>Learn from and assist other tech communities</li>
<li>Curate and publicize the ecosystem of Rust projects</li>
<li>Lead outreach efforts</li>
<li>Help coordinate user-led meetups and conferences</li>
</ul>
</li>
</ul>
</div>
<div class="col-md-6">
<h2>Find a Meetup or conference</h2>
<ul>
<li>Search <a href="https://www.meetup.com/find/?allMeetups=true&keywords=rust&radius=Infinity">Meetup</a></li>
<li>Read <a href="https://blog.rust-lang.org">the blog</a> for posts like the <a href="https://blog.rust-lang.org/2018/01/31/The-2018-Rust-Event-Lineup.html">2018 event lineup</a></li>
</ul>
</div>
<div class="col-md-6">
<h2>Get Involved</h2>
<ul>
<li>Community team meetings are 5pm UTC every Wednesday in <em><a href="http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-community">#rust-community</a></em> on <em><a href="http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-community">irc.mozilla.org</a></em></li>
<li>Agendas and tasks are kept in <a href="https://github.com/rust-community/team/issues">GitHub issues</a></li>
</ul>
</div>
<div class="col-md-6">
<h2>Promote Rust</h2>
<ul>
<li>Print a couple of <a href="https://github.com/rust-community/resources/blob/gh-pages/resources-business-card.odt?raw=true">"Getting started with Rust" business cards</a> and hand them out wherever you go.</li>
</ul>
</div>
<!--
<div class="col-md-6">
<h2></h2>
<ul>
<li><a href=""></a></li>
</ul>
</div>
-->
</body>
</html>