-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
83 lines (73 loc) · 3.05 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
<!DOCTYPE html>
<!-- Page last generated 2016-08-29 21:07:02 +0000 -->
<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>Rust Speakers Guide</title>
<meta name="keywords" content="Rust, Rust programming language, rustlang, rust-lang, Mozilla Rust">
<meta name="description" content="A systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.">
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="style.css">
</head>
<body class="container">
<a href="https://github.com/rust-community/speaking">
<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 class="img-responsive" src="logo.svg" onerror="this.src='logo.png'" height="128" width="128" alt="Rust logo" />
</a>
</li>
<li>
<h1>The <a href="https://www.rust-lang.org/en-US/">Rust</a>
Speaking Guide</h1>
</li>
</ul>
</header>
<div class="row install-row">
<div class="col-md-12">
<p class="pitch">
You want to speak about Rust? We would like to support you! This is both the regular resource of conferences you
can submit to as well as a guide to get effective help by the Rust community.
</p>
</div>
</div>
<div class="row">
<h2>Important Links</h2>
<ul>
<li><a href="http://weareallaweso.me/">We are all awesome<a></li>
<li><a href="http://speaking.io/">Speaking.io</a></li>
<li><a href="https://users.rust-lang.org/groups">The Rust forums talk help section (please read the rules)</a></li>
</ul>
<h2>Finding a place to speak at</h2>
<ul>
<li><a href="https://www.meetup.com/topics/rust/">Your local group on meetup.com</a><li>
<li><a href="https://calendar.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc@group.calendar.google.com&pli=1">Our Community Calendar also has a list</a><li>
<li><a href="https://twitter.com/callbackwomen">Announcements through @callbackwomen</a></li>
<!-- TODO: proper url -->
<li><a href="https://cfp.yakshav.es">Our CFP page</a></li>
<li><a href="/speaking/conferences">Our curated list of interesting conferences</a></li>
</ul>
<h2>Getting help</h2>
<p>
We highly recommend signing up for the <a href="https://users.rust-lang.org/groups">talk help</a> section
of the user forums where others can help at all stages of the conference.
</p>
<!--
<div class="col-md-6">
<h2></h2>
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</div>
-->
</div>
</body>
</html>