forked from getredash/redash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slack.html
48 lines (44 loc) · 1.68 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: default
title: Make Your Company Data Driven
---
<!-- jumbo -->
<div class="jumbo_frontpage">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>Bring data into your conversations.</h2>
<div style="padding-top:10px">
<img src="/static/img/redash_slack_demo.png" alt="Slack chat example" class="img-responsive" style="margin: 0 auto;"/>
</div>
<p id="buttons">
<a href="https://dashbot.redash.io/login"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/[email protected] 2x" /></a>
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h3>Search for Queries</h3>
<p>
Use the <code>/redash</code> slash command to search for Redash queries to add to the conversation.
<img src="/static/img/slack_slash_command.png" alt="Slash Command Example" class="img-responsive" style="margin: 0 auto;"/>
</p>
</div>
<div class="col-md-6">
<h3>Embed Redash URLs</h3>
<p>
Convert Redash URLs in your conversation into rich embeds with preview of the visualization.
<img src="/static/img/slack_preview.png" alt="Slash Attachment Example" class="img-responsive" style="margin: 0 auto;"/>
</p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="container">
<hr>
{% include newsletter.html %}
</div>
</div>