-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (101 loc) · 2.18 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<html>
<head>
<style>html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
text-align: center;
}
/*
* Table stuff
*/
.table-container {
width: max-content;
min-width: 100%;
padding: 0.5rem;
margin-top: 2rem;
}
.scroll-container {
overflow-y: auto;
overflow-x: none;
max-height: 14rem;
border: 1px solid #3E3E40;
}
table {
font-family: monospace;
white-space: nowrap;
padding: 0.625rem;
width: 100%;
overflow-x: none;
}
th,
td {
text-align: left;
padding: 0.25rem;
background-color: transparent;
}
tr {
height: 1.875rem;
font-size: 0.8125rem;
}
tr:nth-child(odd) {
background-color: #E9EAEA;
}
tr:nth-child(even),
th {
background-color: #FFFFFF;
}
/*
* Chart stuff
*/
svg {
margin-top: 2rem;
margin-bottom: 2rem;
max-width: 100%;
}
</style>
<title="Social Support Metrics Dashboard">
</head><body><?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="345pt" version="1.1" viewBox="0 0 460 345" width="460pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="patch_1">
<path d="M 0 345.6
L 460.8 345.6
L 460.8 0
L 0 0
z
" style="fill:#ffffff;"/>
</g>
</g>
</svg>
<h1>Support Community Health</h1>
<h2>How many people did we support?</h2>
<span>As seen in the newsletter</span>
<h2>What languages do we support in?</h2>
<span></span>
<h2>Who are the top contributors?</h2>
<span>In #fxhelp</span>
<span>In Reply by Buffer (@firefox)</span>
<h2>General CSAT of Core contributors</h2>
<span>Happy Firefox Users from this release</span>
<h1>Top User Issues</h1>
<h2>What bugs are mentioned in Twitter?<h2>
<span></span>
<h2>Positive and Negative Users issues<h2>
<span></span>
<h2>Top influencing Support Converstations<h2>
<span></span>
<h2>Other interesting data<h2>
<span>Common Responses mostly used, Articles most referred to by social media channel to the support forum</span>
</body></html>