-
Notifications
You must be signed in to change notification settings - Fork 31
/
contact.html
95 lines (91 loc) · 3.37 KB
/
contact.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
---
layout: en/default
class: contact
title: "Contact Us for Sales, Features, Bugs & Feedback"
permalink: /contact
redirect_from: /contact/
---
<section class="hero">
<h1>Contact the Rocket.Chat Team</h1>
<em>Feature requests, bugs, sales enquiries or just share your Rocket.Chat story with us</em>
</section>
<section id="contact">
<div class="wrapper">
<div class="left">
<div class="section">
<h2>Email us</h2>
<p>
At <a href="mailto: [email protected]" title="[email protected]" target="_blank">[email protected]</a>
or <a href="mailto: [email protected]" title="[email protected]" target="_blank">[email protected]</a>
</p>
</div>
<div class="section">
<h2>Chat to us on Rocket.Chat</h2>
<p>
Chat to the Rocket.Chat team on
<a target="_blank" href="https://open.rocket.chat">open.rocket.chat</a>
</p>
<ul>
<li><a href="https://open.rocket.chat/channel/general" target="_blank">#general</a> General discussion channel</li>
<li><a href="https://open.rocket.chat/channel/support" target="_blank">#support</a> Rocket.Chat support channel</li>
</ul>
</div>
</div>
<div class="right">
<h2>Contact us</h2>
<!-- Contact Form -->
<script type="text/javascript">
var onloadCallback = function() {
grecaptcha.render('html_element', {sitekey: '6Lf9sjcUAAAAAA1cesiL_k6tKYp5Bu_ttWaybR9r'});
};
</script>
<form class="webform" method="POST" name="contact" action="https://rocket-chat.appspot.com/mail" enctype="multipart/form-data" accept-charset="utf-8">
<div>
<label for="name">Name</label>
<input class="large" type="text" name="name">
</div>
<div>
<label for="email">Email</label>
<input class="large" type="email" name="email">
</div>
<div>
<label for="subject">Subject</label>
<input class="large" type="text" name="subject">
</div>
<div>
<label for="Message">Message</label>
<textarea class="large" name="Message"></textarea>
</div>
<div id="html_element"></div>
<div>
<input type="submit" value="Send">
</div>
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script>
</form>
<!-- Contact Form -->
</div>
<div class="clear"></div>
</div>
</section>
<section id="chat">
<div class="wrapper">
<div class="left">
<h2>Features or Bugs</h2>
<p>
Feature requests and bugs are discussed on
<a href="https://github.com/RocketChat/Rocket.Chat/issues" target="_blank">GitHub Issues</a>
</p>
<ul>
<li>For Rocket.Chat coding questions visit <a href="http://stackoverflow.com/questions/tagged/rocket.chat" target="_blank">StackOverflow</a></li>
<li>For Rocket.Chat infrastructure questions visit <a href="http://serverfault.com/search?q=Rocket.Chat" target="_blank">ServerFault</a></li>
</ul>
</div>
<div class="right">
<h2>Headquarters Address</h2> 2711 Centerville Road, Suite 400 Wilmington, DE 19808, USA
<p>
<h2>R&D Address</h2> Rua Carvalho Monteiro, 234, Porto Alegre / RS, Brazil
</p>
</div>
<div class="clear"></div>
</div>
</section>