-
Notifications
You must be signed in to change notification settings - Fork 14
/
statistics.html
67 lines (65 loc) · 2.52 KB
/
statistics.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
---
title: Developer Statistics
layout: docs
---
<!-- Statistics -->
<div class="container-fluid">
<div class="row mt-3">
<!-- Platforms -->
<div class="col-sm py-3">
<div class="card" style="width: 18rem; min-width: 640px">
<div class="card-header">
<h5 class="card-title text-dark">Which platform do you use?</h5>
</div>
<div class="card-body">
<img class="card-img-top" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSh9s5dAjS2qSIcyOQlK3NQW4DYFaGpzqp6tF-YZCcd5N4pPInUeYaYgqCSclBLfY5xcUXSWIY7O6rH/pubchart?oid=296931235&format=image" alt="Platforms">
</div>
</div>
</div>
<!-- Targets -->
<div class="col-sm py-3">
<div class="card" style="width: 18rem; min-width: 640px">
<div class="card-header">
<h5 class="card-title text-dark">Do you target a platform other than jailbroken iOS?</h5>
</div>
<div class="card-body">
<img class="card-img-top" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSh9s5dAjS2qSIcyOQlK3NQW4DYFaGpzqp6tF-YZCcd5N4pPInUeYaYgqCSclBLfY5xcUXSWIY7O6rH/pubchart?oid=880305428&format=image" alt="Targets">
</div>
</div>
</div>
<!-- Languages -->
<div class="col-sm py-3">
<div class="card" style="width: 18rem; min-width: 640px">
<div class="card-header">
<h5 class="card-title text-dark">Which languages do you use?</h5>
</div>
<div class="card-body">
<img class="card-img-top" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSh9s5dAjS2qSIcyOQlK3NQW4DYFaGpzqp6tF-YZCcd5N4pPInUeYaYgqCSclBLfY5xcUXSWIY7O6rH/pubchart?oid=1270708550&format=image" alt="Languages">
</div>
</div>
</div>
<!-- Editors -->
<div class="col-sm py-3">
<div class="card" style="width: 18rem; min-width: 640px">
<div class="card-header">
<h5 class="card-title text-dark">Which editor or IDE do you use?</h5>
</div>
<div class="card-body">
<img class="card-img-top" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSh9s5dAjS2qSIcyOQlK3NQW4DYFaGpzqp6tF-YZCcd5N4pPInUeYaYgqCSclBLfY5xcUXSWIY7O6rH/pubchart?oid=751918052&format=image" alt="Editors">
</div>
</div>
</div>
</div>
</div>
<!-- Survey link -->
<div class="container-fluid">
<div class="row mt-3">
<div class="col-sm">
<div class="card mx-auto" style="width: 18rem;">
<div class="card-body text-dark">
If you haven't replied to our survey yet, please follow this <a href="https://docs.google.com/forms/d/e/1FAIpQLScH_EeOY6f1ZVK0d3v1D8sW0bmGQ6DcjY-qzEMDRJottccEFA/viewform">link.</a>
</div>
</div>
</div>
</div>
</div>