OLD | NEW |
| (Empty) |
1 --- | |
2 layout: default | |
3 title: "Community Resources" | |
4 --- | |
5 | |
6 <h1> {{ page.title }} </h1> | |
7 | |
8 <section> | |
9 | |
10 <p>External Dart resources across the community.</p> | |
11 | |
12 <dl> | |
13 <dt><a href="http://stackoverflow.com/questions/tagged/dart">Dart on StackOv
erflow</a></dt> | |
14 <dd>Dart questions and answers on StackOverflow</dd> | |
15 | |
16 <dt><a href="https://plus.google.com/+dartlang">+Dart</a></dt> | |
17 <dd>Google+ page for Dart team announcements and discussions</dd> | |
18 | |
19 <dt><a href="https://plus.google.com/communities/114566943291919232850">Dart
isans</a></dt> | |
20 <dd>Google+ community for Dart</dd> | |
21 | |
22 <dt><a href="https://plus.google.com/+GoogleChromeDevelopers">+Chrome Develo
pers</a></dt> | |
23 <dd>Official Google+ page for Chrome Developers</dd> | |
24 | |
25 <dt><a href="https://plus.google.com/104468597016383470903/posts">+Dartwatch
</a></dt> | |
26 <dd>Community-run Google+ page for Dart</dd> | |
27 | |
28 <dt><a href="http://dartosphere.org">Dartosphere</a></dt> | |
29 <dd>Collection of Dart blogs from across the community</dd> | |
30 | |
31 <dt><a href="https://twitter.com/#!/search/%23dartlang">#dartlang on Twitter
</a></dt> | |
32 <dd>Real-time search of #dartlang on Twitter</dd> | |
33 | |
34 <dt><a href="https://plus.google.com/s/%23dartlang">#dartlang on Google+</a>
</dt> | |
35 <dd>Real-time search of #dartlang on Google+</dd> | |
36 | |
37 <dt><a href="http://webchat.freenode.net/?channels=dart">#dart on freenode</
a></dt> | |
38 <dd>IRC channel for chatting with other Dart developers</dd> | |
39 | |
40 <dt><a href="http://www.reddit.com/r/dartlang/">Dart on Reddit</a></dt> | |
41 <dd>Conversations and posts about Dart on Reddit</dd> | |
42 | |
43 <dt><a href="http://www.hnsearch.com/search#request/all&q=Dart">Dart on
Hacker News</a></dt> | |
44 <dd>Conversations and posts about Dart on Hacker News</dd> | |
45 | |
46 <dt><a href="http://www.html5rocks.com/">HTML5 Rocks</a></dt> | |
47 <dd>HTML5 articles and tutorials from the community</dd> | |
48 </dl> | |
49 | |
50 | |
51 </section> | |
OLD | NEW |