forked from servo/servo-starters
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (54 loc) · 3.09 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Servo Starters - Whet your appetite with these easy servo tasks</title>
<link href="normalize.css" rel="stylesheet">
<link href="site.css" rel="stylesheet">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
integrity="sha512-+L4yy6FRcDGbXJ9mPG8MT/3UCDzwR9gPeyFNMCtInsol++5m3bk2bXWKdZjvybmohrAsn3Ua5x8gfLnbE1YkOg=="
crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.7/react.min.js"
integrity="sha512-MkL0QRXlxubtyaWFJh8yWiRhaQrc+SeFfdvjwFwnUjvB/ZgCaMYlYxJ+JdzfiCYYV+cQ3MMwv+lV685SXxK0/Q=="
crossorigin="anonymous"
charset="utf-8"></script>
<script src="https://code.jquery.com/jquery-2.2.1.min.js"
integrity="sha512-chZc2Mx8B1GzGSNMfJRH63jW7uYZXzX0a/UlWRrTvl4kxxYqUHNMtyTTA5IDQ7gTl4ATLoXlZthsialW3muS0A=="
crossorigin="anonymous"
charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.12.0/moment.min.js"
integrity="sha512-vjqLmddiMORo2KKnzvlZ0fMnp7Z8+U+PIzG8h/TLVhZyXpbvdfiaPiZCVtzMIC91TeM5mNKIbTIMMlPAH70uoA=="
crossorigin="anonymous"
charset="utf-8"></script>
</head>
<body>
<a href="https://github.com/servo/servo-starters">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png">
</a>
<div id="content">
<h1>
Servo Starters
</h1>
<p>
Contributing to Mozilla <a href="https://github.com/servo/servo">Servo</a> is fun!
</p>
<p>
Sometimes it's hard to know where to get started, though.
<em>Servo Starters</em> is a list of easy tasks that are good for
beginners to rust or servo.
</p>
<p>Issue tags are explained <a href="https://github.com/servo/servo/wiki/Tag-label-names-and-definitions">here</a>.
</p>
<p>
To help find issues that follow your interests, make sure to look over our list of <a href="https://github.com/servo/servo/wiki/Tag-label-names-and-definitions">tags</a>
</p>
<p>
If you want to work on an issue, make sure to claim it by commenting on it before working on it!
Check out our <a href="https://github.com/servo/servo/blob/master/CONTRIBUTING.md">CONTRIBUTING.md</a> for more helpful tips on how to contribute to Servo.
</p>
<div id="app"></div>
</div>
<script src="site.js"></script>
</body>
</html>