-
Notifications
You must be signed in to change notification settings - Fork 304
/
community.html
55 lines (49 loc) · 2.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
---
title: Community
---
<!Doctype html>
<html id="common">
{% include head-header.html %}
<section id="hero" class="light-text">
</section>
<section id="encyclopedia">
<div id="docsContent" class="noToc">
<h1>Community</h1>
<div id="content">
<h3>Ensuring ThingsBoard works well everywhere and for everyone.</h3>
<p>Connect with the ThingsBoard community on our <a href="https://app.gitter.im/#/room/#thingsboard_chat:gitter.im">Gitter channel</a> or join the
<a href="https://groups.google.com/forum/#!forum/thingsboard">ThingsBoard Google group</a>.
<h3>Events</h3>
<div id="calendarWrapper">
<iframe src="https://calendar.google.com/calendar/b/1/embed?src=thingsboard.io_vvdkrvseju3jjahct9pk00nh0o@group.calendar.google.com"
frameborder="0" scrolling="no" width="100%" height="100%"></iframe>
</div>
<section id="talkToUs">
<h3>Talk to Us!</h3>
<h4>We would love to hear from you, how you are using ThingsBoard,<br> and what we can do to make it better.</h4>
<div id="bigSocial">
<a href="https://twitter.com/thingsboard">
<h5 class="social-heading">@thingsboard</h5>
<p>Get the latest news and updates.</p>
</a>
<a href="https://github.com/thingsboard/thingsboard">
<h5 class="social-heading">Github Project</h5>
<p>Check out the project and consider contributing.</p>
</a>
<a href="https://app.gitter.im/#/room/#thingsboard_chat:gitter.im">
<h5 class="social-heading">Gitter</h5>
<p>Our Gitter channel is the best way to contact our engineers and share your ideas with them.</p>
</a>
<a href="https://stackoverflow.com/questions/tagged/thingsboard">
<h5 class="social-heading">Stack Overflow</h5>
<p>The ThingsBoard team will also monitor posts tagged thingsboard. If there aren’t any existing questions that help, please ask a new one!</p>
</a>
</div>
</section>
</div>
</div>
</section>
{% include footer.html %}
{% include cookie-consent.html %}
</body>
</html>