forked from thingsboard/thingsboard.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
58 lines (52 loc) · 1.78 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
---
title: Community
---
<!Doctype html>
<html id="community">
{% include head-header.html %}
<section id="hero" class="light-text">
<h1>Community</h1>
</section>
<section id="mainContent">
<main>
<div class="content">
<h3>Ensuring ThingsBoard works well everywhere and for everyone.</h3>
<p>Connect with the ThingsBoard community on our <a href="https://gitter.im/thingsboard/chat">Gitter channel</a> or join the
<a href="https://groups.google.com/forum/#!forum/thingsboard">ThingsBoard Google group</a>.
</div>
<div class="content">
<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"></iframe>
</div>
</div>
</main>
</section>
<section id="talkToUs">
<main>
<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">
<div>
<a href="https://twitter.com/thingsboard">@thingsboard</a>
<p>Get the latest news and updates.</p>
</div>
<div>
<a href="https://github.com/thingsboard/thingsboard">Github Project</a>
<p>Check out the project and consider contributing.</p>
</div>
<div>
<a href="https://gitter.im/thingsboard/chat">Gitter</a>
<p>Our Gitter channel is the best way to contact our engineers and share your ideas with them.</p>
</div>
<div>
<a href="http://stackoverflow.com/questions/tagged/thingsboard">Stack Overflow</a>
<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>
</div>
</div>
</main>
</section>
{% include footer.html %}
</body>
</html>