-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgb.html
211 lines (194 loc) · 7.3 KB
/
gb.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Group Buys and Classifieds | /r/MechanicalKeyboards Community Survey March 2015 Results</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/c3.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script src="js/vendor/d3.min.js"></script>
<script src="js/vendor/c3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title">/r/MK Community Survey March 2015 Results</h1>
</header>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<article>
<header>
<h1>Group Buys and Classifieds</h1>
<p>Many items are special made and/or have some MOQ. To save money the community comes together and organizes group buys.</p>
</header>
<section>
<h2>Have you participated in a group buy before?</h2>
<div id="already"></div>
</section>
<section>
<h2>Where have you participated in a group buy before?</h2>
<div id="where"></div>
<p>Many have participated in a Massdrop-lead group buys before, which is understandable since they regularly have many and often appealing deals, like the Poker II with MX Clears. The only problem for me are the high shipping costs to Europe.</p>
</section>
<section>
<h2>What has been your experience with group buys so far?</h2>
<div id="experience"></div>
<p>Luckily for most people their group buys experience has been good. Unexpected/long delays are understandable considering some group buys take multiple years (like <a href="https://geekhack.org/index.php?topic=41464.0">GH60</a>, or <a href="https://geekhack.org/index.php?topic=50935.0">Blank PBT Round 3</a>)!</p>
</section>
<section>
<h2>Have you ever bought keyboard-related things from community members?</h2>
<div id="member2member"></div>
</section>
<div id="navigation" class="clearfix">
<p id="navigationleft"><a href="usage.html">←Keyboard Usage</a></p>
<p id="navigationright"><a href="stuff.html">Random Stuff→</a></p>
</div>
</article>
<aside id="side">
<h3>Overview</h3>
<ul>
<li><a href="./">Demographics</a></li>
<li><a href="os.html">Preferred Operating Systems</a></li>
<li><a href="communities.html">Keyboard Communities</a></li>
<li><a href="kb.html">Preferred Keyboard</a></li>
<li><a href="collection.html">Keyboard Collection</a></li>
<li><a href="caps.html">Keycaps</a></li>
<li><a href="usage.html">Keyboard Usage</a></li>
<li>Group Buys and Classifieds</li>
<li><a href="stuff.html">Random Stuff</a></li>
<li><a href="wrap.html">Wrap-up</a></li>
</ul>
</aside>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
Survey made by <a href="https://www.reddit.com/user/wlhlm">/u/wlhlm</a> with help from <a href="https://www.reddit.com/user/RaVNzCRoFT">/u/RaVNzCRoFT</a> and Cloudflare. <a href="wrap.html">More credits</a>.
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/main.js"></script>
<script>
var already_data = [
['No', 433],
['Yes', 390]
];
var already = add_chart("#already", {
data: {
columns: already_data,
type: 'bar',
groups: [
['No', 'Yes']
],
labels: true
},
axis: {
rotated: true,
x: {
show: false
},
y: {
show: false
}
},
bar: {
width: 30
},
size: {
height: 100
}
}, false);
var where_data = [
['Massdrop', 355, null, null, null, null],
['Geekhack', null, 146, null, null, null],
['PimpMyKeyboard', null, null, 107, null, null],
['Deskthority', null, null, null, 23, null],
['Other', null, null, null, null, 33]
];
var where = add_chart("#where", {
data: {
columns: where_data,
type: 'bar',
groups: [
['Massdrop', 'Geekhack', 'PimpMyKeyboard', 'Deskthority', 'Other']
]
},
axis: {
rotated: true,
x: {
type: 'category',
categories: ['Massdrop', 'Geekhack', 'PimpMyKeyboard', 'Deskthority', 'Other']
}
},
legend: {
show: false
}
}, true);
var experience_data = [
['Everything went well', 318, null, null, null, null, null],
['Unexpected/very long delays', null, 94, null, null, null, null],
['Had issues (e.g. damage, etc.), but support was amazing', null, null, 20, null, null, null],
['Organiser ran away with all my money (scam)', null, null, null, 3, null, null],
['Result was of poor quality', null, null, null, null, 2, null],
['Other', null, null, null, null, null, 56]
];
var experience = add_chart("#experience", {
data: {
columns: experience_data,
type: 'bar',
groups: [
['Everything went well', 'Unexpected/very long delays', 'Had issues (e.g. damage, etc.), but support was amazing', 'Organiser ran away with all my money (scam)', 'Result was of poor quality', 'Other']
]
},
axis: {
rotated: true,
x: {
type: 'category',
categories: ['Everything went well', 'Unexpected/very long delays', 'Had issues (e.g. damage, etc.), but support was amazing', 'Organiser ran away with all my money (scam)', 'Result was of poor quality', 'Other']
}
},
legend: {
show: false
}
}, true);
var member2member_data = [
['Never', 484, null, null, null, null],
['Yes, from /r/mechmarket', null, 131, null, null, null],
['Yes, from Geekhack Classifieds', null, null, 84, null, null],
['Yes, from Deskthority member-to-member', null, null, null, 31, null],
['Other', null, null, null, null, 18]
];
var member2member = add_chart("#member2member", {
data: {
columns: member2member_data,
type: 'bar',
groups: [
['Never', 'Yes, from /r/mechmarket', 'Yes, from Geekhack Classifieds', 'Yes, from Deskthority member-to-member', 'Other']
]
},
axis: {
rotated: true,
x: {
type: 'category',
categories: ['Never', 'Yes, from /r/mechmarket', 'Yes, from Geekhack Classifieds', 'Yes, from Deskthority member-to-member', 'Other']
}
},
legend: {
show: false
}
}, true);
</script>
</body>
</html>