-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (46 loc) · 1.11 KB
/
index.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
<html>
<head>
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
</head>
<body>
<h1>Analyse Customer Reviews</h1>
<p> Sign in [button]</p>
<p>You need to analyse a dataset of free-text customer reviews.</p>
<p>Drag and drop your customer reviews and generate a word cloud and dashboard.</p>
<table>
<thead>
<tr>
<th>Data type</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>Excel or CSV</td>
<td>Drag and drop file [file dialog]</td>
</tr>
<tr>
<td>Plain text</td>
<td>Paste here [text area]</td>
</tr>
<tr>
<td>Google Forms</td>
<td>Connect [button]</td>
</tr>
<tr>
<td>Textit</td>
<td>Connect [button]</td>
</tr>
<tr>
<td>Other</td>
<td>Please contact us [link to contact page or fill out form]</td>
</tr>
</tbody>
</table>
<p>Word cloud appears here</p>
<p>Button: create dashboard</p>
<stripe-pricing-table pricing-table-id="prctbl_1MzKuDGuLsVmYWnUwPw0f6Rc"
publishable-key="pk_live_51MzJQLGuLsVmYWnUQycaxGeLyqoUcPi18idhspiI9QjBOpWuaGibJREG0kuCttU20RCRw0sltuYEEM39LRDfrLfv00Br22QySE">
</stripe-pricing-table>
</body>
</html>