-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
31 lines (27 loc) · 1.39 KB
/
contact-us.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
---
layout: page
title: Contact us
permalink: "/contact-us/"
use-site-title: false
---
<h1 id="mailing-list">Mailing list</h1>
<p>We host our mailing list on <a href="https://groups.google.com/forum/#!forum/simply-logical">Google Groups</a>. To join, go to <a href="https://groups.google.com/forum/#!forum/simply-logical">Simply Logical Google Group</a>, log in to your Google account, and click <img border="0" src="/img/gg_apply.png" style="height: 1em;"> button.</p>
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="900"
height="350">
</iframe>
<script type="text/javascript">
document.getElementById('forum_embed').src =
'https://groups.google.com/forum/embed/?place=forum/simply-logical'
+ '&showsearch=true&showpopout=true&showtabs=false'
+ '&parenturl=' + encodeURIComponent(window.location.href);
</script>
<h1 id="chat">Gitter</h1>
<p>We use <a href="https://gitter.im/simply-logical/">Gitter</a> for public conversations about development. Feel free to chat with us!</p>
<h1 id="slack">Slack</h1>
<p>Internally, we use <a href="https://simply-logical.slack.com/">Slack</a> for communication regarding core development. If we forget to invite you, contact us and we will fix this.</p>
<h1 id="email">Email</h1>
<p>You can also email us at <a href="mailto:{{ site.social-network-links.email }}">{{ site.social-network-links.email }}</a>.</p>