forked from RobotWebTools/robotwebtools.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
252 lines (230 loc) · 9.4 KB
/
community.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE HTML>
<html>
<head>
<title>Robot Web Tools</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800" rel="stylesheet"
type="text/css" />
<link rel="stylesheet" href="githubcard/gh-profile-card.css?v=2"/>
<script src="js/jquery-1.8.3.min.js"></script>
<script src="css/5grid/init.js?use=mobile,desktop,1000px&mobileUI=1&mobileUI.theme=none">
</script>
<script src="js/jquery.dropotron-1.2.js"></script>
<script src="githubcard/gh-profile-card.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/5grid/core.css" />
<link rel="stylesheet" href="css/5grid/core-desktop.css" />
<link rel="stylesheet" href="css/5grid/core-1200px.css" />
<link rel="stylesheet" href="css/5grid/core-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-39765480-1', 'robotwebtools.org');
ga('send', 'pageview');
</script>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
<!--[if lte IE 7]><link rel="stylesheet" href="css/ie7.css" /><![endif]-->
</head>
<body class="no-sidebar">
<a href="https://github.com/RobotWebTools"><img
style="position: absolute; top: 0; right: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
alt="Fork us on GitHub"> </a>
<!-- Header Wrapper -->
<div id="header-wrapper">
<div class="5grid-layout">
<div class="row">
<div class="12u">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<h1>
<a href="#" class="mobileUI-site-name">RobotWebTools</a>
</h1>
<!-- Nav -->
<nav id="nav" class="mobileUI-site-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li class="current_page_item"><a href="tools.html" class="arrow">Tools</a>
<ul>
<li><a href="tools.html#libraries">Libraries</a></li>
<li><a href="tools.html#widgets">Widgets</a></li>
<li><a href="tools.html#systems">Systems</a></li>
<li><a href="tools.html#server-side">Server-Side</a></li>
</ul>
</li>
<li><a href="demos.html" class="arrow">Demos</a></li>
<li><a href="community.html">Community</a></li>
</ul>
</nav>
</div>
</header>
</div>
</div>
</div>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="main-wrapper-style2">
<div class="inner">
<div class="5grid-layout">
<div class="row">
<div class="12u mobileUI-main-content">
<div id="content">
<!-- Content -->
<article>
<header>
<h2>Community</h2>
<span class="byline">Robot Web Tools is a community-driven project</span>
</header>
<header class="major">
<h3 name="contributing" id="contributing">Contributing</h3>
</header>
<p>
GitHub Issues and especially Pull Requests are highly encouraged.
</p>
<p>
To list your project, please post your project on the
<a href="https://github.com/RobotWebTools/robotwebtools.github.com/blob/master/tools.html">Tools page</a>.
</p>
<p>
A mailing list is provided for discussions and announcements
at <a href="mailto:[email protected]">[email protected]</a>.
</p>
<header class="major">
<h3 name="team" id="team">Maintainers</h3>
</header>
<p>
These are the current maintainers of the Robot Web Tools.
</p>
<div class="row">
<div id="card1" class="3u github-card" data-username="rctoris"></div>
<div id="card2" class="3u github-card" data-username="odestcj"></div>
<div id="card3" class="3u github-card" data-username="jihoonl"></div>
<div id="card4" class="3u github-card" data-username="T045T"></div>
</div>
<div class="row">
<div id="card5" class="3u github-card" data-username="sevenbitbyte"></div>
<div id="card6" class="3u github-card" data-username="nuclearsandwich"></div>
<div id="card7" class="3u github-card" data-username="adolfo-rt"></div>
<div id="card8" class="3u github-card" data-username="viktorku"></div>
</div>
<div class="row">
<div id="card9" class="3u github-card" data-username="Behery"></div>
<div id="card10" class="3u github-card" data-username="kenny-y"></div>
<div id="card11" class="3u github-card" data-username="minggangw"></div>
</div>
<br /><br />
<header class="major">
<h3 name="team" id="team">Alumni</h3>
</header>
<p>
<ul>
<li>Brandon Alexander, Willow Garage</li>
<li>Sarah Osentoski, Robert Bosch LLC.</li>
<li>Alexander Sorokin</li>
<li>Sonia Chernova, Georgia Tech</li>
</ul>
</p>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Wrapper -->
<div id="footer-wrapper">
<footer id="footer" class="5grid-layout">
<div class="row">
<div class="6u">
<section>
<h2>
Check us out on <strong>GitHub</strong>!
</h2>
<p>Robot Web Tools hosts all of its code on GitHub. We encourage contributions and
feedback on all of our projects.</p>
<a href="http://github.com/robotwebtools"
class="button button-alt button-icon button-icon-rarrow">More @
github.com/robotwebtools</a>
</section>
</div>
</div>
<br />
<div class="row">
<div class="3u">
<!-- Links -->
<section>
<h2>Resources</h2>
<ul class="style2">
<li><a href="https://github.com/RobotWebTools/roslibjs">roslibjs @ github</a></li>
<li><a href="https://github.com/RobotWebTools/ros2djs">ros2djs @ github</a></li>
<li><a href="https://github.com/RobotWebTools/ros3djs">ros3djs @ github</a></li>
</ul>
</section>
</div>
<div class="3u">
<!-- Links -->
<section>
<h2>Sponsors</h2>
<ul class="style2">
<li><a href="http://fetchrobotics.com/">Fetch Robotics</a></li>
<li><a href="http://www.rail.gatech.edu/">Georgia Tech</a></li>
<li><a href="http://www.eecs.umich.edu/cse/">University of Michigan</a></li>
</ul>
</section>
</div>
<div class="6u">
<!-- About -->
<section>
<h2>Contact</h2>
<div class="5grid">
<div class="row">
<dl class="contact">
<dt>GitHub</dt>
<dd>
<a href="http://github.com/robotwebtools">github.com/robotwebtools</a>
</dd>
<dt>WWW</dt>
<dd>
<a href="http://robotwebtools.org">robotwebtools.org</a>
</dd>
<dt>Email</dt>
<dd>
<a href="mailto:[email protected]">
</dd>
</dl>
</div>
</div>
</section>
</div>
</div>
<div class="row">
<div class="12u">
<div id="copyright">
RobotWebTools.org is licensed under a <a
href="http://creativecommons.org/licenses/by/3.0/deed.en_US">Creative Commons
Attribution 3.0 Unported License</a>.
</div>
</div>
</div>
</footer>
</div>
</body>
</html>