forked from civictechdc/civictechdc-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slack.html
29 lines (28 loc) · 763 Bytes
/
slack.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
---
layout: default
redirect_from:
- /resources/slack.html
- /joinslack
- /joinslack.html
---
<div class="use-grid-wide" style="margin-top: 1rem">
<div class="grid-col-6 grid-offset-3 usa-section">
<h1>Join our Slack team</h1>
<p>
Slack is a chat tool that Civic Tech DC uses to communicate outside of
in-person meetups. Each project has there own dedicated channel that is
open to anyone.
</p>
<p>
<a
href="https://join.slack.com/t/civictechdc/shared_invite/zt-25tzhhq50-BkeuG3ibyqqoCMtpGqx_pw"
id="submitrequest"
type="submit"
class="usa-button"
>
<img src="assets/slack.png" style="margin-right: 0.5rem" />Join Our
Slack
</a>
</p>
</div>
</div>